Changeset 15:b55872ac53a8 in xplcommon for src/xplcommon/posix/LocalServerSocket.h
- Timestamp:
- 12/29/12 10:15:44 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplcommon/posix/LocalServerSocket.h
r14 r15 52 52 class LocalServerSocket : public ServerSocket 53 53 { 54 p rivate:54 public: 55 55 /** 56 56 * Fill in the path of the socket with the given name. … … 58 58 static void setupPath(struct sockaddr_un& addr, const char* name); 59 59 60 private: 60 61 /** 61 62 * Our address (to be used when deleting the file in the
Note:
See TracChangeset
for help on using the changeset viewer.