(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 and 1.12.10.1

version 1.12, 2005/07/22 23:22:12 version 1.12.10.1, 2006/02/10 16:09:38
Line 1 
Line 1 
 //%2005////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 // EMC Corporation; VERITAS Software Corporation; The Open Group. // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 38 
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[] =
 { {
     "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;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2