From: <kk...@us...> - 2008-10-06 12:57:21
|
Revision: 1071 http://omc.svn.sourceforge.net/omc/?rev=1071&view=rev Author: kkaempf Date: 2008-10-06 12:55:45 +0000 (Mon, 06 Oct 2008) Log Message: ----------- revive CMPIData accessors again Modified Paths: -------------- cmpi-bindings/trunk/swig/cmpi_defs.i Modified: cmpi-bindings/trunk/swig/cmpi_defs.i =================================================================== --- cmpi-bindings/trunk/swig/cmpi_defs.i 2008-10-03 16:30:08 UTC (rev 1070) +++ cmpi-bindings/trunk/swig/cmpi_defs.i 2008-10-06 12:55:45 UTC (rev 1071) @@ -4,9 +4,9 @@ # %nodefault CMPIData; -%ignore _CMPIData::type; -%ignore _CMPIData::state; -%ignore _CMPIData::value; +#%ignore _CMPIData::type; +#%ignore _CMPIData::state; +#%ignore _CMPIData::value; %rename(CMPIData) _CMPIData; %nodefault CMPIStatus; @@ -114,14 +114,6 @@ { return CMIsArray((*($self))); } - int _type() - { - return $self->type; - } - int _state() - { - return $self->state; - } #if defined(SWIGRUBY) VALUE #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |