Changeset 3907 in Sophya for trunk/AddOn/TAcq/swrapsock.h


Ignore:
Timestamp:
Nov 5, 2010, 7:58:07 PM (15 years ago)
Author:
ansari
Message:

Ajout script verification donnees firmware FFT-shrink, Reza 05/11/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/swrapsock.h

    r3901 r3907  
    8888public :
    8989  ServerSocket(int port, int nconmax);
     90  ServerSocket(const char* inadr, int port, int nconmax);
     91  ServerSocket(string const& inadr, int port, int nconmax);
    9092  Socket WaitClientConnection();
    9193  virtual int Close();  // redefinition de la methode de Socket::Close()
    9294
    9395protected:
     96  void Initialize(const char* inadr, int port, int nconmax);
     97
    9498  int portid;
    9599  struct sockaddr_in  ipskt;
Note: See TracChangeset for help on using the changeset viewer.