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

Diff for /pegasus/src/Pegasus/Common/Socket.cpp between version 1.9.4.2 and 1.9.4.3

version 1.9.4.2, 2003/07/09 01:19:46 version 1.9.4.3, 2003/07/09 14:44:09
Line 227 
Line 227 
  
  
 /** /**
  * designed to be overriden by ssl_socket_rep   * internet socket class
    * designed to be overriden by ssl_socket_rep and file_socket_rep
    *
  */  */
 class bsd_socket_rep : public abstract_socket class bsd_socket_rep : public abstract_socket
 { {
Line 350 
Line 352 
 } }
  
  
   Sint32 bsd_socket_rep::write(const void* ptr, Uint32 size)
   {
      return Socket::write(_socket, ptr, size);
   }
   
   
   int bsd_socket_rep::close(void)
   {
   
   }
   
   
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.9.4.2  
changed lines
  Added in v.1.9.4.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2