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

Diff for /pegasus/src/Pegasus/Common/HTTPConnector.h between version 1.23 and 1.23.14.3

version 1.23, 2006/09/13 21:08:55 version 1.23.14.3, 2007/01/24 04:42:05
Line 132 
Line 132 
       /** Delete the specified connection. */       /** Delete the specified connection. */
       void _deleteConnection(HTTPConnection* httpConnection);       void _deleteConnection(HTTPConnection* httpConnection);
  
   // Added for NamedPipe implementation for windows
   #if defined (PEGASUS_OS_TYPE_WINDOWS) &&\
       !defined(PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET)
         /** Used for local connections on windows */
         HTTPConnection* _connectNamedPipe(MessageQueue* outputMessageQueue);
   #endif
       Monitor* _monitor;       Monitor* _monitor;
       HTTPConnectorRep* _rep;       HTTPConnectorRep* _rep;
  


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.23.14.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2