summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/concrete_classes.h
blob: 15a1b8dd9473be845144aa852045b9803af8c7fb (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// $Id$

// ============================================================================
//
// = LIBRARY
//    TAO/tests/Param_Test
//
// = FILENAME
//    concrete_classes.h
//
// = DESCRIPTION
//    All the concrete class header files needed by the servant locator.
//
// = AUTHORS
//    Jeff Parsons
//
// ============================================================================

#ifndef CONCRETE_CLASSES_H
#define CONCRETE_CLASSES_H

#include "ComponentRepository_i.h"
#include "PrimitiveDef_i.h"
#include "StringDef_i.h"
#include "WstringDef_i.h"
#include "SequenceDef_i.h"
#include "ArrayDef_i.h"
#include "FixedDef_i.h"
#include "EnumDef_i.h"
#include "AliasDef_i.h"
#include "NativeDef_i.h"
#include "ValueBoxDef_i.h"
#include "UnionDef_i.h"
#include "StructDef_i.h"
#include "ConsumesDef_i.h"
#include "PublishesDef_i.h"
#include "EmitsDef_i.h"
#include "PrimaryKeyDef_i.h"
#include "ProvidesDef_i.h"
#include "UsesDef_i.h"
#include "ValueMemberDef_i.h"
#include "FactoryDef_i.h"
#include "FinderDef_i.h"
#include "AttributeDef_i.h"
#include "ConstantDef_i.h"
#include "ComponentDef_i.h"
#include "HomeDef_i.h"
#include "ValueDef_i.h"
#include "ExceptionDef_i.h"
#include "ModuleDef_i.h"
#include "AbstractInterfaceDef_i.h"
#include "LocalInterfaceDef_i.h"

#endif /* CONCRETE_CLASSES_H */