Object_Adapter_Factory.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    Object_Adapter_Factory.h
00006  *
00007  *  $Id: Object_Adapter_Factory.h 71473 2006-03-10 07:19:20Z jtc $
00008  *
00009  *  @author Irfan Pyarali
00010  */
00011 //=============================================================================
00012 
00013 #ifndef TAO_OBJECT_ADAPTER_FACTORY_H
00014 #define TAO_OBJECT_ADAPTER_FACTORY_H
00015 
00016 #include /**/ "ace/pre.h"
00017 
00018 #include "tao/PortableServer/portableserver_export.h"
00019 
00020 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00021 # pragma once
00022 #endif /* ACE_LACKS_PRAGMA_ONCE */
00023 
00024 #include "tao/Adapter_Factory.h"
00025 #include "ace/Service_Config.h"
00026 
00027 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00028 
00029 class TAO_PortableServer_Export TAO_Object_Adapter_Factory
00030   : public TAO_Adapter_Factory
00031 {
00032 public:
00033 
00034   // = The TAO_Adapter_Factory methods, please read tao/Adapter.h for
00035   // details.
00036   virtual TAO_Adapter *create (TAO_ORB_Core *orb_core);
00037 };
00038 
00039 TAO_END_VERSIONED_NAMESPACE_DECL
00040 
00041 ACE_STATIC_SVC_DECLARE (TAO_Object_Adapter_Factory)
00042 ACE_FACTORY_DECLARE (TAO_PortableServer, TAO_Object_Adapter_Factory)
00043 
00044 #include /**/ "ace/post.h"
00045 
00046 #endif /* TAO_OBJECT_ADAPTER_FACTORY_H */

Generated on Tue Feb 2 17:40:54 2010 for TAO_PortableServer by  doxygen 1.4.7