RT_ORB_Loader.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    RT_ORB_Loader.h
00006  *
00007  *  $Id: RT_ORB_Loader.h 78627 2007-06-28 08:50:01Z johnnyw $
00008  *
00009  *   Header file for Loading RT_ORB.
00010  *
00011  *
00012  *  @author  Priyanka Gontla <gontla_p@ociweb.com>
00013  */
00014 //=============================================================================
00015 
00016 #ifndef TAO_RT_ORB_LOADER_H
00017 #define TAO_RT_ORB_LOADER_H
00018 #include /**/ "ace/pre.h"
00019 
00020 #include "tao/orbconf.h"
00021 
00022 #if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
00023 
00024 #include "tao/RTCORBA/rtcorba_export.h"
00025 #include "ace/Service_Object.h"
00026 #include "ace/Service_Config.h"
00027 
00028 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00029 # pragma once
00030 #endif /* ACE_LACKS_PRAGMA_ONCE */
00031 
00032 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00033 
00034 class TAO_ORB_Core;
00035 
00036 class TAO_RTCORBA_Export TAO_RT_ORB_Loader : public ACE_Service_Object
00037 {
00038 public:
00039 
00040   /// Destructor.
00041   virtual ~TAO_RT_ORB_Loader (void);
00042 
00043   /// Initialize the RT ORB loader hooks.
00044   virtual int init (int argc, ACE_TCHAR* []);
00045 };
00046 
00047 TAO_END_VERSIONED_NAMESPACE_DECL
00048 
00049 ACE_STATIC_SVC_DECLARE_EXPORT (TAO_RTCORBA, TAO_RT_ORB_Loader)
00050 ACE_FACTORY_DECLARE (TAO_RTCORBA, TAO_RT_ORB_Loader)
00051 
00052 #endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */
00053 
00054 #include /**/ "ace/post.h"
00055 #endif /* TAO_RT_ORB_LOADER_H */

Generated on Tue Feb 2 17:42:49 2010 for TAO_RTCORBA by  doxygen 1.4.7