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

Diff for /pegasus/src/Pegasus/Compiler/compilerDeclContext.h between version 1.16 and 1.17

version 1.16, 2007/06/22 21:34:59 version 1.17, 2007/11/20 18:36:32
Line 59 
Line 59 
 public RepositoryDeclContext public RepositoryDeclContext
 { {
  public:  public:
   compilerDeclContext(CIMRepository *repository,    compilerDeclContext(compilerCommonDefs::operationType ot);
                   compilerCommonDefs::operationType ot);  
  
   virtual ~compilerDeclContext();   virtual ~compilerDeclContext();
  
Line 84 
Line 83 
                      CIMClass &x);                      CIMClass &x);
  
  private:  private:
   CIMRepository *_cimRepository;  
   compilerCommonDefs::operationType _ot;   compilerCommonDefs::operationType _ot;
   Array<CIMClass>         _classes;   Array<CIMClass>         _classes;
   Array<CIMQualifierDecl> _qualifiers;   Array<CIMQualifierDecl> _qualifiers;


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2