(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.2 and 1.3

version 1.2, 2002/08/08 18:30:00 version 1.3, 2002/09/13 21:40:42
Line 41 
Line 41 
 void Resolver::resolveClass ( void Resolver::resolveClass (
     CIMClass & theClass,     CIMClass & theClass,
     DeclContext * declContext,     DeclContext * declContext,
     const String & nameSpace)      const CIMNamespaceName & nameSpace)
 { {
     theClass._checkRep ();     theClass._checkRep ();
     theClass._rep->resolve (declContext, nameSpace);     theClass._rep->resolve (declContext, nameSpace);
Line 50 
Line 50 
 void Resolver::resolveInstance ( void Resolver::resolveInstance (
     CIMInstance & theInstance,     CIMInstance & theInstance,
     DeclContext * declContext,     DeclContext * declContext,
     const String & nameSpace,      const CIMNamespaceName & nameSpace,
     Boolean propagateQualifiers)     Boolean propagateQualifiers)
 { {
     theInstance._checkRep ();     theInstance._checkRep ();
Line 62 
Line 62 
 void Resolver::resolveInstance ( void Resolver::resolveInstance (
     CIMInstance & theInstance,     CIMInstance & theInstance,
     DeclContext * declContext,     DeclContext * declContext,
     const String & nameSpace,      const CIMNamespaceName & nameSpace,
     CIMConstClass & cimClassOut,     CIMConstClass & cimClassOut,
     Boolean propagateQualifiers)     Boolean propagateQualifiers)
 { {
Line 74 
Line 74 
 void Resolver::resolveProperty ( void Resolver::resolveProperty (
     CIMProperty & theProperty,     CIMProperty & theProperty,
     DeclContext * declContext,     DeclContext * declContext,
     const String & nameSpace,      const CIMNamespaceName & nameSpace,
     Boolean isInstancePart,     Boolean isInstancePart,
     const CIMConstProperty & inheritedProperty,     const CIMConstProperty & inheritedProperty,
     Boolean propagateQualifiers)     Boolean propagateQualifiers)
Line 87 
Line 87 
 void Resolver::resolveProperty ( void Resolver::resolveProperty (
     CIMProperty & theProperty,     CIMProperty & theProperty,
     DeclContext * declContext,     DeclContext * declContext,
     const String & nameSpace,      const CIMNamespaceName & nameSpace,
     Boolean isInstancePart,     Boolean isInstancePart,
     Boolean propagateQualifiers)     Boolean propagateQualifiers)
 { {
Line 99 
Line 99 
 void Resolver::resolveMethod ( void Resolver::resolveMethod (
     CIMMethod & theMethod,     CIMMethod & theMethod,
     DeclContext * declContext,     DeclContext * declContext,
     const String & nameSpace,      const CIMNamespaceName & nameSpace,
     const CIMConstMethod & inheritedMethod)     const CIMConstMethod & inheritedMethod)
 { {
     theMethod._checkRep ();     theMethod._checkRep ();
Line 109 
Line 109 
 void Resolver::resolveMethod ( void Resolver::resolveMethod (
     CIMMethod & theMethod,     CIMMethod & theMethod,
     DeclContext * declContext,     DeclContext * declContext,
     const String & nameSpace)      const CIMNamespaceName & nameSpace)
 { {
     theMethod._checkRep ();     theMethod._checkRep ();
     theMethod._rep->resolve (declContext, nameSpace);     theMethod._rep->resolve (declContext, nameSpace);
Line 118 
Line 118 
 void Resolver::resolveParameter ( void Resolver::resolveParameter (
     CIMParameter & theParameter,     CIMParameter & theParameter,
     DeclContext * declContext,     DeclContext * declContext,
     const String & nameSpace)      const CIMNamespaceName & nameSpace)
 { {
     theParameter._checkRep ();     theParameter._checkRep ();
     theParameter._rep->resolve (declContext, nameSpace);     theParameter._rep->resolve (declContext, nameSpace);


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2