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

Diff for /pegasus/src/Pegasus/Compiler/compilerDeclContext.cpp between version 1.19.36.1 and 1.19.36.2

version 1.19.36.1, 2007/03/23 21:53:52 version 1.19.36.2, 2007/03/30 00:35:03
Line 41 
Line 41 
  
  
 #include "compilerDeclContext.h" #include "compilerDeclContext.h"
 #include "Policy.h"  
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 114 
Line 113 
                                  CIMInstance &x)                                  CIMInstance &x)
 { {
   if (_ot == compilerCommonDefs::USE_REPOSITORY)   if (_ot == compilerCommonDefs::USE_REPOSITORY)
   {  
     _repository->_createInstance(nameSpace, x);     _repository->_createInstance(nameSpace, x);
   
 #if defined(PEGASUS_ENABLE_PRIVILEGE_SEPARATION)  
   
     // If the class name is "PG_ProviderModule", then the policy file must  
     // be updated before asking the CIM server to create the instance.  
   
     String className = x.getClassName().getString();  
   
     if (String::equalNoCase(className, "PG_ProviderModule"))  
         UpdatePolicyFile(x);  
   
 #endif /* defined(PEGASUS_ENABLE_PRIVILEGE_SEPARATION) */  
   }  
 } }
  
 void void


Legend:
Removed from v.1.19.36.1  
changed lines
  Added in v.1.19.36.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2