Changeset 3907 in Sophya for trunk/AddOn/TAcq/swrapsock.h
- Timestamp:
- Nov 5, 2010, 7:58:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/swrapsock.h
r3901 r3907 88 88 public : 89 89 ServerSocket(int port, int nconmax); 90 ServerSocket(const char* inadr, int port, int nconmax); 91 ServerSocket(string const& inadr, int port, int nconmax); 90 92 Socket WaitClientConnection(); 91 93 virtual int Close(); // redefinition de la methode de Socket::Close() 92 94 93 95 protected: 96 void Initialize(const char* inadr, int port, int nconmax); 97 94 98 int portid; 95 99 struct sockaddr_in ipskt;
Note:
See TracChangeset
for help on using the changeset viewer.