19 lines
476 B
Diff
19 lines
476 B
Diff
--- a/winpipes.h 2015-07-24 12:17:47.681944900 +0300
|
|
+++ b/winpipes.h 2015-07-24 12:17:58.280460900 +0300
|
|
@@ -116,7 +116,6 @@
|
|
NetworkSource::GetWaitObjects;
|
|
|
|
private:
|
|
- HANDLE GetHandle() const {return WindowsHandle::GetHandle();}
|
|
NetworkReceiver & AccessReceiver() {return *this;}
|
|
};
|
|
|
|
@@ -131,7 +130,6 @@
|
|
NetworkSink::GetWaitObjects;
|
|
|
|
private:
|
|
- HANDLE GetHandle() const {return WindowsHandle::GetHandle();}
|
|
NetworkSender & AccessSender() {return *this;}
|
|
};
|
|
|