00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file ObjectReferenceTemplate.h 00006 * 00007 * $Id: ObjectReferenceTemplate.h 62417 2004-12-03 05:22:02Z bala $ 00008 * 00009 * This is the implementation of the TAO::ORT_Adapter 00010 * 00011 * @author Bala Natarajan <bala@dre.vanderbilt.edu> 00012 */ 00013 //============================================================================= 00014 00015 #ifndef TAO_OBJECT_REFERENCE_TEMPLATE_H 00016 #define TAO_OBJECT_REFERENCE_TEMPLATE_H 00017 #include /**/ "ace/pre.h" 00018 00019 #include "tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h" 00020 00021 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00022 # pragma once 00023 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00024 00025 #include /**/ "ace/post.h" 00026 #endif /*TAO_OBJECT_REFERENCE_TEMPLATE_H*/