#include "ace/pre.h"
#include "tao/corbafwd.h"
#include "ace/post.h"
Include dependency graph for ValueFactory.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | CORBA_ValueFactoryBase |
Defines | |
#define | TAO_OBV_CREATE_RETURN_TYPE(TYPE) CORBA::ValueBase * |
#define | TAO_OBV_REGISTER_FACTORY(FACTORY, VALUETYPE) |
ValueFactory.h,v 1.8 2002/01/02 21:36:06 nanbor Exp
|
|
|
Value: { CORBA_ValueFactory_ptr factory = new FACTORY; \ CORBA_ValueFactory_ptr prev_factory = \ TAO_ORB_Core_instance ()->orb ()->register_value_factory (\ VALUETYPE::_tao_obv_static_repository_id (),\ factory); \ if (prev_factory) prev_factory->_remove_ref (); \ factory->_remove_ref (); } |