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

Diff for /pegasus/src/Pegasus/Common/CIMInstance.cpp between version 1.5 and 1.6

version 1.5, 2001/04/25 22:20:53 version 1.6, 2001/04/26 09:24:45
Line 40 
Line 40 
     return _rep->identical(x._rep);     return _rep->identical(x._rep);
 } }
  
   void CIMInstance::resolve(DeclContext* declContext, const String& nameSpace)
   {
       _checkRep();
       CIMConstClass cimClass;
       _rep->resolve(declContext, nameSpace, cimClass);
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2