Changeset 15:b55872ac53a8 in xplcommon
- Timestamp:
- 12/29/12 10:15:44 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- src/xplcommon/posix
- Files:
-
- 2 added
- 2 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 -
src/xplcommon/posix/Makefile.am
r11 r15 14 14 Connector.cc \ 15 15 ClientSocket.cc \ 16 LocalServerSocket.cc 16 LocalServerSocket.cc \ 17 LocalClientSocket.cc 17 18 18 19 include_xplcommon_posixdir=$(includedir)/xplcommon/posix … … 33 34 LocalSocket.h \ 34 35 LocalAcceptor.h \ 35 LocalServerSocket.h 36 LocalServerSocket.h \ 37 LocalClientSocket.h
Note:
See TracChangeset
for help on using the changeset viewer.