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

Diff for /pegasus/src/Pegasus/IndicationService/IndicationService.cpp between version 1.101 and 1.102

version 1.101, 2003/11/05 04:10:41 version 1.102, 2003/11/05 23:01:42
Line 2784 
Line 2784 
                 _MSG_PROPERTY);                 _MSG_PROPERTY);
  
             //             //
               //  Validate the query language is supported
               //
               String queryLanguage;
               instance.getProperty (instance.findProperty
                   (_PROPERTY_QUERYLANGUAGE)).getValue ().get (queryLanguage);
               if (queryLanguage != "WQL")
               {
                   throw PEGASUS_CIM_EXCEPTION(CIM_ERR_NOT_SUPPORTED,
                                               queryLanguage);
               }
   
               //
             //  Default value for Source Namespace is the namespace of the             //  Default value for Source Namespace is the namespace of the
             //  Filter registration             //  Filter registration
             //             //


Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2