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

Diff for /pegasus/src/Pegasus/Common/StatisticalData.cpp between version 1.12.10.1 and 1.13

version 1.12.10.1, 2006/02/10 16:09:38 version 1.13, 2006/01/30 16:17:08
Line 40 
Line 40 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   
 // The table on the right represents the mapping from the enumerated types  
 // in the CIM_CIMOMStatisticalDate class ValueMap versus the internal  
 // message type defined in Message.h. This conversion is performed by  
 // getOpType() in CIMOMStatDataProvider.cpp.  
 //  
   
 String StatisticalData::requestName[] = String StatisticalData::requestName[] =
 { {
                                     // Enumerated     ValueMap Value      "GET_CLASS",
                                     // value from     from class      "GET_INSTANCE",
                                     // internal       CIM_StatisticalData      "EXPORT_INDICATION",
                                     // message type      "DELETE_CLASS",
                                     // -------------- -------------------      "DELETE_INSTANCE",
   "GetClass",                       //     1           3      "CREATE_CLASS",
   "GetInstance",                    //     2           4      "CREATE_INSTANCE",
   "IndicationDelivery",             //     3           26      "MODIFY_CLASS",
   "DeleteClass",                    //     4           5      "MODIFY_INSTANCE",
   "DeleteInstance",                 //     5           6      "ENUMERATE_CLASSES",
   "CreateClass",                    //     6           7      "ENUMERATE_CLASS_NAMES",
   "CreateInstance",                 //     7           8      "ENUMERATE_INSTANCES",
   "ModifyClass",                    //     8           9      "ENUMERATE_INSTANCE_NAMES",
   "ModifyInstance",                 //     9          10      "EXEC_QUERY",
   "EnumerateClasses",               //    10          11      "ASSOCIATORS",
   "EnumerateClassNames",            //    11          12      "ASSOCIATOR_NAMES",
   "EnumerateInstances",             //    12          13      "REFERENCES",
   "EnumerateInstanceNames",         //    13          14      "REFERENCE_NAMES",
   "ExecQuery",                      //    14          15      "GET_PROPERTY",
   "Associators",                    //    15          16      "SET_PROPERTY",
   "AssociatorNames",                //    16          17      "GET_QUALIFIER",
   "References",                     //    17          18      "SET_QUALIFIER",
   "ReferenceNames",                 //    18          19      "DELETE_QUALIFIER",
   "GetProperty",                    //    19          20      "ENUMERATE_QUALIFIERS",
   "SetProperty",                    //    20          21      "INVOKE_METHOD"
   "GetQualifier",                   //    21          22  
   "SetQualifier",                   //    22          23  
   "DeleteQualifier",                //    23          24  
   "EnumerateQualifiers",            //    24          25  
   "InvokeMethod"                    //    25          Not Present  
 }; };
  
 const Uint32 StatisticalData::length = NUMBER_OF_TYPES; const Uint32 StatisticalData::length = NUMBER_OF_TYPES;


Legend:
Removed from v.1.12.10.1  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2