summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/concrete_classes.h
blob: 27407fa581c586feebce4909a42937fd1ab156b0 (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 "orbsvcs/IFRService/PrimitiveDef_i.h"
#include "orbsvcs/IFRService/StringDef_i.h"
#include "orbsvcs/IFRService/WstringDef_i.h"
#include "orbsvcs/IFRService/SequenceDef_i.h"
#include "orbsvcs/IFRService/ArrayDef_i.h"
#include "orbsvcs/IFRService/FixedDef_i.h"
#include "orbsvcs/IFRService/EnumDef_i.h"
#include "orbsvcs/IFRService/AliasDef_i.h"
#include "orbsvcs/IFRService/NativeDef_i.h"
#include "orbsvcs/IFRService/ValueBoxDef_i.h"
#include "orbsvcs/IFRService/UnionDef_i.h"
#include "orbsvcs/IFRService/StructDef_i.h"
#include "orbsvcs/IFRService/ValueMemberDef_i.h"
#include "orbsvcs/IFRService/FactoryDef_i.h"
#include "orbsvcs/IFRService/AttributeDef_i.h"
#include "orbsvcs/IFRService/ConstantDef_i.h"
#include "orbsvcs/IFRService/ValueDef_i.h"
#include "orbsvcs/IFRService/ExceptionDef_i.h"
#include "orbsvcs/IFRService/ModuleDef_i.h"
#include "orbsvcs/IFRService/ExtAbstractInterfaceDef_i.h"
#include "orbsvcs/IFRService/ExtLocalInterfaceDef_i.h"

#include "orbsvcs/IFRService/ComponentDef_i.h"
#include "orbsvcs/IFRService/HomeDef_i.h"
#include "orbsvcs/IFRService/FinderDef_i.h"
#include "orbsvcs/IFRService/ConsumesDef_i.h"
#include "orbsvcs/IFRService/PublishesDef_i.h"
#include "orbsvcs/IFRService/EmitsDef_i.h"
#include "orbsvcs/IFRService/EventDef_i.h"
#include "orbsvcs/IFRService/ProvidesDef_i.h"
#include "orbsvcs/IFRService/UsesDef_i.h"

#endif /* CONCRETE_CLASSES_H */