blob: dc854c5a6816f545d0aaa37a7b307bd99bb4cb18 (
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
34
35
|
/* -*- C++ -*- */
//
// $Id$
//
// ================================================================
//
// = LIBRARY
// TAO
//
// = FILENAME
// TimeBaseS.h
//
// = DESCRIPTION
// Generated from TimeBase.pidl
// The file is almost empty and only present to keep other IDL files
// that include TimeBase.pidl happy.
//
// ================================================================
#ifndef TAO_IDL_TIMEBASES_H
#define TAO_IDL_TIMEBASES_H
#include "TimeBaseC.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "TimeBaseS_T.h"
#if defined (__ACE_INLINE__)
#include "TimeBaseS.i"
#endif /* defined INLINE */
#endif /* TAO_IDL_TIMEBASES_H */
|