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

Diff for /pegasus/src/Pegasus/Repository/Attic/AssocTable.h between version 1.4 and 1.5

version 1.4, 2001/06/22 03:46:01 version 1.5, 2001/07/01 03:29:40
Line 45 
Line 45 
 public: public:
  
     /** Appends a row into the association table. There is no checking     /** Appends a row into the association table. There is no checking
         for duplicate entries (the caller ensures this).          for duplicate entries (the caller ensures this). The case of
           the arguments doesn't matter. They are ignored during comparison.
     */     */
     static void append(     static void append(
         PEGASUS_STD(ofstream)& os,         PEGASUS_STD(ofstream)& os,
Line 59 
Line 60 
         const String& toPropertyName);         const String& toPropertyName);
  
     /** Appends a row into the association table. There is no checking     /** Appends a row into the association table. There is no checking
         for duplicate entries (the caller ensures this).          for duplicate entries (the caller ensures this). The case of the
           arguments doesn't matter. Case is ignored during comparison.
     */     */
     static void append(     static void append(
         const String& path,         const String& path,
Line 87 
Line 89 
     */     */
     static Boolean deleteAssociation(     static Boolean deleteAssociation(
         const String& path,         const String& path,
         const String& assocInstanceName);          const CIMReference& assocInstanceName);
  
     /** Finds all associators of the given object. See     /** Finds all associators of the given object. See
         CIMOperations::associators() for a full description.         CIMOperations::associators() for a full description.


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2