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

Diff for /pegasus/src/Pegasus/Common/ResponseHandler.h between version 1.29 and 1.29.14.1

version 1.29, 2007/06/05 09:38:56 version 1.29.14.1, 2008/07/01 15:18:01
Line 96 
Line 96 
  
 protected: protected:
  
       /**
           The default constructor is not available for the ResponseHandler class.
       */
     ResponseHandler();     ResponseHandler();
  
       /**
           The copy constructor is not available for the ResponseHandler class.
       */
     ResponseHandler(const ResponseHandler& handler);     ResponseHandler(const ResponseHandler& handler);
  
       /**
           The assignment operator is not available for the ResponseHandler class.
       */
     ResponseHandler& operator=(const ResponseHandler& handler);     ResponseHandler& operator=(const ResponseHandler& handler);
  
     /**     /**


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.29.14.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2