blob: 8253a169eaab8db8868861d053f7af6de236d4a3 (
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
27
28
29
30
31
32
33
|
/* -*- C++ -*- $Id$ */
//=============================================================================
/**
* @file GIOPS_T.h
*
* $Id$
*
* Generated from GIOP.pidl
* The file is almost empty and only present to keep other IDL files
* that include GIOP.pidl happy.
*
*/
//=============================================================================
#ifndef TAO_IDL_GIOP1_2S_T_H
#define TAO_IDL_GIOP1_2S_T_H
#if defined (__ACE_INLINE__)
#include "GIOPS_T.i"
#endif /* defined INLINE */
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "GIOPS_T.cpp"
#endif /* defined REQUIRED SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
#pragma implementation ("GIOPS_T.cpp")
#endif /* defined REQUIRED PRAGMA */
#endif /* ifndef */
|