summaryrefslogtreecommitdiff
path: root/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.h
blob: f1a112b9d3f9f30084cde87ce76f196036d96fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// -*- C++ -*-

//=============================================================================
/**
 * @file ObjectReferenceTemplate.h
 *
 * $Id$
 *
 * This is the implementation of the TAO::ORT_Adapter
 *
 * @author Bala Natarajan  <bala@dre.vanderbilt.edu>
 */
//=============================================================================

#ifndef TAO_OBJECT_REFERENCE_TEMPLATE_H
#define TAO_OBJECT_REFERENCE_TEMPLATE_H
#include /**/ "ace/pre.h"

#include "tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

#include /**/ "ace/post.h"
#endif /*TAO_OBJECT_REFERENCE_TEMPLATE_H*/