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

Diff for /pegasus/src/Pegasus/Common/ResponseHandlerRep.h between version 1.7 and 1.8

version 1.7, 2006/06/19 19:37:29 version 1.8, 2006/07/14 18:40:20
Line 72 
Line 72 
  
 private: private:
  
     // This method is declared and made private so that the compiler does      // The assignment operator is declared as private so the compiler does
     // not implicitly define a default operator =.      // not implicitly define it.
     ResponseHandlerRep& operator=(const ResponseHandlerRep& x)      ResponseHandlerRep& operator=(const ResponseHandlerRep& x);
     {  
         //PEGASUS_ASSERT(0);  
         return *this;  
     }  
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2