(file) Return to Socket.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Socket.h between version 1.18 and 1.19

version 1.18, 2006/06/26 23:30:26 version 1.19, 2006/07/17 14:34:39
Line 62 
Line 62 
  
     static Sint32 write(SocketHandle socket, const void* ptr, Uint32 size);     static Sint32 write(SocketHandle socket, const void* ptr, Uint32 size);
  
       static Sint32 timedWrite(SocketHandle socket,
                                const void* ptr,
                                Uint32 size,
                                Uint32 socketWriteTimeout);
   
     static void close(SocketHandle socket);     static void close(SocketHandle socket);
  
     static void enableBlocking(SocketHandle socket);     static void enableBlocking(SocketHandle socket);


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2