blob: 03f6c039f20a84184796e396b8305ad249f4403b (
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
|
/* -*- C++ -*- $Id$ */
//=============================================================================
/**
* @file GIOPS.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_H
#define TAO_IDL_GIOP1_2S_H
#include "GIOPC.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "tao/GIOPS_T.h"
#if defined (__ACE_INLINE__)
#include "GIOPS.i"
#endif /* defined INLINE */
#endif /* ifndef */
|