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

Diff for /pegasus/src/Pegasus/Repository/InheritanceTree.h between version 1.13 and 1.17

version 1.13, 2001/07/08 05:54:20 version 1.17, 2002/06/01 00:57:21
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
   // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 195 
Line 196 
  
     /** Returns true if class1 is a subclass of class2.     /** Returns true if class1 is a subclass of class2.
     */     */
     Boolean isSubClass(const String& class1, const String& class2);      Boolean isSubClass(const String& class1, const String& class2) const;
  
     /** Get the names of all superclasses of this class (direct and indirect).     /** Get the names of all superclasses of this class (direct and indirect).
     */     */
Line 221 
Line 222 
     Boolean containsClass(const String& className) const;     Boolean containsClass(const String& className) const;
  
     /** Removes the given class from the class graph.     /** Removes the given class from the class graph.
         @exception CIMException(CIMException::CLASS_HAS_CHILDREN)          @exception CIMException(CIM_ERR_CLASS_HAS_CHILDREN)
         @exception CIMException(CIMException::INVALID_CLASS)          @exception CIMException(CIM_ERR_INVALID_CLASS)
     */     */
     void remove(const String& className);     void remove(const String& className);
  


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2