(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.3 and 1.4

version 1.3, 2001/06/17 04:20:33 version 1.4, 2001/06/22 03:46:01
Line 32 
Line 32 
 #include <iostream> #include <iostream>
 #include <fstream> #include <fstream>
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
   #include <Pegasus/Common/CIMReference.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
  
Line 78 
Line 79 
     */     */
     static Boolean containsObject(     static Boolean containsObject(
         const String& path,         const String& path,
         const String& objectName);          const CIMReference& objectName);
  
     /** Deletes the given association from the table by removing every entry     /** Deletes the given association from the table by removing every entry
         with an assocInstanceName equal to the assocInstanceName parameter.         with an assocInstanceName equal to the assocInstanceName parameter.
Line 93 
Line 94 
     */     */
     static Boolean getAssociatorNames(     static Boolean getAssociatorNames(
         const String& path,         const String& path,
         const String& objectName,          const CIMReference& objectName,
         const String& assocClass,         const String& assocClass,
         const String& resultClass,         const String& resultClass,
         const String& role,         const String& role,
Line 106 
Line 107 
     */     */
     static Boolean getReferenceNames(     static Boolean getReferenceNames(
         const String& path,         const String& path,
         const String& objectName,          const CIMReference& objectName,
         const String& resultClass,         const String& resultClass,
         const String& role,         const String& role,
         Array<String>& referenceNames);         Array<String>& referenceNames);


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2