Changeset 1833 for box/chris/general/lib/server/WinNamedPipeStream.h
- Timestamp:
- 14/09/2007 22:25:42 (5 years ago)
- File:
-
- 1 edited
-
box/chris/general/lib/server/WinNamedPipeStream.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/lib/server/WinNamedPipeStream.h
r631 r1833 28 28 29 29 // server side - create the named pipe and listen for connections 30 void Accept(const wchar_t*Name);30 void Accept(const std::string& rName); 31 31 32 32 // client side - connect to a waiting server 33 void Connect(const wchar_t*Name);33 void Connect(const std::string& rName); 34 34 35 35 // both sides … … 62 62 bool mIsServer; 63 63 bool mIsConnected; 64 65 static std::string sPipeNamePrefix; 64 66 }; 65 67
Note: See TracChangeset
for help on using the changeset viewer.
