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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierList.cpp between version 1.72 and 1.73

version 1.72, 2008/12/16 18:55:59 version 1.73, 2010/10/18 06:19:09
Line 184 
Line 184 
                     CIMName(className));                     CIMName(className));
             if (classDef.isUninitialized())             if (classDef.isUninitialized())
             {             {
                 String embeddedInstType("EmbeddedInstance(\"");  
                 embeddedInstType = embeddedInstType + className + "\")";  
                 PEG_METHOD_EXIT();                 PEG_METHOD_EXIT();
                 throw BadQualifierType(embeddedInstType);                  throw BadQualifierType(
                        PEGASUS_QUALIFIERNAME_EMBEDDEDINSTANCE.getString(),
                        className);
             }             }
         }         }
  


Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2