(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.18 and 1.19

version 1.18, 2002/07/30 16:14:53 version 1.19, 2002/07/31 22:05:08
Line 204 
Line 204 
     return _rep->getParameterCount();     return _rep->getParameterCount();
 } }
  
 Boolean CIMMethod::isNull() const  Boolean CIMMethod::isUninitialized() const
 { {
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
Line 224 
Line 224 
 void CIMMethod::_checkRep() const void CIMMethod::_checkRep() const
 { {
     if (!_rep)     if (!_rep)
         ThrowUninitializedHandle();          ThrowUninitializedObject();
 } }
  
  
Line 343 
Line 343 
     return _rep->getParameterCount();     return _rep->getParameterCount();
 } }
  
 Boolean CIMConstMethod::isNull() const  Boolean CIMConstMethod::isUninitialized() const
 { {
     return (_rep == 0)? true : false;     return (_rep == 0)? true : false;
 } }
Line 363 
Line 363 
 void CIMConstMethod::_checkRep() const void CIMConstMethod::_checkRep() const
 { {
     if (!_rep)     if (!_rep)
         ThrowUninitializedHandle();          ThrowUninitializedObject();
 } }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2