summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/namespace_check.cpp
blob: 60b776dbdbfe13fa4073bef8ca1eef860001a061 (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
// $Id$

// ============================================================================
//
// = LIBRARY
//    TAO/tests/IDL_Test
//
// = FILENAME
//    namespace_check.cpp
//
// = DESCRIPTION
//    Contains conditional include of reopened_modulesC.cpp
//    and reopened_modulesS.cpp, for platforms without
//    namespaces.
//
// = AUTHORS
//    Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
//
// ============================================================================


#include "ace/OS.h"

#if defined (ACE_HAS_USING_KEYWORD)

#include "reopened_modulesC.cpp"
#include "reopened_modulesS.cpp"
#include "reopen_include1C.cpp"
#include "reopen_include1S.cpp"
#include "reopen_include2C.cpp"
#include "reopen_include2S.cpp"

#endif /* ACE_HAS_USING_KEYWORD */