(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.43 and 1.44

version 1.43, 2002/05/15 12:28:18 version 1.44, 2002/05/15 23:14:19
Line 75 
Line 75 
  
     /** Constructor - Creates a Class from inputs of a classname and     /** Constructor - Creates a Class from inputs of a classname and
         SuperClassName         SuperClassName
         @param className CIMReference representing name of the class being created          @param className CIMObjectPath representing name of the class being created
         @param superClassName String representing name of the SuperClass         @param superClassName String representing name of the SuperClass
         ATTN: Define what makes up legal name.         ATTN: Define what makes up legal name.
         @return Throws IllegalName if className argument illegal CIM identifier.         @return Throws IllegalName if className argument illegal CIM identifier.
Line 85 
Line 85 
  
     */     */
     CIMClass(     CIMClass(
         const CIMReference& reference,          const CIMObjectPath& reference,
         const String& superClassName = String::EMPTY);         const String& superClassName = String::EMPTY);
  
     /** Assignment operator.     /** Assignment operator.
Line 129 
Line 129 
     */     */
     const Boolean equalClassName(const String& classname) const;     const Boolean equalClassName(const String& classname) const;
  
     const CIMReference& getPath() const;      const CIMObjectPath& getPath() const;
  
     /** getSuperClassName - Gets the name of the Parent     /** getSuperClassName - Gets the name of the Parent
         @return String with parent class name.         @return String with parent class name.
Line 386 
Line 386 
  
     // Throws IllegalName if className argument not legal CIM identifier.     // Throws IllegalName if className argument not legal CIM identifier.
     CIMConstClass(     CIMConstClass(
         const CIMReference& reference,          const CIMObjectPath& reference,
         const String& superClassName = String::EMPTY);         const String& superClassName = String::EMPTY);
  
     CIMConstClass& operator=(const CIMConstClass& x);     CIMConstClass& operator=(const CIMConstClass& x);
Line 403 
Line 403 
  
     const Boolean equalClassName(const String& classname) const;     const Boolean equalClassName(const String& classname) const;
  
     const CIMReference& getPath() const;      const CIMObjectPath& getPath() const;
  
     const String& getSuperClassName() const;     const String& getSuperClassName() const;
  


Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2