(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.9 and 1.10

version 1.9, 2001/04/29 06:25:52 version 1.10, 2001/04/29 18:57:34
Line 33 
Line 33 
 #include <Pegasus/Common/CIMInstance.h> #include <Pegasus/Common/CIMInstance.h>
 #include <Pegasus/Common/CIMQualifierDecl.h> #include <Pegasus/Common/CIMQualifierDecl.h>
 #include <Pegasus/Common/CIMOperations.h> #include <Pegasus/Common/CIMOperations.h>
   #include <Pegasus/Repository/NameSpaceManager.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 52 
Line 53 
 public: public:
  
     /// Constructor     /// Constructor
     CIMRepository(const String& path);      CIMRepository(const String& repositoryRoot);
  
     /// Descructor     /// Descructor
     virtual ~CIMRepository();     virtual ~CIMRepository();
Line 257 
Line 258 
     void _createMetaQualifiers(const String& nameSpace);     void _createMetaQualifiers(const String& nameSpace);
 #endif #endif
  
     String _root;      String _repositoryRoot;
     RepositoryDeclContext* _context;     RepositoryDeclContext* _context;
       NameSpaceManager _nameSpaceManager;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2