(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.15 and 1.16

version 1.15, 2006/02/08 11:56:40 version 1.16, 2006/02/08 12:12:08
Line 43 
Line 43 
  
 // The table on the right represents the mapping from the enumerated types // The table on the right represents the mapping from the enumerated types
 // in the CIM_CIMOMStatisticalDate class ValueMap versus the internal // in the CIM_CIMOMStatisticalDate class ValueMap versus the internal
 // message type defined in Message.cpp. This conversion is performed by  // message type defined in Message.h. This conversion is performed by
 // getOpType() in CIMOMStatDataProvider.cpp. // getOpType() in CIMOMStatDataProvider.cpp.
 // //
  
Line 54 
Line 54 
                                     // internal       CIM_StatisticalData                                     // internal       CIM_StatisticalData
                                     // message type                                     // message type
                                     // -------------- -------------------                                     // -------------- -------------------
   "GetClass",                       //     0           3    "GetClass",                       //     1           3
   "GetInstance",                    //     1           4    "GetInstance",                    //     2           4
   "IndicationDelivery",             //     2           26    "IndicationDelivery",             //     3           26
   "DeleteClass",                    //     3           5    "DeleteClass",                    //     4           5
   "DeleteInstance",                 //     4           6    "DeleteInstance",                 //     5           6
   "CreateClass",                    //     5           7    "CreateClass",                    //     6           7
   "CreateInstance",                 //     6           8    "CreateInstance",                 //     7           8
   "ModifyClass",                    //     7           9    "ModifyClass",                    //     8           9
   "ModifyInstance",                 //     8          10    "ModifyInstance",                 //     9          10
   "EnumerateClasses",               //     9          11    "EnumerateClasses",               //    10          11
   "EnumerateClassNames",            //    10          12    "EnumerateClassNames",            //    11          12
   "EnumerateInstances",             //    11          13    "EnumerateInstances",             //    12          13
   "EnumerateInstanceNames",         //    12          14    "EnumerateInstanceNames",         //    13          14
   "ExecQuery",                      //    13          15    "ExecQuery",                      //    14          15
   "Associators",                    //    14          16    "Associators",                    //    15          16
   "AssociatorNames",                //    15          17    "AssociatorNames",                //    16          17
   "References",                     //    16          18    "References",                     //    17          18
   "ReferenceNames",                 //    17          19    "ReferenceNames",                 //    18          19
   "GetProperty",                    //    18          20    "GetProperty",                    //    19          20
   "SetProperty",                    //    19          21    "SetProperty",                    //    20          21
   "GetQualifier",                   //    20          22    "GetQualifier",                   //    21          22
   "SetQualifier",                   //    21          23    "SetQualifier",                   //    22          23
   "DeleteQualifier",                //    22          24    "DeleteQualifier",                //    23          24
   "EnumerateQualifiers",            //    23          25    "EnumerateQualifiers",            //    24          25
   "InvokeMethod"                    //    24          Not Present    "InvokeMethod"                    //    25          Not Present
 }; };
  
 const Uint32 StatisticalData::length = NUMBER_OF_TYPES; const Uint32 StatisticalData::length = NUMBER_OF_TYPES;


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2