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

Diff for /pegasus/src/Pegasus/Repository/CIMRepository.h between version 1.11 and 1.12

version 1.11, 2001/04/30 15:54:27 version 1.12, 2001/05/06 00:09:12
Line 242 
Line 242 
     */     */
     void deleteNameSpace(const String& nameSpace);     void deleteNameSpace(const String& nameSpace);
  
   
 private: private:
  
       Boolean _getInstanceIndex(
           const String& nameSpace,
           const CIMReference& instanceName,
           String& className,
           Uint32& index,
           Boolean searchSuperClasses = false) const;
   
       String _getIndexFilePath(
           const String& nameSpace,
           const String& className) const;
   
       String _getInstanceFilePath(
           const String& nameSpace,
           const String& className,
           Uint32 index) const;
   
     String _repositoryRoot;     String _repositoryRoot;
     RepositoryDeclContext* _context;     RepositoryDeclContext* _context;
     NameSpaceManager _nameSpaceManager;     NameSpaceManager _nameSpaceManager;


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2