(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.13 and 1.18

version 1.13, 2006/01/30 16:17:08 version 1.18, 2006/11/10 18:14:58
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Arthur Pichlkostner  
 //             (checked in: Markus Mueller sedgewick_de@yahoo.de)  
 // Modified By: Amit K Arora, IBM (amita@in.ibm.com) for Bug#1090  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include "StatisticalData.h" #include "StatisticalData.h"
Line 40 
Line 36 
  
 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[] =
 { {
     "GET_CLASS",                                      // Enumerated     ValueMap Value
     "GET_INSTANCE",                                      // value from     from class
     "EXPORT_INDICATION",                                      // internal       CIM_StatisticalData
     "DELETE_CLASS",                                      // message type
     "DELETE_INSTANCE",                                      // -------------- -------------------
     "CREATE_CLASS",    "GetClass",                       //     1           3
     "CREATE_INSTANCE",    "GetInstance",                    //     2           4
     "MODIFY_CLASS",    "IndicationDelivery",             //     3           26
     "MODIFY_INSTANCE",    "DeleteClass",                    //     4           5
     "ENUMERATE_CLASSES",    "DeleteInstance",                 //     5           6
     "ENUMERATE_CLASS_NAMES",    "CreateClass",                    //     6           7
     "ENUMERATE_INSTANCES",    "CreateInstance",                 //     7           8
     "ENUMERATE_INSTANCE_NAMES",    "ModifyClass",                    //     8           9
     "EXEC_QUERY",    "ModifyInstance",                 //     9          10
     "ASSOCIATORS",    "EnumerateClasses",               //    10          11
     "ASSOCIATOR_NAMES",    "EnumerateClassNames",            //    11          12
     "REFERENCES",    "EnumerateInstances",             //    12          13
     "REFERENCE_NAMES",    "EnumerateInstanceNames",         //    13          14
     "GET_PROPERTY",    "ExecQuery",                      //    14          15
     "SET_PROPERTY",    "Associators",                    //    15          16
     "GET_QUALIFIER",    "AssociatorNames",                //    16          17
     "SET_QUALIFIER",    "References",                     //    17          18
     "DELETE_QUALIFIER",    "ReferenceNames",                 //    18          19
     "ENUMERATE_QUALIFIERS",    "GetProperty",                    //    19          20
     "INVOKE_METHOD"    "SetProperty",                    //    20          21
     "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;
Line 158 
Line 166 
  
  void StatisticalData::setCopyGSD(Boolean flag)  void StatisticalData::setCopyGSD(Boolean flag)
 { {
   
         copyGSD = flag;         copyGSD = flag;
 } }
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2