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

Diff for /pegasus/src/Pegasus/Repository/InstanceIndexFile.h between version 1.3 and 1.4

version 1.3, 2001/04/26 09:24:46 version 1.4, 2001/05/06 00:09:12
Line 100 
Line 100 
     static Boolean remove(     static Boolean remove(
         const String& path,         const String& path,
         const CIMReference& instanceName);         const CIMReference& instanceName);
   
       /** Get instance names of the given class. Append them to the given
           array (do not clear the array first).
       */
       static Boolean appendInstanceNamesTo(
           const String& path,
           Array<CIMReference>& instanceNames,
           Array<Uint32>& indices);
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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