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

Diff for /pegasus/src/Pegasus/Common/CIMClass.h between version 1.55 and 1.56

version 1.55, 2002/07/31 15:45:25 version 1.56, 2002/07/31 22:05:08
Line 117 
Line 117 
  
     // ATTN: COMMENT. Why not just get name so we have common method for all.     // ATTN: COMMENT. Why not just get name so we have common method for all.
     /** getClassName Gets the name of the class     /** getClassName Gets the name of the class
         @return Returns string with the class name.          @return Returns CIMName with the class name.
     */     */
     const CIMName& getClassName() const;     const CIMName& getClassName() const;
  
Line 249 
Line 249 
         @param method object representing the method to be added         @param method object representing the method to be added
         @return Returns the CIMClass object to which the method was added.         @return Returns the CIMClass object to which the method was added.
         @exception Throws AlreadyExists if the method already exists and throws         @exception Throws AlreadyExists if the method already exists and throws
         UninitializedHandle if the handle is not initialized          UninitializedObject if the object is not initialized
     */     */
     CIMClass& addMethod(const CIMMethod& x);     CIMClass& addMethod(const CIMMethod& x);
  
Line 305 
Line 305 
     */     */
     Boolean identical(const CIMConstClass& x) const;     Boolean identical(const CIMConstClass& x) const;
  
 #ifdef PEGASUS_INTERNALONLY      /**
     // isNull - ATTN:          Determines if the object has not been initialized.
     Boolean isNull() const;  
 #endif          @return  True if the object has not been initialized,
                    False otherwise
        */
       Boolean isUninitialized() const;
  
 private: private:
  
Line 397 
Line 400 
  
     Boolean identical(const CIMConstClass& x) const;     Boolean identical(const CIMConstClass& x) const;
  
 #ifdef PEGASUS_INTERNALONLY      Boolean isUninitialized() const;
     Boolean isNull() const;  
 #endif  
  
 private: private:
  


Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2