(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.17 and 1.20

version 1.17, 2006/06/26 22:23:29 version 1.20, 2006/08/09 21:12:42
Line 39 
Line 39 
 #define Pegasus_Socket_h #define Pegasus_Socket_h
  
 #include <cctype> #include <cctype>
 #include <Pegasus/Common/Config.h>  
 #include <Pegasus/Common/IPC.h>  
 #include <Pegasus/Common/Network.h> #include <Pegasus/Common/Network.h>
   #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
  
 #ifdef PEGASUS_OS_OS400 #ifdef PEGASUS_OS_OS400
 #   include <Pegasus/Common/OS400ConvertChar.h>  #   include <Pegasus/Common/EBCDIC_OS400.h>
 #endif #endif
  
 #ifdef PEGASUS_OS_ZOS #ifdef PEGASUS_OS_ZOS
Line 62 
Line 61 
  
     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.17  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2