blob: a269745269bd9aafc10bae259188fe1ecb99a2f1 (
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
|
// -*- C++ -*-
//=============================================================================
/**
* @file ObjectReferenceTemplate.h
*
* 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*/
|