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

Diff for /pegasus/src/Pegasus/Common/CIMMethod.cpp between version 1.10 and 1.11

version 1.10, 2002/05/06 23:21:58 version 1.11, 2002/05/07 03:55:28
Line 262 
Line 262 
 void CIMMethod::_checkRep() const void CIMMethod::_checkRep() const
 { {
     if (!_rep)     if (!_rep)
         ThrowUnitializedHandle();          ThrowUninitializedHandle();
 } }
  
  
Line 413 
Line 413 
 void CIMConstMethod::_checkRep() const void CIMConstMethod::_checkRep() const
 { {
     if (!_rep)     if (!_rep)
         ThrowUnitializedHandle();          ThrowUninitializedHandle();
 } }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2