Swapping_Container.h File Reference

#include "ciao/CIAO_Server_Export.h"
#include "ciao/Session_Container.h"

Include dependency graph for Swapping_Container.h:

This graph shows which files directly or indirectly include this file:


Namespaces

namespace  CIAO

Classes

class  CIAO::Swapping_Container

Defines

#define CIAO_REGISTER_OBV_FACTORY(FACTORY, VALUETYPE)

Detailed Description

Id
Swapping_Container.h 80147 2007-11-30 19:08:54Z sowayaa

Header file for CIAO's Dynamic Swapping container implementations

Author:
Jaiganesh Balasubramanian <jai@dre.vanderbilt.edu> Balachandran Natarajan <bala@dre.vanderbilt.edu>

Define Documentation

#define CIAO_REGISTER_OBV_FACTORY ( FACTORY,
VALUETYPE   ) 

Value:

{  \
    CORBA::ValueFactory factory = new FACTORY; \
    CORBA::ORB_ptr orb = \
      this->context_->_ciao_the_Container ()->the_ORB (); \
    CORBA::ValueFactory prev_factory = \
      orb->register_value_factory ( \
               VALUETYPE::_tao_obv_static_repository_id (), \
               factory); \
    CORBA::remove_ref (prev_factory); \
    CORBA::add_ref (factory);  \
  }


Generated on Thu Nov 27 06:07:55 2008 for CIAO by  doxygen 1.5.6