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

Diff for /pegasus/src/Pegasus/Common/CIMParamValueRep.h between version 1.2 and 1.3

version 1.2, 2001/12/13 14:53:53 version 1.3, 2001/12/24 02:23:03
Line 43 
Line 43 
 class DeclContext; class DeclContext;
 class CIMConstParameter; class CIMConstParameter;
  
   // REVIEW: This class should be renamed to CIMParameterValueRep to be consistent
   // REVIEW: with the name of the CIMParameterRep class.
   
   // REVIEW: This class contains a CIMParameter but then repeats many of the
   // REVIEW: members that CIMParameter contains. The standard does not provide
   // REVIEW: a way of passing the type of the CIMParameter. However, CIMParameter
   // REVIEW: has a type tag. There is no way to get this information from the wire
   // REVIEW: and therefore this class is unworkable.
   // REVIEW: In any case, CIMParamValueRep should not repeat the _isArray,
   // REVIEW: _arraySize, _referenceClassName, and _qualifiers fields.
   
 class PEGASUS_COMMON_LINKAGE CIMParamValueRep : public Sharable class PEGASUS_COMMON_LINKAGE CIMParamValueRep : public Sharable
 { {
 public: public:


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2