25 #ifndef GEOM_GenericObjPtr_H
26 #define GEOM_GenericObjPtr_H
30 #include "SALOMEconfig.h"
31 #include CORBA_SERVER_HEADER(GEOM_Gen)
89 if ( !CORBA::is_nil( this->
myObject ) )
96 if ( !CORBA::is_nil( this->
myObject ) ) {
110 this->
myObject = TInterface::_duplicate( theObject );
131 this->
myObject = TInterface::_duplicate( theObject );
147 return theLeft->_is_equivalent( theRight );
181 operator bool()
const
190 this->
myObject = TInterface::_duplicate( theObject );
202 return TInterface::_duplicate( this->
myObject );
208 return CORBA::is_nil( this->
myObject );
236 #endif // GEOM_GenericObjPtr_H