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

Diff for /pegasus/src/Pegasus/Common/CIMObject.h between version 1.9 and 1.10

version 1.9, 2002/01/07 21:14:28 version 1.10, 2002/01/07 23:07:29
Line 108 
Line 108 
  
         /** Accessor.         /** Accessor.
         */         */
         const CIMReference & getPath(void) const  
         {  
         _checkRep();  
         return _rep->getPath();  
         }  
   
     /** Accessor.  
     */  
     const String& getClassName() const     const String& getClassName() const
     {     {
         _checkRep();         _checkRep();
Line 450 
Line 442 
         Dec(_rep);         Dec(_rep);
     }     }
  
         const CIMReference & getPath(void) const  
         {  
         _checkRep();  
         return _rep->getPath();  
         }  
   
     const String& getClassName() const     const String& getClassName() const
     {     {
         _checkRep();         _checkRep();


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2