ORBInitializer_Registry.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 // ===================================================================
00004 /**
00005  *  @file   ORBInitializer_Registry.h
00006  *
00007  *  ORBInitializer_Registry.h,v 1.23 2005/11/24 11:05:45 ossama Exp
00008  *
00009  *  @author Ossama Othman <ossama@uci.edu>
00010  */
00011 // ===================================================================
00012 
00013 #ifndef TAO_ORB_INITIALIZER_REGISTRY_H
00014 #define TAO_ORB_INITIALIZER_REGISTRY_H
00015 
00016 #include /**/ "ace/pre.h"
00017 
00018 #include "tao/TAO_Export.h"
00019 
00020 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00021 # pragma once
00022 #endif /* ACE_LACKS_PRAGMA_ONCE */
00023 
00024 #include "tao/Environment.h"
00025 #include "tao/default_environment.h"
00026 
00027 #include "ace/CORBA_macros.h"
00028 
00029 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00030 
00031 namespace PortableInterceptor
00032 {
00033   class ORBInitializer;
00034   typedef ORBInitializer *ORBInitializer_ptr;
00035 
00036   /// Register an ORBInitializer with the global ORBInitializer
00037   /// table.
00038   TAO_Export void register_orb_initializer (
00039       ORBInitializer_ptr init
00040       ACE_ENV_ARG_DECL_WITH_DEFAULTS
00041     );
00042 }
00043 
00044 TAO_END_VERSIONED_NAMESPACE_DECL
00045 
00046 #include /**/ "ace/post.h"
00047 
00048 #endif /* TAO_ORB_INITIALIZER_REGISTRY_H */

Generated on Thu Nov 9 11:54:19 2006 for TAO by doxygen 1.3.6