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

Diff for /pegasus/src/Pegasus/Common/Resolver.cpp between version 1.8 and 1.9

version 1.8, 2006/11/10 18:14:58 version 1.9, 2007/09/03 11:27:02
Line 46 
Line 46 
     DeclContext* declContext,     DeclContext* declContext,
     const CIMNamespaceName& nameSpace)     const CIMNamespaceName& nameSpace)
 { {
     theClass._checkRep();      CheckRep(theClass._rep);
     theClass._rep->resolve(declContext, nameSpace);     theClass._rep->resolve(declContext, nameSpace);
 } }
  
Line 56 
Line 56 
     const CIMNamespaceName& nameSpace,     const CIMNamespaceName& nameSpace,
     Boolean propagateQualifiers)     Boolean propagateQualifiers)
 { {
     theInstance._checkRep();      CheckRep(theInstance._rep);
     CIMConstClass cimClass;     CIMConstClass cimClass;
     theInstance._rep->resolve(     theInstance._rep->resolve(
         declContext, nameSpace, cimClass, propagateQualifiers);         declContext, nameSpace, cimClass, propagateQualifiers);
Line 69 
Line 69 
     CIMConstClass& cimClassOut,     CIMConstClass& cimClassOut,
     Boolean propagateQualifiers)     Boolean propagateQualifiers)
 { {
     theInstance._checkRep();      CheckRep(theInstance._rep);
     theInstance._rep->resolve(declContext, nameSpace, cimClassOut,     theInstance._rep->resolve(declContext, nameSpace, cimClassOut,
         propagateQualifiers);         propagateQualifiers);
 } }
Line 82 
Line 82 
     const CIMConstProperty& inheritedProperty,     const CIMConstProperty& inheritedProperty,
     Boolean propagateQualifiers)     Boolean propagateQualifiers)
 { {
     theProperty._checkRep();      CheckRep(theProperty._rep);
     theProperty._rep->resolve(declContext, nameSpace, isInstancePart,     theProperty._rep->resolve(declContext, nameSpace, isInstancePart,
         inheritedProperty, propagateQualifiers);         inheritedProperty, propagateQualifiers);
 } }
Line 94 
Line 94 
     Boolean isInstancePart,     Boolean isInstancePart,
     Boolean propagateQualifiers)     Boolean propagateQualifiers)
 { {
     theProperty._checkRep();      CheckRep(theProperty._rep);
     theProperty._rep->resolve(declContext, nameSpace, isInstancePart,     theProperty._rep->resolve(declContext, nameSpace, isInstancePart,
         propagateQualifiers);         propagateQualifiers);
 } }
Line 105 
Line 105 
     const CIMNamespaceName& nameSpace,     const CIMNamespaceName& nameSpace,
     const CIMConstMethod& inheritedMethod)     const CIMConstMethod& inheritedMethod)
 { {
     theMethod._checkRep();      CheckRep(theMethod._rep);
     theMethod._rep->resolve(declContext, nameSpace, inheritedMethod);     theMethod._rep->resolve(declContext, nameSpace, inheritedMethod);
 } }
  
Line 114 
Line 114 
     DeclContext* declContext,     DeclContext* declContext,
     const CIMNamespaceName& nameSpace)     const CIMNamespaceName& nameSpace)
 { {
     theMethod._checkRep();      CheckRep(theMethod._rep);
     theMethod._rep->resolve(declContext, nameSpace);     theMethod._rep->resolve(declContext, nameSpace);
 } }
  
Line 123 
Line 123 
     DeclContext* declContext,     DeclContext* declContext,
     const CIMNamespaceName& nameSpace)     const CIMNamespaceName& nameSpace)
 { {
     theParameter._checkRep();      CheckRep(theParameter._rep);
     theParameter._rep->resolve(declContext, nameSpace);     theParameter._rep->resolve(declContext, nameSpace);
 } }
  
Line 132 
Line 132 
     const CIMFlavor& inheritedFlavor,     const CIMFlavor& inheritedFlavor,
     Boolean inherited)     Boolean inherited)
 { {
     theQualifier._checkRep();      CheckRep(theQualifier._rep);
     theQualifier._rep->resolveFlavor(inheritedFlavor, inherited);     theQualifier._rep->resolveFlavor(inheritedFlavor, inherited);
 } }
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2