BiDir_Adapter.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    BiDir_Adapter.h
00006  *
00007  *  BiDir_Adapter.h,v 1.15 2006/04/19 08:26:51 jwillemsen Exp
00008  *
00009  *  @author  Balachandran Natarajan <parsons@cs.wustl.edu>
00010  */
00011 //=============================================================================
00012 #ifndef TAO_BIDIR_ADAPTER_H
00013 #define TAO_BIDIR_ADAPTER_H
00014 
00015 #include /**/ "ace/pre.h"
00016 #include "ace/Service_Object.h"
00017 
00018 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00019 # pragma once
00020 #endif /* ACE_LACKS_PRAGMA_ONCE */
00021 
00022 #include "tao/SystemException.h"
00023 
00024 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00025 
00026 class TAO_Policy_Validator;
00027 
00028 /**
00029  * @class TAO_BiDir_Adapter
00030  *
00031  * @brief TAO_BiDir_Adapter.
00032  *
00033  * Class that offers an interface to the ORB to load and manipulate
00034  * BiDirGIOP library.
00035  */
00036 class TAO_Export TAO_BiDir_Adapter : public ACE_Service_Object
00037 {
00038 public:
00039 
00040   /// The virtual destructor
00041   virtual ~TAO_BiDir_Adapter (void);
00042 
00043   virtual void load_policy_validators (TAO_Policy_Validator &validator ACE_ENV_ARG_DECL)
00044     ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
00045 
00046 };
00047 
00048 TAO_END_VERSIONED_NAMESPACE_DECL
00049 
00050 #include /**/ "ace/post.h"
00051 
00052 #endif /* TAO_BIDIR_ADAPTER_H */

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