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

Diff for /pegasus/src/Pegasus/Common/Resolver.h between version 1.3 and 1.4

version 1.3, 2002/08/08 18:30:00 version 1.4, 2002/09/13 21:40:42
Line 75 
Line 75 
     static void resolveClass (     static void resolveClass (
         CIMClass & theClass,         CIMClass & theClass,
         DeclContext * declContext,         DeclContext * declContext,
         const String & nameSpace);          const CIMNamespaceName & nameSpace);
  
     /**     /**
         Resolves the instance.  Makes sure the class exists and is not         Resolves the instance.  Makes sure the class exists and is not
Line 96 
Line 96 
     static void resolveInstance (     static void resolveInstance (
         CIMInstance & theInstance,         CIMInstance & theInstance,
         DeclContext * declContext,         DeclContext * declContext,
         const String & nameSpace,          const CIMNamespaceName & nameSpace,
         Boolean propagateQualifiers);         Boolean propagateQualifiers);
  
     /**     /**
Line 120 
Line 120 
     static void resolveInstance (     static void resolveInstance (
         CIMInstance & theInstance,         CIMInstance & theInstance,
         DeclContext * declContext,         DeclContext * declContext,
         const String & nameSpace,          const CIMNamespaceName & nameSpace,
         CIMConstClass & cimClassOut,         CIMConstClass & cimClassOut,
         Boolean propagateQualifiers);         Boolean propagateQualifiers);
  
Line 144 
Line 144 
     static void resolveProperty (     static void 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 169 
Line 169 
     static void resolveProperty (     static void resolveProperty (
         CIMProperty & theProperty,         CIMProperty & theProperty,
         DeclContext * declContext,         DeclContext * declContext,
         const String & nameSpace,          const CIMNamespaceName & nameSpace,
         Boolean isInstancePart,         Boolean isInstancePart,
         Boolean propagateQualifiers);         Boolean propagateQualifiers);
  
Line 190 
Line 190 
     static void resolveMethod (     static void resolveMethod (
         CIMMethod & theMethod,         CIMMethod & theMethod,
         DeclContext * declContext,         DeclContext * declContext,
         const String & nameSpace,          const CIMNamespaceName & nameSpace,
         const CIMConstMethod & inheritedMethod);         const CIMConstMethod & inheritedMethod);
  
     /**     /**
Line 208 
Line 208 
     static void resolveMethod (     static void resolveMethod (
         CIMMethod & theMethod,         CIMMethod & theMethod,
         DeclContext * declContext,         DeclContext * declContext,
         const String & nameSpace);          const CIMNamespaceName & nameSpace);
  
     /**     /**
         Resolves the parameter.  Validates the qualifiers of the parameter.         Resolves the parameter.  Validates the qualifiers of the parameter.
Line 224 
Line 224 
     static void resolveParameter (     static void resolveParameter (
         CIMParameter & theParameter,         CIMParameter & theParameter,
         DeclContext * declContext,         DeclContext * declContext,
         const String & nameSpace);          const CIMNamespaceName & nameSpace);
  
     /**     /**
         Resolves the qualifier flavor.  This function is used only in object         Resolves the qualifier flavor.  This function is used only in object


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2