blob: 5c82fa9f66be3c0d041323430a45a3742bc2f7a5 (
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
|
/* -*- C++ -*- $Id$ */
// ================================================================
//
// = LIBRARY
// TAO
//
// = FILENAME
// GIOPS_T.h
//
// = DESCRIPTION
// 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_CPP
#define TAO_IDL_GIOP1_2S_T_CPP
#include "GIOPS_T.h"
#if !defined (__ACE_INLINE__)
#include "GIOPS_T.i"
#endif /* !defined INLINE */
#endif /* ifndef */
|