(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.1.2.1 and 1.1.2.2

version 1.1.2.1, 2001/08/17 03:06:23 version 1.1.2.2, 2001/08/17 04:26:04
Line 38 
Line 38 
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 struct HTTPConnectorRep; struct HTTPConnectorRep;
   class HTTPConnection;
  
 /** This class is used by clients to establish a connection with a /** This class is used by clients to establish a connection with a
     server. For each established connection, a HTTPConnection object     server. For each established connection, a HTTPConnection object
Line 75 
Line 76 
         @exception CannotConnect         @exception CannotConnect
         @exception UnexpectedFailure         @exception UnexpectedFailure
     */     */
     void connect(const String& locator, MessageQueue* outputMessageQueue);      HTTPConnection* connect(
           const String& locator,
           MessageQueue* outputMessageQueue);
  
     /** Destroys all the connections created by this connector. */     /** Destroys all the connections created by this connector. */
     void destroyConnections();     void destroyConnections();


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2