PortableServer_ORBInitializer.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file PortableServer_ORBInitializer.h
00006  *
00007  *  $Id: PortableServer_ORBInitializer.h 81455 2008-04-28 10:26:37Z johnnyw $
00008  *
00009  *  @author Irfan Pyarali <irfan@oomworks.com>
00010  */
00011 //=============================================================================
00012 
00013 #ifndef TAO_PORTABLESERVER_ORB_INITIALIZER_H
00014 #define TAO_PORTABLESERVER_ORB_INITIALIZER_H
00015 
00016 #include /**/ "ace/pre.h"
00017 
00018 #include "tao/PI/PI.h"
00019 
00020 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00021 # pragma once
00022 #endif /* ACE_LACKS_PRAGMA_ONCE */
00023 
00024 #include "tao/LocalObject.h"
00025 
00026 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00027 
00028 /// PortableServer ORB initializer.
00029 class TAO_PortableServer_ORBInitializer
00030   : public virtual PortableInterceptor::ORBInitializer,
00031     public virtual ::CORBA::LocalObject
00032 {
00033 public:
00034 
00035   /**
00036    * @name PortableInterceptor::ORBInitializer methods
00037    *
00038    * The following methods are required by the
00039    * PortableInterceptor::ORBInitializer interface.
00040    */
00041   //@{
00042   void pre_init (PortableInterceptor::ORBInitInfo_ptr info);
00043 
00044   void post_init (PortableInterceptor::ORBInitInfo_ptr info);
00045   //@}
00046 
00047 private:
00048 
00049   /// Register PortableServer policy factories.
00050   void register_policy_factories (PortableInterceptor::ORBInitInfo_ptr info);
00051 };
00052 
00053 TAO_END_VERSIONED_NAMESPACE_DECL
00054 
00055 #include /**/ "ace/post.h"
00056 
00057 #endif /* TAO_PORTABLESERVER_ORB_INITIALIZER_H */

Generated on Tue Feb 2 17:42:14 2010 for TAO_PI_Server by  doxygen 1.4.7