summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Makefile.am')
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.am833
1 files changed, 603 insertions, 230 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.am b/TAO/orbsvcs/orbsvcs/Makefile.am
index 2908bec02fa..b3dffa87a21 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.am
+++ b/TAO/orbsvcs/orbsvcs/Makefile.am
@@ -34,7 +34,10 @@ BUILT_SOURCES += \
CosNamingC.inl \
CosNamingS.cpp \
CosNamingS.h \
- CosNamingS.inl
+ CosNamingS.inl \
+ CosNamingS_T.cpp \
+ CosNamingS_T.h \
+ CosNamingS_T.inl
CLEANFILES += \
CosNaming-stamp \
@@ -43,12 +46,15 @@ CLEANFILES += \
CosNamingC.inl \
CosNamingS.cpp \
CosNamingS.h \
- CosNamingS.inl
+ CosNamingS.inl \
+ CosNamingS_T.cpp \
+ CosNamingS_T.h \
+ CosNamingS_T.inl
-CosNamingC.cpp CosNamingC.h CosNamingC.inl CosNamingS.cpp CosNamingS.h CosNamingS.inl: CosNaming-stamp
+CosNamingC.cpp CosNamingC.h CosNamingC.inl CosNamingS.cpp CosNamingS.h CosNamingS.inl CosNamingS_T.cpp CosNamingS_T.h CosNamingS_T.inl: CosNaming-stamp
CosNaming-stamp: $(srcdir)/CosNaming.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Naming_Export -Wb,stub_export_include=orbsvcs/Naming/naming_export.h -Wb,skel_export_macro=TAO_Naming_Skel_Export -Wb,skel_export_include=orbsvcs/Naming/naming_skel_export.h $(srcdir)/CosNaming.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Naming_Export -Wb,stub_export_include=orbsvcs/Naming/naming_export.h -Wb,skel_export_macro=TAO_Naming_Skel_Export -Wb,skel_export_include=orbsvcs/Naming/naming_skel_export.h $(srcdir)/CosNaming.idl
@touch $@
@@ -116,7 +122,10 @@ BUILT_SOURCES += \
CosPropertyC.inl \
CosPropertyS.cpp \
CosPropertyS.h \
- CosPropertyS.inl
+ CosPropertyS.inl \
+ CosPropertyS_T.cpp \
+ CosPropertyS_T.h \
+ CosPropertyS_T.inl
CLEANFILES += \
CosProperty-stamp \
@@ -125,12 +134,15 @@ CLEANFILES += \
CosPropertyC.inl \
CosPropertyS.cpp \
CosPropertyS.h \
- CosPropertyS.inl
+ CosPropertyS.inl \
+ CosPropertyS_T.cpp \
+ CosPropertyS_T.h \
+ CosPropertyS_T.inl
-CosPropertyC.cpp CosPropertyC.h CosPropertyC.inl CosPropertyS.cpp CosPropertyS.h CosPropertyS.inl: CosProperty-stamp
+CosPropertyC.cpp CosPropertyC.h CosPropertyC.inl CosPropertyS.cpp CosPropertyS.h CosPropertyS.inl CosPropertyS_T.cpp CosPropertyS_T.h CosPropertyS_T.inl: CosProperty-stamp
CosProperty-stamp: $(srcdir)/CosProperty.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Property_Export -Wb,stub_export_include=orbsvcs/Property/property_export.h -Wb,skel_export_macro=TAO_Property_Skel_Export -Wb,skel_export_include=orbsvcs/Property/property_skel_export.h $(srcdir)/CosProperty.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Property_Export -Wb,stub_export_include=orbsvcs/Property/property_export.h -Wb,skel_export_macro=TAO_Property_Skel_Export -Wb,skel_export_include=orbsvcs/Property/property_skel_export.h $(srcdir)/CosProperty.idl
@touch $@
BUILT_SOURCES += \
@@ -139,7 +151,10 @@ BUILT_SOURCES += \
CosPropertyServiceC.inl \
CosPropertyServiceS.cpp \
CosPropertyServiceS.h \
- CosPropertyServiceS.inl
+ CosPropertyServiceS.inl \
+ CosPropertyServiceS_T.cpp \
+ CosPropertyServiceS_T.h \
+ CosPropertyServiceS_T.inl
CLEANFILES += \
CosPropertyService-stamp \
@@ -148,12 +163,15 @@ CLEANFILES += \
CosPropertyServiceC.inl \
CosPropertyServiceS.cpp \
CosPropertyServiceS.h \
- CosPropertyServiceS.inl
+ CosPropertyServiceS.inl \
+ CosPropertyServiceS_T.cpp \
+ CosPropertyServiceS_T.h \
+ CosPropertyServiceS_T.inl
-CosPropertyServiceC.cpp CosPropertyServiceC.h CosPropertyServiceC.inl CosPropertyServiceS.cpp CosPropertyServiceS.h CosPropertyServiceS.inl: CosPropertyService-stamp
+CosPropertyServiceC.cpp CosPropertyServiceC.h CosPropertyServiceC.inl CosPropertyServiceS.cpp CosPropertyServiceS.h CosPropertyServiceS.inl CosPropertyServiceS_T.cpp CosPropertyServiceS_T.h CosPropertyServiceS_T.inl: CosPropertyService-stamp
CosPropertyService-stamp: $(srcdir)/CosPropertyService.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Property_Export -Wb,stub_export_include=orbsvcs/Property/property_export.h -Wb,skel_export_macro=TAO_Property_Skel_Export -Wb,skel_export_include=orbsvcs/Property/property_skel_export.h $(srcdir)/CosPropertyService.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Property_Export -Wb,stub_export_include=orbsvcs/Property/property_export.h -Wb,skel_export_macro=TAO_Property_Skel_Export -Wb,skel_export_include=orbsvcs/Property/property_skel_export.h $(srcdir)/CosPropertyService.idl
@touch $@
@@ -244,8 +262,14 @@ libTAO_CosProperty_Skel_la_LIBADD = \
nobase_include_HEADERS += \
CosPropertyS.h \
CosPropertyS.inl \
+ CosPropertyS_T.cpp \
+ CosPropertyS_T.h \
+ CosPropertyS_T.inl \
CosPropertyServiceS.h \
CosPropertyServiceS.inl \
+ CosPropertyServiceS_T.cpp \
+ CosPropertyServiceS_T.h \
+ CosPropertyServiceS_T.inl \
Property/property_skel_export.h
pkgconfig_DATA += \
@@ -322,7 +346,9 @@ BUILT_SOURCES += \
AVStreamsC.inl \
AVStreamsS.cpp \
AVStreamsS.h \
- AVStreamsS.inl
+ AVStreamsS.inl \
+ AVStreamsS_T.cpp \
+ AVStreamsS_T.inl
CLEANFILES += \
AVStreams-stamp \
@@ -331,12 +357,14 @@ CLEANFILES += \
AVStreamsC.inl \
AVStreamsS.cpp \
AVStreamsS.h \
- AVStreamsS.inl
+ AVStreamsS.inl \
+ AVStreamsS_T.cpp \
+ AVStreamsS_T.inl
-AVStreamsC.cpp AVStreamsC.h AVStreamsC.inl AVStreamsS.cpp AVStreamsS.h AVStreamsS.inl: AVStreams-stamp
+AVStreamsC.cpp AVStreamsC.h AVStreamsC.inl AVStreamsS.cpp AVStreamsS.h AVStreamsS.inl AVStreamsS_T.cpp AVStreamsS_T.inl: AVStreams-stamp
AVStreams-stamp: $(srcdir)/AVStreams.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_AV_Export -Wb,export_include=orbsvcs/AV/AV_export.h $(srcdir)/AVStreams.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_AV_Export -Wb,export_include=orbsvcs/AV/AV_export.h $(srcdir)/AVStreams.idl
@touch $@
BUILT_SOURCES += \
@@ -345,7 +373,9 @@ BUILT_SOURCES += \
Null_MediaCtrlC.inl \
Null_MediaCtrlS.cpp \
Null_MediaCtrlS.h \
- Null_MediaCtrlS.inl
+ Null_MediaCtrlS.inl \
+ Null_MediaCtrlS_T.cpp \
+ Null_MediaCtrlS_T.inl
CLEANFILES += \
Null_MediaCtrl-stamp \
@@ -354,12 +384,14 @@ CLEANFILES += \
Null_MediaCtrlC.inl \
Null_MediaCtrlS.cpp \
Null_MediaCtrlS.h \
- Null_MediaCtrlS.inl
+ Null_MediaCtrlS.inl \
+ Null_MediaCtrlS_T.cpp \
+ Null_MediaCtrlS_T.inl
-Null_MediaCtrlC.cpp Null_MediaCtrlC.h Null_MediaCtrlC.inl Null_MediaCtrlS.cpp Null_MediaCtrlS.h Null_MediaCtrlS.inl: Null_MediaCtrl-stamp
+Null_MediaCtrlC.cpp Null_MediaCtrlC.h Null_MediaCtrlC.inl Null_MediaCtrlS.cpp Null_MediaCtrlS.h Null_MediaCtrlS.inl Null_MediaCtrlS_T.cpp Null_MediaCtrlS_T.inl: Null_MediaCtrl-stamp
Null_MediaCtrl-stamp: $(srcdir)/Null_MediaCtrl.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_AV_Export -Wb,export_include=orbsvcs/AV/AV_export.h $(srcdir)/Null_MediaCtrl.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_AV_Export -Wb,export_include=orbsvcs/AV/AV_export.h $(srcdir)/Null_MediaCtrl.idl
@touch $@
BUILT_SOURCES += \
@@ -368,7 +400,9 @@ BUILT_SOURCES += \
sfpC.inl \
sfpS.cpp \
sfpS.h \
- sfpS.inl
+ sfpS.inl \
+ sfpS_T.cpp \
+ sfpS_T.inl
CLEANFILES += \
sfp-stamp \
@@ -377,12 +411,14 @@ CLEANFILES += \
sfpC.inl \
sfpS.cpp \
sfpS.h \
- sfpS.inl
+ sfpS.inl \
+ sfpS_T.cpp \
+ sfpS_T.inl
-sfpC.cpp sfpC.h sfpC.inl sfpS.cpp sfpS.h sfpS.inl: sfp-stamp
+sfpC.cpp sfpC.h sfpC.inl sfpS.cpp sfpS.h sfpS.inl sfpS_T.cpp sfpS_T.inl: sfp-stamp
sfp-stamp: $(srcdir)/sfp.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_AV_Export -Wb,export_include=orbsvcs/AV/AV_export.h $(srcdir)/sfp.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_AV_Export -Wb,export_include=orbsvcs/AV/AV_export.h $(srcdir)/sfp.idl
@touch $@
lib_LTLIBRARIES += libTAO_AV.la
@@ -480,16 +516,22 @@ nobase_include_HEADERS += \
AVStreamsC.inl \
AVStreamsS.h \
AVStreamsS.inl \
+ AVStreamsS_T.cpp \
+ AVStreamsS_T.inl \
Null_MediaCtrl.idl \
Null_MediaCtrlC.h \
Null_MediaCtrlC.inl \
Null_MediaCtrlS.h \
Null_MediaCtrlS.inl \
+ Null_MediaCtrlS_T.cpp \
+ Null_MediaCtrlS_T.inl \
sfp.idl \
sfpC.h \
sfpC.inl \
sfpS.h \
- sfpS.inl
+ sfpS.inl \
+ sfpS_T.cpp \
+ sfpS_T.inl
endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
@@ -508,7 +550,10 @@ BUILT_SOURCES += \
CosConcurrencyControlC.inl \
CosConcurrencyControlS.cpp \
CosConcurrencyControlS.h \
- CosConcurrencyControlS.inl
+ CosConcurrencyControlS.inl \
+ CosConcurrencyControlS_T.cpp \
+ CosConcurrencyControlS_T.h \
+ CosConcurrencyControlS_T.inl
CLEANFILES += \
CosConcurrencyControl-stamp \
@@ -517,12 +562,15 @@ CLEANFILES += \
CosConcurrencyControlC.inl \
CosConcurrencyControlS.cpp \
CosConcurrencyControlS.h \
- CosConcurrencyControlS.inl
+ CosConcurrencyControlS.inl \
+ CosConcurrencyControlS_T.cpp \
+ CosConcurrencyControlS_T.h \
+ CosConcurrencyControlS_T.inl
-CosConcurrencyControlC.cpp CosConcurrencyControlC.h CosConcurrencyControlC.inl CosConcurrencyControlS.cpp CosConcurrencyControlS.h CosConcurrencyControlS.inl: CosConcurrencyControl-stamp
+CosConcurrencyControlC.cpp CosConcurrencyControlC.h CosConcurrencyControlC.inl CosConcurrencyControlS.cpp CosConcurrencyControlS.h CosConcurrencyControlS.inl CosConcurrencyControlS_T.cpp CosConcurrencyControlS_T.h CosConcurrencyControlS_T.inl: CosConcurrencyControl-stamp
CosConcurrencyControl-stamp: $(srcdir)/CosConcurrencyControl.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Concurrency_Export -Wb,stub_export_include=orbsvcs/Concurrency/concurrency_export.h -Wb,skel_export_macro=TAO_Concurrency_Skel_Export -Wb,skel_export_include=orbsvcs/Concurrency/concurrency_skel_export.h $(srcdir)/CosConcurrencyControl.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Concurrency_Export -Wb,stub_export_include=orbsvcs/Concurrency/concurrency_export.h -Wb,skel_export_macro=TAO_Concurrency_Skel_Export -Wb,skel_export_include=orbsvcs/Concurrency/concurrency_skel_export.h $(srcdir)/CosConcurrencyControl.idl
@touch $@
@@ -691,7 +739,10 @@ BUILT_SOURCES += \
CosTypedEventCommC.inl \
CosTypedEventCommS.cpp \
CosTypedEventCommS.h \
- CosTypedEventCommS.inl
+ CosTypedEventCommS.inl \
+ CosTypedEventCommS_T.cpp \
+ CosTypedEventCommS_T.h \
+ CosTypedEventCommS_T.inl
CLEANFILES += \
CosTypedEventComm-stamp \
@@ -700,12 +751,15 @@ CLEANFILES += \
CosTypedEventCommC.inl \
CosTypedEventCommS.cpp \
CosTypedEventCommS.h \
- CosTypedEventCommS.inl
+ CosTypedEventCommS.inl \
+ CosTypedEventCommS_T.cpp \
+ CosTypedEventCommS_T.h \
+ CosTypedEventCommS_T.inl
-CosTypedEventCommC.cpp CosTypedEventCommC.h CosTypedEventCommC.inl CosTypedEventCommS.cpp CosTypedEventCommS.h CosTypedEventCommS.inl: CosTypedEventComm-stamp
+CosTypedEventCommC.cpp CosTypedEventCommC.h CosTypedEventCommC.inl CosTypedEventCommS.cpp CosTypedEventCommS.h CosTypedEventCommS.inl CosTypedEventCommS_T.cpp CosTypedEventCommS_T.h CosTypedEventCommS_T.inl: CosTypedEventComm-stamp
CosTypedEventComm-stamp: $(srcdir)/CosTypedEventComm.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h $(srcdir)/CosTypedEventComm.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h $(srcdir)/CosTypedEventComm.idl
@touch $@
BUILT_SOURCES += \
@@ -714,7 +768,10 @@ BUILT_SOURCES += \
CosTypedEventChannelAdminC.inl \
CosTypedEventChannelAdminS.cpp \
CosTypedEventChannelAdminS.h \
- CosTypedEventChannelAdminS.inl
+ CosTypedEventChannelAdminS.inl \
+ CosTypedEventChannelAdminS_T.cpp \
+ CosTypedEventChannelAdminS_T.h \
+ CosTypedEventChannelAdminS_T.inl
CLEANFILES += \
CosTypedEventChannelAdmin-stamp \
@@ -723,12 +780,15 @@ CLEANFILES += \
CosTypedEventChannelAdminC.inl \
CosTypedEventChannelAdminS.cpp \
CosTypedEventChannelAdminS.h \
- CosTypedEventChannelAdminS.inl
+ CosTypedEventChannelAdminS.inl \
+ CosTypedEventChannelAdminS_T.cpp \
+ CosTypedEventChannelAdminS_T.h \
+ CosTypedEventChannelAdminS_T.inl
-CosTypedEventChannelAdminC.cpp CosTypedEventChannelAdminC.h CosTypedEventChannelAdminC.inl CosTypedEventChannelAdminS.cpp CosTypedEventChannelAdminS.h CosTypedEventChannelAdminS.inl: CosTypedEventChannelAdmin-stamp
+CosTypedEventChannelAdminC.cpp CosTypedEventChannelAdminC.h CosTypedEventChannelAdminC.inl CosTypedEventChannelAdminS.cpp CosTypedEventChannelAdminS.h CosTypedEventChannelAdminS.inl CosTypedEventChannelAdminS_T.cpp CosTypedEventChannelAdminS_T.h CosTypedEventChannelAdminS_T.inl: CosTypedEventChannelAdmin-stamp
CosTypedEventChannelAdmin-stamp: $(srcdir)/CosTypedEventChannelAdmin.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h $(srcdir)/CosTypedEventChannelAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h $(srcdir)/CosTypedEventChannelAdmin.idl
@touch $@
BUILT_SOURCES += \
@@ -739,7 +799,8 @@ BUILT_SOURCES += \
CosEventCommS.h \
CosEventCommS.inl \
CosEventCommS_T.cpp \
- CosEventCommS_T.h
+ CosEventCommS_T.h \
+ CosEventCommS_T.inl
CLEANFILES += \
CosEventComm-stamp \
@@ -750,12 +811,13 @@ CLEANFILES += \
CosEventCommS.h \
CosEventCommS.inl \
CosEventCommS_T.cpp \
- CosEventCommS_T.h
+ CosEventCommS_T.h \
+ CosEventCommS_T.inl
-CosEventCommC.cpp CosEventCommC.h CosEventCommC.inl CosEventCommS.cpp CosEventCommS.h CosEventCommS.inl CosEventCommS_T.cpp CosEventCommS_T.h: CosEventComm-stamp
+CosEventCommC.cpp CosEventCommC.h CosEventCommC.inl CosEventCommS.cpp CosEventCommS.h CosEventCommS.inl CosEventCommS_T.cpp CosEventCommS_T.h CosEventCommS_T.inl: CosEventComm-stamp
CosEventComm-stamp: $(srcdir)/CosEventComm.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -GT -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h $(srcdir)/CosEventComm.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h $(srcdir)/CosEventComm.idl
@touch $@
BUILT_SOURCES += \
@@ -766,7 +828,8 @@ BUILT_SOURCES += \
CosEventChannelAdminS.h \
CosEventChannelAdminS.inl \
CosEventChannelAdminS_T.cpp \
- CosEventChannelAdminS_T.h
+ CosEventChannelAdminS_T.h \
+ CosEventChannelAdminS_T.inl
CLEANFILES += \
CosEventChannelAdmin-stamp \
@@ -777,12 +840,13 @@ CLEANFILES += \
CosEventChannelAdminS.h \
CosEventChannelAdminS.inl \
CosEventChannelAdminS_T.cpp \
- CosEventChannelAdminS_T.h
+ CosEventChannelAdminS_T.h \
+ CosEventChannelAdminS_T.inl
-CosEventChannelAdminC.cpp CosEventChannelAdminC.h CosEventChannelAdminC.inl CosEventChannelAdminS.cpp CosEventChannelAdminS.h CosEventChannelAdminS.inl CosEventChannelAdminS_T.cpp CosEventChannelAdminS_T.h: CosEventChannelAdmin-stamp
+CosEventChannelAdminC.cpp CosEventChannelAdminC.h CosEventChannelAdminC.inl CosEventChannelAdminS.cpp CosEventChannelAdminS.h CosEventChannelAdminS.inl CosEventChannelAdminS_T.cpp CosEventChannelAdminS_T.h CosEventChannelAdminS_T.inl: CosEventChannelAdmin-stamp
CosEventChannelAdmin-stamp: $(srcdir)/CosEventChannelAdmin.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -GT -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h $(srcdir)/CosEventChannelAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Event_Export -Wb,stub_export_include=orbsvcs/CosEvent/event_export.h -Wb,skel_export_macro=TAO_Event_Skel_Export -Wb,skel_export_include=orbsvcs/CosEvent/event_skel_export.h $(srcdir)/CosEventChannelAdmin.idl
@touch $@
@@ -861,7 +925,9 @@ BUILT_SOURCES += \
TimeBaseC.inl \
TimeBaseS.cpp \
TimeBaseS.h \
- TimeBaseS.inl
+ TimeBaseS.inl \
+ TimeBaseS_T.cpp \
+ TimeBaseS_T.inl
CLEANFILES += \
TimeBase-stamp \
@@ -870,12 +936,14 @@ CLEANFILES += \
TimeBaseC.inl \
TimeBaseS.cpp \
TimeBaseS.h \
- TimeBaseS.inl
+ TimeBaseS.inl \
+ TimeBaseS_T.cpp \
+ TimeBaseS_T.inl
-TimeBaseC.cpp TimeBaseC.h TimeBaseC.inl TimeBaseS.cpp TimeBaseS.h TimeBaseS.inl: TimeBase-stamp
+TimeBaseC.cpp TimeBaseC.h TimeBaseC.inl TimeBaseS.cpp TimeBaseS.h TimeBaseS.inl TimeBaseS_T.cpp TimeBaseS_T.inl: TimeBase-stamp
TimeBase-stamp: $(srcdir)/TimeBase.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=orbsvcs/svc_utils_export.h $(srcdir)/TimeBase.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=orbsvcs/svc_utils_export.h $(srcdir)/TimeBase.idl
@touch $@
BUILT_SOURCES += \
@@ -884,7 +952,9 @@ BUILT_SOURCES += \
RtecBaseC.inl \
RtecBaseS.cpp \
RtecBaseS.h \
- RtecBaseS.inl
+ RtecBaseS.inl \
+ RtecBaseS_T.cpp \
+ RtecBaseS_T.inl
CLEANFILES += \
RtecBase-stamp \
@@ -893,12 +963,14 @@ CLEANFILES += \
RtecBaseC.inl \
RtecBaseS.cpp \
RtecBaseS.h \
- RtecBaseS.inl
+ RtecBaseS.inl \
+ RtecBaseS_T.cpp \
+ RtecBaseS_T.inl
-RtecBaseC.cpp RtecBaseC.h RtecBaseC.inl RtecBaseS.cpp RtecBaseS.h RtecBaseS.inl: RtecBase-stamp
+RtecBaseC.cpp RtecBaseC.h RtecBaseC.inl RtecBaseS.cpp RtecBaseS.h RtecBaseS.inl RtecBaseS_T.cpp RtecBaseS_T.inl: RtecBase-stamp
RtecBase-stamp: $(srcdir)/RtecBase.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=orbsvcs/svc_utils_export.h $(srcdir)/RtecBase.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=orbsvcs/svc_utils_export.h $(srcdir)/RtecBase.idl
@touch $@
lib_LTLIBRARIES += libTAO_Svc_Utils.la
@@ -937,12 +1009,16 @@ nobase_include_HEADERS += \
RtecBaseC.inl \
RtecBaseS.h \
RtecBaseS.inl \
+ RtecBaseS_T.cpp \
+ RtecBaseS_T.inl \
Shutdown_Utilities.h \
TimeBase.idl \
TimeBaseC.h \
TimeBaseC.inl \
TimeBaseS.h \
TimeBaseS.inl \
+ TimeBaseS_T.cpp \
+ TimeBaseS_T.inl \
Time_Utilities.h \
Time_Utilities.inl \
svc_utils_export.h
@@ -1001,18 +1077,22 @@ nobase_include_HEADERS += \
CosEventChannelAdminS.inl \
CosEventChannelAdminS_T.cpp \
CosEventChannelAdminS_T.h \
+ CosEventChannelAdminS_T.inl \
CosEventCommS.h \
CosEventCommS.inl \
CosEventCommS_T.cpp \
CosEventCommS_T.h \
+ CosEventCommS_T.inl \
CosTypedEventChannelAdminS.h \
CosTypedEventChannelAdminS.inl \
CosTypedEventChannelAdminS_T.cpp \
CosTypedEventChannelAdminS_T.h \
+ CosTypedEventChannelAdminS_T.inl \
CosTypedEventCommS.h \
CosTypedEventCommS.inl \
CosTypedEventCommS_T.cpp \
- CosTypedEventCommS_T.h
+ CosTypedEventCommS_T.h \
+ CosTypedEventCommS_T.inl
pkgconfig_DATA += \
TAO_CosEvent_Skel.pc
@@ -1167,7 +1247,10 @@ BUILT_SOURCES += \
CosLifeCycleC.inl \
CosLifeCycleS.cpp \
CosLifeCycleS.h \
- CosLifeCycleS.inl
+ CosLifeCycleS.inl \
+ CosLifeCycleS_T.cpp \
+ CosLifeCycleS_T.h \
+ CosLifeCycleS_T.inl
CLEANFILES += \
CosLifeCycle-stamp \
@@ -1176,12 +1259,15 @@ CLEANFILES += \
CosLifeCycleC.inl \
CosLifeCycleS.cpp \
CosLifeCycleS.h \
- CosLifeCycleS.inl
+ CosLifeCycleS.inl \
+ CosLifeCycleS_T.cpp \
+ CosLifeCycleS_T.h \
+ CosLifeCycleS_T.inl
-CosLifeCycleC.cpp CosLifeCycleC.h CosLifeCycleC.inl CosLifeCycleS.cpp CosLifeCycleS.h CosLifeCycleS.inl: CosLifeCycle-stamp
+CosLifeCycleC.cpp CosLifeCycleC.h CosLifeCycleC.inl CosLifeCycleS.cpp CosLifeCycleS.h CosLifeCycleS.inl CosLifeCycleS_T.cpp CosLifeCycleS_T.h CosLifeCycleS_T.inl: CosLifeCycle-stamp
CosLifeCycle-stamp: $(srcdir)/CosLifeCycle.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=orbsvcs/LifeCycle/lifecycle_export.h $(srcdir)/CosLifeCycle.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=orbsvcs/LifeCycle/lifecycle_export.h $(srcdir)/CosLifeCycle.idl
@touch $@
BUILT_SOURCES += \
@@ -1190,7 +1276,10 @@ BUILT_SOURCES += \
LifeCycleServiceC.inl \
LifeCycleServiceS.cpp \
LifeCycleServiceS.h \
- LifeCycleServiceS.inl
+ LifeCycleServiceS.inl \
+ LifeCycleServiceS_T.cpp \
+ LifeCycleServiceS_T.h \
+ LifeCycleServiceS_T.inl
CLEANFILES += \
LifeCycleService-stamp \
@@ -1199,12 +1288,15 @@ CLEANFILES += \
LifeCycleServiceC.inl \
LifeCycleServiceS.cpp \
LifeCycleServiceS.h \
- LifeCycleServiceS.inl
+ LifeCycleServiceS.inl \
+ LifeCycleServiceS_T.cpp \
+ LifeCycleServiceS_T.h \
+ LifeCycleServiceS_T.inl
-LifeCycleServiceC.cpp LifeCycleServiceC.h LifeCycleServiceC.inl LifeCycleServiceS.cpp LifeCycleServiceS.h LifeCycleServiceS.inl: LifeCycleService-stamp
+LifeCycleServiceC.cpp LifeCycleServiceC.h LifeCycleServiceC.inl LifeCycleServiceS.cpp LifeCycleServiceS.h LifeCycleServiceS.inl LifeCycleServiceS_T.cpp LifeCycleServiceS_T.h LifeCycleServiceS_T.inl: LifeCycleService-stamp
LifeCycleService-stamp: $(srcdir)/LifeCycleService.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=orbsvcs/LifeCycle/lifecycle_export.h $(srcdir)/LifeCycleService.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=orbsvcs/LifeCycle/lifecycle_export.h $(srcdir)/LifeCycleService.idl
@touch $@
lib_LTLIBRARIES += libTAO_CosLifeCycle.la
@@ -1240,11 +1332,17 @@ nobase_include_HEADERS += \
CosLifeCycleC.inl \
CosLifeCycleS.h \
CosLifeCycleS.inl \
+ CosLifeCycleS_T.cpp \
+ CosLifeCycleS_T.h \
+ CosLifeCycleS_T.inl \
LifeCycleService.idl \
LifeCycleServiceC.h \
LifeCycleServiceC.inl \
LifeCycleServiceS.h \
- LifeCycleServiceS.inl
+ LifeCycleServiceS.inl \
+ LifeCycleServiceS_T.cpp \
+ LifeCycleServiceS_T.h \
+ LifeCycleServiceS_T.inl
pkgconfig_DATA += \
TAO_CosLifeCycle.pc
@@ -1273,7 +1371,9 @@ BUILT_SOURCES += \
miopC.inl \
miopS.cpp \
miopS.h \
- miopS.inl
+ miopS.inl \
+ miopS_T.cpp \
+ miopS_T.inl
CLEANFILES += \
miop-stamp \
@@ -1282,31 +1382,35 @@ CLEANFILES += \
miopC.inl \
miopS.cpp \
miopS.h \
- miopS.inl
+ miopS.inl \
+ miopS_T.cpp \
+ miopS_T.inl
-miopC.cpp miopC.h miopC.inl miopS.cpp miopS.h miopS.inl: miop-stamp
+miopC.cpp miopC.h miopC.inl miopS.cpp miopS.h miopS.inl miopS_T.cpp miopS_T.inl: miop-stamp
miop-stamp: $(srcdir)/miop.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h $(srcdir)/miop.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h $(srcdir)/miop.idl
@touch $@
BUILT_SOURCES += \
PortableGroup_Simple_DSC.cpp \
PortableGroup_Simple_DSC.h \
PortableGroup_Simple_DSC.inl \
- PortableGroup_Simple_DSS.inl
+ PortableGroup_Simple_DSS.inl \
+ PortableGroup_Simple_DSS_T.inl
CLEANFILES += \
PortableGroup_Simple_DS-stamp \
PortableGroup_Simple_DSC.cpp \
PortableGroup_Simple_DSC.h \
PortableGroup_Simple_DSC.inl \
- PortableGroup_Simple_DSS.inl
+ PortableGroup_Simple_DSS.inl \
+ PortableGroup_Simple_DSS_T.inl
-PortableGroup_Simple_DSC.cpp PortableGroup_Simple_DSC.h PortableGroup_Simple_DSC.inl PortableGroup_Simple_DSS.inl: PortableGroup_Simple_DS-stamp
+PortableGroup_Simple_DSC.cpp PortableGroup_Simple_DSC.h PortableGroup_Simple_DSC.inl PortableGroup_Simple_DSS.inl PortableGroup_Simple_DSS_T.inl: PortableGroup_Simple_DS-stamp
PortableGroup_Simple_DS-stamp: $(srcdir)/PortableGroup_Simple_DS.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h $(srcdir)/PortableGroup_Simple_DS.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h $(srcdir)/PortableGroup_Simple_DS.idl
@touch $@
BUILT_SOURCES += \
@@ -1315,7 +1419,9 @@ BUILT_SOURCES += \
PortableGroupC.inl \
PortableGroupS.cpp \
PortableGroupS.h \
- PortableGroupS.inl
+ PortableGroupS.inl \
+ PortableGroupS_T.cpp \
+ PortableGroupS_T.inl
CLEANFILES += \
PortableGroup-stamp \
@@ -1324,12 +1430,14 @@ CLEANFILES += \
PortableGroupC.inl \
PortableGroupS.cpp \
PortableGroupS.h \
- PortableGroupS.inl
+ PortableGroupS.inl \
+ PortableGroupS_T.cpp \
+ PortableGroupS_T.inl
-PortableGroupC.cpp PortableGroupC.h PortableGroupC.inl PortableGroupS.cpp PortableGroupS.h PortableGroupS.inl: PortableGroup-stamp
+PortableGroupC.cpp PortableGroupC.h PortableGroupC.inl PortableGroupS.cpp PortableGroupS.h PortableGroupS.inl PortableGroupS_T.cpp PortableGroupS_T.inl: PortableGroup-stamp
PortableGroup-stamp: $(srcdir)/PortableGroup.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h -GC $(srcdir)/PortableGroup.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h -GC $(srcdir)/PortableGroup.idl
@touch $@
lib_LTLIBRARIES += libTAO_PortableGroup.la
@@ -1451,15 +1559,20 @@ nobase_include_HEADERS += \
PortableGroupC.inl \
PortableGroupS.h \
PortableGroupS.inl \
+ PortableGroupS_T.cpp \
+ PortableGroupS_T.inl \
PortableGroup_Simple_DS.idl \
PortableGroup_Simple_DSC.h \
PortableGroup_Simple_DSC.inl \
PortableGroup_Simple_DSS.inl \
+ PortableGroup_Simple_DSS_T.inl \
miop.idl \
miopC.h \
miopC.inl \
miopS.h \
- miopS.inl
+ miopS.inl \
+ miopS_T.cpp \
+ miopS_T.inl
pkgconfig_DATA += \
TAO_PortableGroup.pc
@@ -1490,7 +1603,10 @@ BUILT_SOURCES += \
CosLoadBalancingC.inl \
CosLoadBalancingS.cpp \
CosLoadBalancingS.h \
- CosLoadBalancingS.inl
+ CosLoadBalancingS.inl \
+ CosLoadBalancingS_T.cpp \
+ CosLoadBalancingS_T.h \
+ CosLoadBalancingS_T.inl
CLEANFILES += \
CosLoadBalancing-stamp \
@@ -1499,12 +1615,15 @@ CLEANFILES += \
CosLoadBalancingC.inl \
CosLoadBalancingS.cpp \
CosLoadBalancingS.h \
- CosLoadBalancingS.inl
+ CosLoadBalancingS.inl \
+ CosLoadBalancingS_T.cpp \
+ CosLoadBalancingS_T.h \
+ CosLoadBalancingS_T.inl
-CosLoadBalancingC.cpp CosLoadBalancingC.h CosLoadBalancingC.inl CosLoadBalancingS.cpp CosLoadBalancingS.h CosLoadBalancingS.inl: CosLoadBalancing-stamp
+CosLoadBalancingC.cpp CosLoadBalancingC.h CosLoadBalancingC.inl CosLoadBalancingS.cpp CosLoadBalancingS.h CosLoadBalancingS.inl CosLoadBalancingS_T.cpp CosLoadBalancingS_T.h CosLoadBalancingS_T.inl: CosLoadBalancing-stamp
CosLoadBalancing-stamp: $(srcdir)/CosLoadBalancing.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GC -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=orbsvcs/LoadBalancing/LoadBalancing_export.h $(srcdir)/CosLoadBalancing.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -GC -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=orbsvcs/LoadBalancing/LoadBalancing_export.h $(srcdir)/CosLoadBalancing.idl
@touch $@
BUILT_SOURCES += \
@@ -1512,7 +1631,9 @@ BUILT_SOURCES += \
LB_ORTC.h \
LB_ORTC.inl \
LB_ORTS.h \
- LB_ORTS.inl
+ LB_ORTS.inl \
+ LB_ORTS_T.h \
+ LB_ORTS_T.inl
CLEANFILES += \
LB_ORT-stamp \
@@ -1520,12 +1641,14 @@ CLEANFILES += \
LB_ORTC.h \
LB_ORTC.inl \
LB_ORTS.h \
- LB_ORTS.inl
+ LB_ORTS.inl \
+ LB_ORTS_T.h \
+ LB_ORTS_T.inl
-LB_ORTC.cpp LB_ORTC.h LB_ORTC.inl LB_ORTS.h LB_ORTS.inl: LB_ORT-stamp
+LB_ORTC.cpp LB_ORTC.h LB_ORTC.inl LB_ORTS.h LB_ORTS.inl LB_ORTS_T.h LB_ORTS_T.inl: LB_ORT-stamp
LB_ORT-stamp: $(srcdir)/LB_ORT.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GC -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=orbsvcs/LoadBalancing/LoadBalancing_export.h $(srcdir)/LB_ORT.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -GC -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=orbsvcs/LoadBalancing/LoadBalancing_export.h $(srcdir)/LB_ORT.idl
@touch $@
lib_LTLIBRARIES += libTAO_CosLoadBalancing.la
@@ -1590,11 +1713,16 @@ nobase_include_HEADERS += \
CosLoadBalancingC.inl \
CosLoadBalancingS.h \
CosLoadBalancingS.inl \
+ CosLoadBalancingS_T.cpp \
+ CosLoadBalancingS_T.h \
+ CosLoadBalancingS_T.inl \
LB_ORT.idl \
LB_ORTC.h \
LB_ORTC.inl \
LB_ORTS.h \
LB_ORTS.inl \
+ LB_ORTS_T.h \
+ LB_ORTS_T.inl \
LoadBalancing/LB_CPU_Load_Average_Monitor.h \
LoadBalancing/LB_CPU_Utilization_Monitor.h \
LoadBalancing/LB_ClientComponent.h \
@@ -1670,6 +1798,9 @@ libTAO_CosNaming_Skel_la_LIBADD = \
nobase_include_HEADERS += \
CosNamingS.h \
CosNamingS.inl \
+ CosNamingS_T.cpp \
+ CosNamingS_T.h \
+ CosNamingS_T.inl \
Naming/naming_skel_export.h
pkgconfig_DATA += \
@@ -1781,7 +1912,10 @@ BUILT_SOURCES += \
CosNotificationC.inl \
CosNotificationS.cpp \
CosNotificationS.h \
- CosNotificationS.inl
+ CosNotificationS.inl \
+ CosNotificationS_T.cpp \
+ CosNotificationS_T.h \
+ CosNotificationS_T.inl
CLEANFILES += \
CosNotification-stamp \
@@ -1790,12 +1924,15 @@ CLEANFILES += \
CosNotificationC.inl \
CosNotificationS.cpp \
CosNotificationS.h \
- CosNotificationS.inl
+ CosNotificationS.inl \
+ CosNotificationS_T.cpp \
+ CosNotificationS_T.h \
+ CosNotificationS_T.inl
-CosNotificationC.cpp CosNotificationC.h CosNotificationC.inl CosNotificationS.cpp CosNotificationS.h CosNotificationS.inl: CosNotification-stamp
+CosNotificationC.cpp CosNotificationC.h CosNotificationC.inl CosNotificationS.cpp CosNotificationS.h CosNotificationS.inl CosNotificationS_T.cpp CosNotificationS_T.h CosNotificationS_T.inl: CosNotification-stamp
CosNotification-stamp: $(srcdir)/CosNotification.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/CosNotification.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/CosNotification.idl
@touch $@
BUILT_SOURCES += \
@@ -1804,7 +1941,10 @@ BUILT_SOURCES += \
CosNotifyCommC.inl \
CosNotifyCommS.cpp \
CosNotifyCommS.h \
- CosNotifyCommS.inl
+ CosNotifyCommS.inl \
+ CosNotifyCommS_T.cpp \
+ CosNotifyCommS_T.h \
+ CosNotifyCommS_T.inl
CLEANFILES += \
CosNotifyComm-stamp \
@@ -1813,12 +1953,15 @@ CLEANFILES += \
CosNotifyCommC.inl \
CosNotifyCommS.cpp \
CosNotifyCommS.h \
- CosNotifyCommS.inl
+ CosNotifyCommS.inl \
+ CosNotifyCommS_T.cpp \
+ CosNotifyCommS_T.h \
+ CosNotifyCommS_T.inl
-CosNotifyCommC.cpp CosNotifyCommC.h CosNotifyCommC.inl CosNotifyCommS.cpp CosNotifyCommS.h CosNotifyCommS.inl: CosNotifyComm-stamp
+CosNotifyCommC.cpp CosNotifyCommC.h CosNotifyCommC.inl CosNotifyCommS.cpp CosNotifyCommS.h CosNotifyCommS.inl CosNotifyCommS_T.cpp CosNotifyCommS_T.h CosNotifyCommS_T.inl: CosNotifyComm-stamp
CosNotifyComm-stamp: $(srcdir)/CosNotifyComm.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/CosNotifyComm.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/CosNotifyComm.idl
@touch $@
BUILT_SOURCES += \
@@ -1827,7 +1970,10 @@ BUILT_SOURCES += \
CosNotifyFilterC.inl \
CosNotifyFilterS.cpp \
CosNotifyFilterS.h \
- CosNotifyFilterS.inl
+ CosNotifyFilterS.inl \
+ CosNotifyFilterS_T.cpp \
+ CosNotifyFilterS_T.h \
+ CosNotifyFilterS_T.inl
CLEANFILES += \
CosNotifyFilter-stamp \
@@ -1836,12 +1982,15 @@ CLEANFILES += \
CosNotifyFilterC.inl \
CosNotifyFilterS.cpp \
CosNotifyFilterS.h \
- CosNotifyFilterS.inl
+ CosNotifyFilterS.inl \
+ CosNotifyFilterS_T.cpp \
+ CosNotifyFilterS_T.h \
+ CosNotifyFilterS_T.inl
-CosNotifyFilterC.cpp CosNotifyFilterC.h CosNotifyFilterC.inl CosNotifyFilterS.cpp CosNotifyFilterS.h CosNotifyFilterS.inl: CosNotifyFilter-stamp
+CosNotifyFilterC.cpp CosNotifyFilterC.h CosNotifyFilterC.inl CosNotifyFilterS.cpp CosNotifyFilterS.h CosNotifyFilterS.inl CosNotifyFilterS_T.cpp CosNotifyFilterS_T.h CosNotifyFilterS_T.inl: CosNotifyFilter-stamp
CosNotifyFilter-stamp: $(srcdir)/CosNotifyFilter.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/CosNotifyFilter.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/CosNotifyFilter.idl
@touch $@
BUILT_SOURCES += \
@@ -1850,7 +1999,10 @@ BUILT_SOURCES += \
CosNotifyChannelAdminC.inl \
CosNotifyChannelAdminS.cpp \
CosNotifyChannelAdminS.h \
- CosNotifyChannelAdminS.inl
+ CosNotifyChannelAdminS.inl \
+ CosNotifyChannelAdminS_T.cpp \
+ CosNotifyChannelAdminS_T.h \
+ CosNotifyChannelAdminS_T.inl
CLEANFILES += \
CosNotifyChannelAdmin-stamp \
@@ -1859,12 +2011,15 @@ CLEANFILES += \
CosNotifyChannelAdminC.inl \
CosNotifyChannelAdminS.cpp \
CosNotifyChannelAdminS.h \
- CosNotifyChannelAdminS.inl
+ CosNotifyChannelAdminS.inl \
+ CosNotifyChannelAdminS_T.cpp \
+ CosNotifyChannelAdminS_T.h \
+ CosNotifyChannelAdminS_T.inl
-CosNotifyChannelAdminC.cpp CosNotifyChannelAdminC.h CosNotifyChannelAdminC.inl CosNotifyChannelAdminS.cpp CosNotifyChannelAdminS.h CosNotifyChannelAdminS.inl: CosNotifyChannelAdmin-stamp
+CosNotifyChannelAdminC.cpp CosNotifyChannelAdminC.h CosNotifyChannelAdminC.inl CosNotifyChannelAdminS.cpp CosNotifyChannelAdminS.h CosNotifyChannelAdminS.inl CosNotifyChannelAdminS_T.cpp CosNotifyChannelAdminS_T.h CosNotifyChannelAdminS_T.inl: CosNotifyChannelAdmin-stamp
CosNotifyChannelAdmin-stamp: $(srcdir)/CosNotifyChannelAdmin.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/CosNotifyChannelAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/CosNotifyChannelAdmin.idl
@touch $@
BUILT_SOURCES += \
@@ -1873,7 +2028,10 @@ BUILT_SOURCES += \
NotifyExtC.inl \
NotifyExtS.cpp \
NotifyExtS.h \
- NotifyExtS.inl
+ NotifyExtS.inl \
+ NotifyExtS_T.cpp \
+ NotifyExtS_T.h \
+ NotifyExtS_T.inl
CLEANFILES += \
NotifyExt-stamp \
@@ -1882,12 +2040,15 @@ CLEANFILES += \
NotifyExtC.inl \
NotifyExtS.cpp \
NotifyExtS.h \
- NotifyExtS.inl
+ NotifyExtS.inl \
+ NotifyExtS_T.cpp \
+ NotifyExtS_T.h \
+ NotifyExtS_T.inl
-NotifyExtC.cpp NotifyExtC.h NotifyExtC.inl NotifyExtS.cpp NotifyExtS.h NotifyExtS.inl: NotifyExt-stamp
+NotifyExtC.cpp NotifyExtC.h NotifyExtC.inl NotifyExtS.cpp NotifyExtS.h NotifyExtS.inl NotifyExtS_T.cpp NotifyExtS_T.h NotifyExtS_T.inl: NotifyExt-stamp
NotifyExt-stamp: $(srcdir)/NotifyExt.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/NotifyExt.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/NotifyExt.idl
@touch $@
BUILT_SOURCES += \
@@ -1896,7 +2057,10 @@ BUILT_SOURCES += \
Event_ForwarderC.inl \
Event_ForwarderS.cpp \
Event_ForwarderS.h \
- Event_ForwarderS.inl
+ Event_ForwarderS.inl \
+ Event_ForwarderS_T.cpp \
+ Event_ForwarderS_T.h \
+ Event_ForwarderS_T.inl
CLEANFILES += \
Event_Forwarder-stamp \
@@ -1905,12 +2069,15 @@ CLEANFILES += \
Event_ForwarderC.inl \
Event_ForwarderS.cpp \
Event_ForwarderS.h \
- Event_ForwarderS.inl
+ Event_ForwarderS.inl \
+ Event_ForwarderS_T.cpp \
+ Event_ForwarderS_T.h \
+ Event_ForwarderS_T.inl
-Event_ForwarderC.cpp Event_ForwarderC.h Event_ForwarderC.inl Event_ForwarderS.cpp Event_ForwarderS.h Event_ForwarderS.inl: Event_Forwarder-stamp
+Event_ForwarderC.cpp Event_ForwarderC.h Event_ForwarderC.inl Event_ForwarderS.cpp Event_ForwarderS.h Event_ForwarderS.inl Event_ForwarderS_T.cpp Event_ForwarderS_T.h Event_ForwarderS_T.inl: Event_Forwarder-stamp
Event_Forwarder-stamp: $(srcdir)/Event_Forwarder.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/Event_Forwarder.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Notify_Export -Wb,stub_export_include=orbsvcs/Notify/notify_export.h -Wb,skel_export_macro=TAO_Notify_Skel_Export -Wb,skel_export_include=orbsvcs/Notify/notify_skel_export.h $(srcdir)/Event_Forwarder.idl
@touch $@
@@ -2082,17 +2249,35 @@ libTAO_CosNotification_Skel_la_LIBADD = \
nobase_include_HEADERS += \
CosNotificationS.h \
CosNotificationS.inl \
+ CosNotificationS_T.cpp \
+ CosNotificationS_T.h \
+ CosNotificationS_T.inl \
CosNotifyChannelAdminS.h \
CosNotifyChannelAdminS.inl \
+ CosNotifyChannelAdminS_T.cpp \
+ CosNotifyChannelAdminS_T.h \
+ CosNotifyChannelAdminS_T.inl \
CosNotifyCommS.h \
CosNotifyCommS.inl \
+ CosNotifyCommS_T.cpp \
+ CosNotifyCommS_T.h \
+ CosNotifyCommS_T.inl \
CosNotifyFilterS.h \
CosNotifyFilterS.inl \
+ CosNotifyFilterS_T.cpp \
+ CosNotifyFilterS_T.h \
+ CosNotifyFilterS_T.inl \
Event_ForwarderS.h \
Event_ForwarderS.inl \
+ Event_ForwarderS_T.cpp \
+ Event_ForwarderS_T.h \
+ Event_ForwarderS_T.inl \
Notify/notify_skel_export.h \
NotifyExtS.h \
- NotifyExtS.inl
+ NotifyExtS.inl \
+ NotifyExtS_T.cpp \
+ NotifyExtS_T.h \
+ NotifyExtS_T.inl
pkgconfig_DATA += \
TAO_CosNotification_Skel.pc
@@ -2416,7 +2601,8 @@ BUILT_SOURCES += \
TimeServiceC.inl \
TimeServiceS.cpp \
TimeServiceS.h \
- TimeServiceS.inl
+ TimeServiceS.inl \
+ TimeServiceS_T.cpp
CLEANFILES += \
TimeService-stamp \
@@ -2425,12 +2611,13 @@ CLEANFILES += \
TimeServiceC.inl \
TimeServiceS.cpp \
TimeServiceS.h \
- TimeServiceS.inl
+ TimeServiceS.inl \
+ TimeServiceS_T.cpp
-TimeServiceC.cpp TimeServiceC.h TimeServiceC.inl TimeServiceS.cpp TimeServiceS.h TimeServiceS.inl: TimeService-stamp
+TimeServiceC.cpp TimeServiceC.h TimeServiceC.inl TimeServiceS.cpp TimeServiceS.h TimeServiceS.inl TimeServiceS_T.cpp: TimeService-stamp
TimeService-stamp: $(srcdir)/TimeService.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Time_Export -Wb,export_include=orbsvcs/Time/time_export.h $(srcdir)/TimeService.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Time_Export -Wb,export_include=orbsvcs/Time/time_export.h $(srcdir)/TimeService.idl
@touch $@
lib_LTLIBRARIES += libTAO_CosTime.la
@@ -2474,7 +2661,8 @@ nobase_include_HEADERS += \
TimeServiceC.h \
TimeServiceC.inl \
TimeServiceS.h \
- TimeServiceS.inl
+ TimeServiceS.inl \
+ TimeServiceS_T.cpp
pkgconfig_DATA += \
TAO_CosTime.pc
@@ -2502,7 +2690,10 @@ BUILT_SOURCES += \
CosTradingC.inl \
CosTradingS.cpp \
CosTradingS.h \
- CosTradingS.inl
+ CosTradingS.inl \
+ CosTradingS_T.cpp \
+ CosTradingS_T.h \
+ CosTradingS_T.inl
CLEANFILES += \
CosTrading-stamp \
@@ -2511,12 +2702,15 @@ CLEANFILES += \
CosTradingC.inl \
CosTradingS.cpp \
CosTradingS.h \
- CosTradingS.inl
+ CosTradingS.inl \
+ CosTradingS_T.cpp \
+ CosTradingS_T.h \
+ CosTradingS_T.inl
-CosTradingC.cpp CosTradingC.h CosTradingC.inl CosTradingS.cpp CosTradingS.h CosTradingS.inl: CosTrading-stamp
+CosTradingC.cpp CosTradingC.h CosTradingC.inl CosTradingS.cpp CosTradingS.h CosTradingS.inl CosTradingS_T.cpp CosTradingS_T.h CosTradingS_T.inl: CosTrading-stamp
CosTrading-stamp: $(srcdir)/CosTrading.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Trading_Export -Wb,stub_export_include=orbsvcs/Trader/trading_export.h -Wb,skel_export_macro=TAO_Trading_Skel_Export -Wb,skel_export_include=orbsvcs/Trader/trading_skel_export.h $(srcdir)/CosTrading.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Trading_Export -Wb,stub_export_include=orbsvcs/Trader/trading_export.h -Wb,skel_export_macro=TAO_Trading_Skel_Export -Wb,skel_export_include=orbsvcs/Trader/trading_skel_export.h $(srcdir)/CosTrading.idl
@touch $@
BUILT_SOURCES += \
@@ -2525,7 +2719,10 @@ BUILT_SOURCES += \
CosTradingReposC.inl \
CosTradingReposS.cpp \
CosTradingReposS.h \
- CosTradingReposS.inl
+ CosTradingReposS.inl \
+ CosTradingReposS_T.cpp \
+ CosTradingReposS_T.h \
+ CosTradingReposS_T.inl
CLEANFILES += \
CosTradingRepos-stamp \
@@ -2534,12 +2731,15 @@ CLEANFILES += \
CosTradingReposC.inl \
CosTradingReposS.cpp \
CosTradingReposS.h \
- CosTradingReposS.inl
+ CosTradingReposS.inl \
+ CosTradingReposS_T.cpp \
+ CosTradingReposS_T.h \
+ CosTradingReposS_T.inl
-CosTradingReposC.cpp CosTradingReposC.h CosTradingReposC.inl CosTradingReposS.cpp CosTradingReposS.h CosTradingReposS.inl: CosTradingRepos-stamp
+CosTradingReposC.cpp CosTradingReposC.h CosTradingReposC.inl CosTradingReposS.cpp CosTradingReposS.h CosTradingReposS.inl CosTradingReposS_T.cpp CosTradingReposS_T.h CosTradingReposS_T.inl: CosTradingRepos-stamp
CosTradingRepos-stamp: $(srcdir)/CosTradingRepos.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Trading_Export -Wb,stub_export_include=orbsvcs/Trader/trading_export.h -Wb,skel_export_macro=TAO_Trading_Skel_Export -Wb,skel_export_include=orbsvcs/Trader/trading_skel_export.h $(srcdir)/CosTradingRepos.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Trading_Export -Wb,stub_export_include=orbsvcs/Trader/trading_export.h -Wb,skel_export_macro=TAO_Trading_Skel_Export -Wb,skel_export_include=orbsvcs/Trader/trading_skel_export.h $(srcdir)/CosTradingRepos.idl
@touch $@
BUILT_SOURCES += \
@@ -2548,7 +2748,10 @@ BUILT_SOURCES += \
CosTradingDynamicC.inl \
CosTradingDynamicS.cpp \
CosTradingDynamicS.h \
- CosTradingDynamicS.inl
+ CosTradingDynamicS.inl \
+ CosTradingDynamicS_T.cpp \
+ CosTradingDynamicS_T.h \
+ CosTradingDynamicS_T.inl
CLEANFILES += \
CosTradingDynamic-stamp \
@@ -2557,12 +2760,15 @@ CLEANFILES += \
CosTradingDynamicC.inl \
CosTradingDynamicS.cpp \
CosTradingDynamicS.h \
- CosTradingDynamicS.inl
+ CosTradingDynamicS.inl \
+ CosTradingDynamicS_T.cpp \
+ CosTradingDynamicS_T.h \
+ CosTradingDynamicS_T.inl
-CosTradingDynamicC.cpp CosTradingDynamicC.h CosTradingDynamicC.inl CosTradingDynamicS.cpp CosTradingDynamicS.h CosTradingDynamicS.inl: CosTradingDynamic-stamp
+CosTradingDynamicC.cpp CosTradingDynamicC.h CosTradingDynamicC.inl CosTradingDynamicS.cpp CosTradingDynamicS.h CosTradingDynamicS.inl CosTradingDynamicS_T.cpp CosTradingDynamicS_T.h CosTradingDynamicS_T.inl: CosTradingDynamic-stamp
CosTradingDynamic-stamp: $(srcdir)/CosTradingDynamic.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Trading_Export -Wb,stub_export_include=orbsvcs/Trader/trading_export.h -Wb,skel_export_macro=TAO_Trading_Skel_Export -Wb,skel_export_include=orbsvcs/Trader/trading_skel_export.h $(srcdir)/CosTradingDynamic.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Trading_Export -Wb,stub_export_include=orbsvcs/Trader/trading_export.h -Wb,skel_export_macro=TAO_Trading_Skel_Export -Wb,skel_export_include=orbsvcs/Trader/trading_skel_export.h $(srcdir)/CosTradingDynamic.idl
@touch $@
@@ -2659,10 +2865,19 @@ libTAO_CosTrading_Skel_la_LIBADD = \
nobase_include_HEADERS += \
CosTradingDynamicS.h \
CosTradingDynamicS.inl \
+ CosTradingDynamicS_T.cpp \
+ CosTradingDynamicS_T.h \
+ CosTradingDynamicS_T.inl \
CosTradingReposS.h \
CosTradingReposS.inl \
+ CosTradingReposS_T.cpp \
+ CosTradingReposS_T.h \
+ CosTradingReposS_T.inl \
CosTradingS.h \
CosTradingS.inl \
+ CosTradingS_T.cpp \
+ CosTradingS_T.h \
+ CosTradingS_T.inl \
Trader/trading_skel_export.h
pkgconfig_DATA += \
@@ -2776,7 +2991,10 @@ BUILT_SOURCES += \
DsLogAdminC.inl \
DsLogAdminS.cpp \
DsLogAdminS.h \
- DsLogAdminS.inl
+ DsLogAdminS.inl \
+ DsLogAdminS_T.cpp \
+ DsLogAdminS_T.h \
+ DsLogAdminS_T.inl
CLEANFILES += \
DsLogAdmin-stamp \
@@ -2785,12 +3003,15 @@ CLEANFILES += \
DsLogAdminC.inl \
DsLogAdminS.cpp \
DsLogAdminS.h \
- DsLogAdminS.inl
+ DsLogAdminS.inl \
+ DsLogAdminS_T.cpp \
+ DsLogAdminS_T.h \
+ DsLogAdminS_T.inl
-DsLogAdminC.cpp DsLogAdminC.h DsLogAdminC.inl DsLogAdminS.cpp DsLogAdminS.h DsLogAdminS.inl: DsLogAdmin-stamp
+DsLogAdminC.cpp DsLogAdminC.h DsLogAdminC.inl DsLogAdminS.cpp DsLogAdminS.h DsLogAdminS.inl DsLogAdminS_T.cpp DsLogAdminS_T.h DsLogAdminS_T.inl: DsLogAdmin-stamp
DsLogAdmin-stamp: $(srcdir)/DsLogAdmin.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Log_Export -Wb,stub_export_include=orbsvcs/Log/log_export.h -Wb,skel_export_macro=TAO_Log_Skel_Export -Wb,skel_export_include=orbsvcs/Log/log_skel_export.h $(srcdir)/DsLogAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Log_Export -Wb,stub_export_include=orbsvcs/Log/log_export.h -Wb,skel_export_macro=TAO_Log_Skel_Export -Wb,skel_export_include=orbsvcs/Log/log_skel_export.h $(srcdir)/DsLogAdmin.idl
@touch $@
BUILT_SOURCES += \
@@ -2799,7 +3020,10 @@ BUILT_SOURCES += \
DsLogNotificationC.inl \
DsLogNotificationS.cpp \
DsLogNotificationS.h \
- DsLogNotificationS.inl
+ DsLogNotificationS.inl \
+ DsLogNotificationS_T.cpp \
+ DsLogNotificationS_T.h \
+ DsLogNotificationS_T.inl
CLEANFILES += \
DsLogNotification-stamp \
@@ -2808,12 +3032,15 @@ CLEANFILES += \
DsLogNotificationC.inl \
DsLogNotificationS.cpp \
DsLogNotificationS.h \
- DsLogNotificationS.inl
+ DsLogNotificationS.inl \
+ DsLogNotificationS_T.cpp \
+ DsLogNotificationS_T.h \
+ DsLogNotificationS_T.inl
-DsLogNotificationC.cpp DsLogNotificationC.h DsLogNotificationC.inl DsLogNotificationS.cpp DsLogNotificationS.h DsLogNotificationS.inl: DsLogNotification-stamp
+DsLogNotificationC.cpp DsLogNotificationC.h DsLogNotificationC.inl DsLogNotificationS.cpp DsLogNotificationS.h DsLogNotificationS.inl DsLogNotificationS_T.cpp DsLogNotificationS_T.h DsLogNotificationS_T.inl: DsLogNotification-stamp
DsLogNotification-stamp: $(srcdir)/DsLogNotification.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Log_Export -Wb,stub_export_include=orbsvcs/Log/log_export.h -Wb,skel_export_macro=TAO_Log_Skel_Export -Wb,skel_export_include=orbsvcs/Log/log_skel_export.h $(srcdir)/DsLogNotification.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_Log_Export -Wb,stub_export_include=orbsvcs/Log/log_export.h -Wb,skel_export_macro=TAO_Log_Skel_Export -Wb,skel_export_include=orbsvcs/Log/log_skel_export.h $(srcdir)/DsLogNotification.idl
@touch $@
@@ -2883,7 +3110,10 @@ BUILT_SOURCES += \
DsEventLogAdminC.inl \
DsEventLogAdminS.cpp \
DsEventLogAdminS.h \
- DsEventLogAdminS.inl
+ DsEventLogAdminS.inl \
+ DsEventLogAdminS_T.cpp \
+ DsEventLogAdminS_T.h \
+ DsEventLogAdminS_T.inl
CLEANFILES += \
DsEventLogAdmin-stamp \
@@ -2892,12 +3122,15 @@ CLEANFILES += \
DsEventLogAdminC.inl \
DsEventLogAdminS.cpp \
DsEventLogAdminS.h \
- DsEventLogAdminS.inl
+ DsEventLogAdminS.inl \
+ DsEventLogAdminS_T.cpp \
+ DsEventLogAdminS_T.h \
+ DsEventLogAdminS_T.inl
-DsEventLogAdminC.cpp DsEventLogAdminC.h DsEventLogAdminC.inl DsEventLogAdminS.cpp DsEventLogAdminS.h DsEventLogAdminS.inl: DsEventLogAdmin-stamp
+DsEventLogAdminC.cpp DsEventLogAdminC.h DsEventLogAdminC.inl DsEventLogAdminS.cpp DsEventLogAdminS.h DsEventLogAdminS.inl DsEventLogAdminS_T.cpp DsEventLogAdminS_T.h DsEventLogAdminS_T.inl: DsEventLogAdmin-stamp
DsEventLogAdmin-stamp: $(srcdir)/DsEventLogAdmin.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_EventLog_Export -Wb,stub_export_include=orbsvcs/Log/eventlog_export.h -Wb,skel_export_macro=TAO_EventLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/eventlog_skel_export.h $(srcdir)/DsEventLogAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_EventLog_Export -Wb,stub_export_include=orbsvcs/Log/eventlog_export.h -Wb,skel_export_macro=TAO_EventLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/eventlog_skel_export.h $(srcdir)/DsEventLogAdmin.idl
@touch $@
@@ -2988,8 +3221,14 @@ libTAO_DsLogAdmin_Skel_la_LIBADD = \
nobase_include_HEADERS += \
DsLogAdminS.h \
DsLogAdminS.inl \
+ DsLogAdminS_T.cpp \
+ DsLogAdminS_T.h \
+ DsLogAdminS_T.inl \
DsLogNotificationS.h \
DsLogNotificationS.inl \
+ DsLogNotificationS_T.cpp \
+ DsLogNotificationS_T.h \
+ DsLogNotificationS_T.inl \
Log/log_skel_export.h
pkgconfig_DATA += \
@@ -3130,6 +3369,9 @@ libTAO_DsEventLogAdmin_Skel_la_LIBADD = \
nobase_include_HEADERS += \
DsEventLogAdminS.h \
DsEventLogAdminS.inl \
+ DsEventLogAdminS_T.cpp \
+ DsEventLogAdminS_T.h \
+ DsEventLogAdminS_T.inl \
Log/eventlog_skel_export.h
pkgconfig_DATA += \
@@ -3231,7 +3473,10 @@ BUILT_SOURCES += \
DsNotifyLogAdminC.inl \
DsNotifyLogAdminS.cpp \
DsNotifyLogAdminS.h \
- DsNotifyLogAdminS.inl
+ DsNotifyLogAdminS.inl \
+ DsNotifyLogAdminS_T.cpp \
+ DsNotifyLogAdminS_T.h \
+ DsNotifyLogAdminS_T.inl
CLEANFILES += \
DsNotifyLogAdmin-stamp \
@@ -3240,12 +3485,15 @@ CLEANFILES += \
DsNotifyLogAdminC.inl \
DsNotifyLogAdminS.cpp \
DsNotifyLogAdminS.h \
- DsNotifyLogAdminS.inl
+ DsNotifyLogAdminS.inl \
+ DsNotifyLogAdminS_T.cpp \
+ DsNotifyLogAdminS_T.h \
+ DsNotifyLogAdminS_T.inl
-DsNotifyLogAdminC.cpp DsNotifyLogAdminC.h DsNotifyLogAdminC.inl DsNotifyLogAdminS.cpp DsNotifyLogAdminS.h DsNotifyLogAdminS.inl: DsNotifyLogAdmin-stamp
+DsNotifyLogAdminC.cpp DsNotifyLogAdminC.h DsNotifyLogAdminC.inl DsNotifyLogAdminS.cpp DsNotifyLogAdminS.h DsNotifyLogAdminS.inl DsNotifyLogAdminS_T.cpp DsNotifyLogAdminS_T.h DsNotifyLogAdminS_T.inl: DsNotifyLogAdmin-stamp
DsNotifyLogAdmin-stamp: $(srcdir)/DsNotifyLogAdmin.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_NotifyLog_Export -Wb,stub_export_include=orbsvcs/Log/notifylog_export.h -Wb,skel_export_macro=TAO_NotifyLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/notifylog_skel_export.h $(srcdir)/DsNotifyLogAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_NotifyLog_Export -Wb,stub_export_include=orbsvcs/Log/notifylog_export.h -Wb,skel_export_macro=TAO_NotifyLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/notifylog_skel_export.h $(srcdir)/DsNotifyLogAdmin.idl
@touch $@
@@ -3346,6 +3594,9 @@ libTAO_DsNotifyLogAdmin_Skel_la_LIBADD = \
nobase_include_HEADERS += \
DsNotifyLogAdminS.h \
DsNotifyLogAdminS.inl \
+ DsNotifyLogAdminS_T.cpp \
+ DsNotifyLogAdminS_T.h \
+ DsNotifyLogAdminS_T.inl \
Log/notifylog_skel_export.h
pkgconfig_DATA += \
@@ -3445,7 +3696,10 @@ BUILT_SOURCES += \
FT_CORBA_ORBC.inl \
FT_CORBA_ORBS.cpp \
FT_CORBA_ORBS.h \
- FT_CORBA_ORBS.inl
+ FT_CORBA_ORBS.inl \
+ FT_CORBA_ORBS_T.cpp \
+ FT_CORBA_ORBS_T.h \
+ FT_CORBA_ORBS_T.inl
CLEANFILES += \
FT_CORBA_ORB-stamp \
@@ -3454,12 +3708,15 @@ CLEANFILES += \
FT_CORBA_ORBC.inl \
FT_CORBA_ORBS.cpp \
FT_CORBA_ORBS.h \
- FT_CORBA_ORBS.inl
+ FT_CORBA_ORBS.inl \
+ FT_CORBA_ORBS_T.cpp \
+ FT_CORBA_ORBS_T.h \
+ FT_CORBA_ORBS_T.inl
-FT_CORBA_ORBC.cpp FT_CORBA_ORBC.h FT_CORBA_ORBC.inl FT_CORBA_ORBS.cpp FT_CORBA_ORBS.h FT_CORBA_ORBS.inl: FT_CORBA_ORB-stamp
+FT_CORBA_ORBC.cpp FT_CORBA_ORBC.h FT_CORBA_ORBC.inl FT_CORBA_ORBS.cpp FT_CORBA_ORBS.h FT_CORBA_ORBS.inl FT_CORBA_ORBS_T.cpp FT_CORBA_ORBS_T.h FT_CORBA_ORBS_T.inl: FT_CORBA_ORB-stamp
FT_CORBA_ORB-stamp: $(srcdir)/FT_CORBA_ORB.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,skel_export_include=tao/PortableServer/PolicyS.h -Wb,export_macro=TAO_FT_ORB_Utils_Export -Wb,export_include=orbsvcs/FaultTolerance/FT_ORB_Utils_export.h $(srcdir)/FT_CORBA_ORB.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,skel_export_include=tao/PortableServer/PolicyS.h -Wb,export_macro=TAO_FT_ORB_Utils_Export -Wb,export_include=orbsvcs/FaultTolerance/FT_ORB_Utils_export.h $(srcdir)/FT_CORBA_ORB.idl
@touch $@
lib_LTLIBRARIES += libTAO_FTORB_Utils.la
@@ -3495,12 +3752,14 @@ libTAO_FTORB_Utils_la_LIBADD = \
$(ACE_BUILDDIR)/ace/libACE.la
nobase_include_HEADERS += \
- Channel_Clients_T.cpp \
FT_CORBA_ORB.idl \
FT_CORBA_ORBC.h \
FT_CORBA_ORBC.inl \
FT_CORBA_ORBS.h \
FT_CORBA_ORBS.inl \
+ FT_CORBA_ORBS_T.cpp \
+ FT_CORBA_ORBS_T.h \
+ FT_CORBA_ORBS_T.inl \
FaultTolerance/FT_IOGR_Property.h \
FaultTolerance/FT_IOGR_Property.inl \
FaultTolerance/FT_ORB_Utils_export.h
@@ -3583,7 +3842,7 @@ CLEANFILES += \
RtecDefaultEventDataC.cpp RtecDefaultEventDataC.h RtecDefaultEventDataC.inl RtecDefaultEventDataS_T.cpp: RtecDefaultEventData-stamp
RtecDefaultEventData-stamp: $(srcdir)/RtecDefaultEventData.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -GT -Wb,stub_export_macro=TAO_RTEvent_Export -Wb,stub_export_include=orbsvcs/Event/event_export.h -Wb,skel_export_macro=TAO_RTEvent_Skel_Export -Wb,skel_export_include=orbsvcs/Event/event_skel_export.h $(srcdir)/RtecDefaultEventData.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_RTEvent_Export -Wb,stub_export_include=orbsvcs/Event/event_export.h -Wb,skel_export_macro=TAO_RTEvent_Skel_Export -Wb,skel_export_include=orbsvcs/Event/event_skel_export.h $(srcdir)/RtecDefaultEventData.idl
@touch $@
BUILT_SOURCES += \
@@ -3602,7 +3861,7 @@ CLEANFILES += \
RtecEventCommC.cpp RtecEventCommC.h RtecEventCommC.inl RtecEventCommS_T.cpp: RtecEventComm-stamp
RtecEventComm-stamp: $(srcdir)/RtecEventComm.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -GT -Wb,stub_export_macro=TAO_RTEvent_Export -Wb,stub_export_include=orbsvcs/Event/event_export.h -Wb,skel_export_macro=TAO_RTEvent_Skel_Export -Wb,skel_export_include=orbsvcs/Event/event_skel_export.h $(srcdir)/RtecEventComm.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_RTEvent_Export -Wb,stub_export_include=orbsvcs/Event/event_export.h -Wb,skel_export_macro=TAO_RTEvent_Skel_Export -Wb,skel_export_include=orbsvcs/Event/event_skel_export.h $(srcdir)/RtecEventComm.idl
@touch $@
BUILT_SOURCES += \
@@ -3621,7 +3880,7 @@ CLEANFILES += \
RtecEventChannelAdminC.cpp RtecEventChannelAdminC.h RtecEventChannelAdminC.inl RtecEventChannelAdminS_T.cpp: RtecEventChannelAdmin-stamp
RtecEventChannelAdmin-stamp: $(srcdir)/RtecEventChannelAdmin.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -GT -Wb,stub_export_macro=TAO_RTEvent_Export -Wb,stub_export_include=orbsvcs/Event/event_export.h -Wb,skel_export_macro=TAO_RTEvent_Skel_Export -Wb,skel_export_include=orbsvcs/Event/event_skel_export.h $(srcdir)/RtecEventChannelAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_RTEvent_Export -Wb,stub_export_include=orbsvcs/Event/event_export.h -Wb,skel_export_macro=TAO_RTEvent_Skel_Export -Wb,skel_export_include=orbsvcs/Event/event_skel_export.h $(srcdir)/RtecEventChannelAdmin.idl
@touch $@
BUILT_SOURCES += \
@@ -3640,7 +3899,7 @@ CLEANFILES += \
RtecUDPAdminC.cpp RtecUDPAdminC.h RtecUDPAdminC.inl RtecUDPAdminS_T.cpp: RtecUDPAdmin-stamp
RtecUDPAdmin-stamp: $(srcdir)/RtecUDPAdmin.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -GT -Wb,stub_export_macro=TAO_RTEvent_Export -Wb,stub_export_include=orbsvcs/Event/event_export.h -Wb,skel_export_macro=TAO_RTEvent_Skel_Export -Wb,skel_export_include=orbsvcs/Event/event_skel_export.h $(srcdir)/RtecUDPAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_RTEvent_Export -Wb,stub_export_include=orbsvcs/Event/event_export.h -Wb,skel_export_macro=TAO_RTEvent_Skel_Export -Wb,skel_export_include=orbsvcs/Event/event_skel_export.h $(srcdir)/RtecUDPAdmin.idl
@touch $@
lib_LTLIBRARIES += libTAO_RTEvent.la
@@ -4020,7 +4279,10 @@ BUILT_SOURCES += \
FTRTC.inl \
FTRTS.cpp \
FTRTS.h \
- FTRTS.inl
+ FTRTS.inl \
+ FTRTS_T.cpp \
+ FTRTS_T.h \
+ FTRTS_T.inl
CLEANFILES += \
FTRT-stamp \
@@ -4029,12 +4291,15 @@ CLEANFILES += \
FTRTC.inl \
FTRTS.cpp \
FTRTS.h \
- FTRTS.inl
+ FTRTS.inl \
+ FTRTS_T.cpp \
+ FTRTS_T.h \
+ FTRTS_T.inl
-FTRTC.cpp FTRTC.h FTRTC.inl FTRTS.cpp FTRTS.h FTRTS.inl: FTRT-stamp
+FTRTC.cpp FTRTC.h FTRTC.inl FTRTS.cpp FTRTS.h FTRTS.inl FTRTS_T.cpp FTRTS_T.h FTRTS_T.inl: FTRT-stamp
FTRT-stamp: $(srcdir)/FTRT.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FTRT.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FTRT.idl
@touch $@
BUILT_SOURCES += \
@@ -4043,7 +4308,10 @@ BUILT_SOURCES += \
FtRtecEventCommC.inl \
FtRtecEventCommS.cpp \
FtRtecEventCommS.h \
- FtRtecEventCommS.inl
+ FtRtecEventCommS.inl \
+ FtRtecEventCommS_T.cpp \
+ FtRtecEventCommS_T.h \
+ FtRtecEventCommS_T.inl
CLEANFILES += \
FtRtecEventComm-stamp \
@@ -4052,12 +4320,15 @@ CLEANFILES += \
FtRtecEventCommC.inl \
FtRtecEventCommS.cpp \
FtRtecEventCommS.h \
- FtRtecEventCommS.inl
+ FtRtecEventCommS.inl \
+ FtRtecEventCommS_T.cpp \
+ FtRtecEventCommS_T.h \
+ FtRtecEventCommS_T.inl
-FtRtecEventCommC.cpp FtRtecEventCommC.h FtRtecEventCommC.inl FtRtecEventCommS.cpp FtRtecEventCommS.h FtRtecEventCommS.inl: FtRtecEventComm-stamp
+FtRtecEventCommC.cpp FtRtecEventCommC.h FtRtecEventCommC.inl FtRtecEventCommS.cpp FtRtecEventCommS.h FtRtecEventCommS.inl FtRtecEventCommS_T.cpp FtRtecEventCommS_T.h FtRtecEventCommS_T.inl: FtRtecEventComm-stamp
FtRtecEventComm-stamp: $(srcdir)/FtRtecEventComm.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FtRtecEventComm.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FtRtecEventComm.idl
@touch $@
BUILT_SOURCES += \
@@ -4066,7 +4337,10 @@ BUILT_SOURCES += \
FTRT_GroupManagerC.inl \
FTRT_GroupManagerS.cpp \
FTRT_GroupManagerS.h \
- FTRT_GroupManagerS.inl
+ FTRT_GroupManagerS.inl \
+ FTRT_GroupManagerS_T.cpp \
+ FTRT_GroupManagerS_T.h \
+ FTRT_GroupManagerS_T.inl
CLEANFILES += \
FTRT_GroupManager-stamp \
@@ -4075,12 +4349,15 @@ CLEANFILES += \
FTRT_GroupManagerC.inl \
FTRT_GroupManagerS.cpp \
FTRT_GroupManagerS.h \
- FTRT_GroupManagerS.inl
+ FTRT_GroupManagerS.inl \
+ FTRT_GroupManagerS_T.cpp \
+ FTRT_GroupManagerS_T.h \
+ FTRT_GroupManagerS_T.inl
-FTRT_GroupManagerC.cpp FTRT_GroupManagerC.h FTRT_GroupManagerC.inl FTRT_GroupManagerS.cpp FTRT_GroupManagerS.h FTRT_GroupManagerS.inl: FTRT_GroupManager-stamp
+FTRT_GroupManagerC.cpp FTRT_GroupManagerC.h FTRT_GroupManagerC.inl FTRT_GroupManagerS.cpp FTRT_GroupManagerS.h FTRT_GroupManagerS.inl FTRT_GroupManagerS_T.cpp FTRT_GroupManagerS_T.h FTRT_GroupManagerS_T.inl: FTRT_GroupManager-stamp
FTRT_GroupManager-stamp: $(srcdir)/FTRT_GroupManager.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FTRT_GroupManager.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FTRT_GroupManager.idl
@touch $@
BUILT_SOURCES += \
@@ -4089,7 +4366,10 @@ BUILT_SOURCES += \
FtRtecEventChannelAdminC.inl \
FtRtecEventChannelAdminS.cpp \
FtRtecEventChannelAdminS.h \
- FtRtecEventChannelAdminS.inl
+ FtRtecEventChannelAdminS.inl \
+ FtRtecEventChannelAdminS_T.cpp \
+ FtRtecEventChannelAdminS_T.h \
+ FtRtecEventChannelAdminS_T.inl
CLEANFILES += \
FtRtecEventChannelAdmin-stamp \
@@ -4098,12 +4378,15 @@ CLEANFILES += \
FtRtecEventChannelAdminC.inl \
FtRtecEventChannelAdminS.cpp \
FtRtecEventChannelAdminS.h \
- FtRtecEventChannelAdminS.inl
+ FtRtecEventChannelAdminS.inl \
+ FtRtecEventChannelAdminS_T.cpp \
+ FtRtecEventChannelAdminS_T.h \
+ FtRtecEventChannelAdminS_T.inl
-FtRtecEventChannelAdminC.cpp FtRtecEventChannelAdminC.h FtRtecEventChannelAdminC.inl FtRtecEventChannelAdminS.cpp FtRtecEventChannelAdminS.h FtRtecEventChannelAdminS.inl: FtRtecEventChannelAdmin-stamp
+FtRtecEventChannelAdminC.cpp FtRtecEventChannelAdminC.h FtRtecEventChannelAdminC.inl FtRtecEventChannelAdminS.cpp FtRtecEventChannelAdminS.h FtRtecEventChannelAdminS.inl FtRtecEventChannelAdminS_T.cpp FtRtecEventChannelAdminS_T.h FtRtecEventChannelAdminS_T.inl: FtRtecEventChannelAdmin-stamp
FtRtecEventChannelAdmin-stamp: $(srcdir)/FtRtecEventChannelAdmin.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h $(srcdir)/FtRtecEventChannelAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h $(srcdir)/FtRtecEventChannelAdmin.idl
@touch $@
lib_LTLIBRARIES += libTAO_FtRtEvent.la
@@ -4159,11 +4442,17 @@ nobase_include_HEADERS += \
FTRTC.inl \
FTRTS.h \
FTRTS.inl \
+ FTRTS_T.cpp \
+ FTRTS_T.h \
+ FTRTS_T.inl \
FTRT_GroupManager.idl \
FTRT_GroupManagerC.h \
FTRT_GroupManagerC.inl \
FTRT_GroupManagerS.h \
FTRT_GroupManagerS.inl \
+ FTRT_GroupManagerS_T.cpp \
+ FTRT_GroupManagerS_T.h \
+ FTRT_GroupManagerS_T.inl \
FtRtEvent/Utils/FTEC_Gateway.h \
FtRtEvent/Utils/FTEC_Gateway.inl \
FtRtEvent/Utils/Log.h \
@@ -4177,11 +4466,17 @@ nobase_include_HEADERS += \
FtRtecEventChannelAdminC.inl \
FtRtecEventChannelAdminS.h \
FtRtecEventChannelAdminS.inl \
+ FtRtecEventChannelAdminS_T.cpp \
+ FtRtecEventChannelAdminS_T.h \
+ FtRtecEventChannelAdminS_T.inl \
FtRtecEventComm.idl \
FtRtecEventCommC.h \
FtRtecEventCommC.inl \
FtRtecEventCommS.h \
- FtRtecEventCommS.inl
+ FtRtecEventCommS.inl \
+ FtRtecEventCommS_T.cpp \
+ FtRtecEventCommS_T.h \
+ FtRtecEventCommS_T.inl
endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
@@ -4468,7 +4763,9 @@ BUILT_SOURCES += \
FT_CORBAC.inl \
FT_CORBAS.cpp \
FT_CORBAS.h \
- FT_CORBAS.inl
+ FT_CORBAS.inl \
+ FT_CORBAS_T.cpp \
+ FT_CORBAS_T.inl
CLEANFILES += \
FT_CORBA-stamp \
@@ -4477,12 +4774,14 @@ CLEANFILES += \
FT_CORBAC.inl \
FT_CORBAS.cpp \
FT_CORBAS.h \
- FT_CORBAS.inl
+ FT_CORBAS.inl \
+ FT_CORBAS_T.cpp \
+ FT_CORBAS_T.inl
-FT_CORBAC.cpp FT_CORBAC.h FT_CORBAC.inl FT_CORBAS.cpp FT_CORBAS.h FT_CORBAS.inl: FT_CORBA-stamp
+FT_CORBAC.cpp FT_CORBAC.h FT_CORBAC.inl FT_CORBAS.cpp FT_CORBAS.h FT_CORBAS.inl FT_CORBAS_T.cpp FT_CORBAS_T.inl: FT_CORBA-stamp
FT_CORBA-stamp: $(srcdir)/FT_CORBA.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_CORBA.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_CORBA.idl
@touch $@
BUILT_SOURCES += \
@@ -4491,7 +4790,9 @@ BUILT_SOURCES += \
FT_ReplicaC.inl \
FT_ReplicaS.cpp \
FT_ReplicaS.h \
- FT_ReplicaS.inl
+ FT_ReplicaS.inl \
+ FT_ReplicaS_T.cpp \
+ FT_ReplicaS_T.inl
CLEANFILES += \
FT_Replica-stamp \
@@ -4500,12 +4801,14 @@ CLEANFILES += \
FT_ReplicaC.inl \
FT_ReplicaS.cpp \
FT_ReplicaS.h \
- FT_ReplicaS.inl
+ FT_ReplicaS.inl \
+ FT_ReplicaS_T.cpp \
+ FT_ReplicaS_T.inl
-FT_ReplicaC.cpp FT_ReplicaC.h FT_ReplicaC.inl FT_ReplicaS.cpp FT_ReplicaS.h FT_ReplicaS.inl: FT_Replica-stamp
+FT_ReplicaC.cpp FT_ReplicaC.h FT_ReplicaC.inl FT_ReplicaS.cpp FT_ReplicaS.h FT_ReplicaS.inl FT_ReplicaS_T.cpp FT_ReplicaS_T.inl: FT_Replica-stamp
FT_Replica-stamp: $(srcdir)/FT_Replica.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_Replica.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_Replica.idl
@touch $@
BUILT_SOURCES += \
@@ -4514,7 +4817,9 @@ BUILT_SOURCES += \
FT_NotifierC.inl \
FT_NotifierS.cpp \
FT_NotifierS.h \
- FT_NotifierS.inl
+ FT_NotifierS.inl \
+ FT_NotifierS_T.cpp \
+ FT_NotifierS_T.inl
CLEANFILES += \
FT_Notifier-stamp \
@@ -4523,12 +4828,14 @@ CLEANFILES += \
FT_NotifierC.inl \
FT_NotifierS.cpp \
FT_NotifierS.h \
- FT_NotifierS.inl
+ FT_NotifierS.inl \
+ FT_NotifierS_T.cpp \
+ FT_NotifierS_T.inl
-FT_NotifierC.cpp FT_NotifierC.h FT_NotifierC.inl FT_NotifierS.cpp FT_NotifierS.h FT_NotifierS.inl: FT_Notifier-stamp
+FT_NotifierC.cpp FT_NotifierC.h FT_NotifierC.inl FT_NotifierS.cpp FT_NotifierS.h FT_NotifierS.inl FT_NotifierS_T.cpp FT_NotifierS_T.inl: FT_Notifier-stamp
FT_Notifier-stamp: $(srcdir)/FT_Notifier.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_Notifier.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_Notifier.idl
@touch $@
BUILT_SOURCES += \
@@ -4537,7 +4844,9 @@ BUILT_SOURCES += \
FT_FaultDetectorFactoryC.inl \
FT_FaultDetectorFactoryS.cpp \
FT_FaultDetectorFactoryS.h \
- FT_FaultDetectorFactoryS.inl
+ FT_FaultDetectorFactoryS.inl \
+ FT_FaultDetectorFactoryS_T.cpp \
+ FT_FaultDetectorFactoryS_T.inl
CLEANFILES += \
FT_FaultDetectorFactory-stamp \
@@ -4546,12 +4855,14 @@ CLEANFILES += \
FT_FaultDetectorFactoryC.inl \
FT_FaultDetectorFactoryS.cpp \
FT_FaultDetectorFactoryS.h \
- FT_FaultDetectorFactoryS.inl
+ FT_FaultDetectorFactoryS.inl \
+ FT_FaultDetectorFactoryS_T.cpp \
+ FT_FaultDetectorFactoryS_T.inl
-FT_FaultDetectorFactoryC.cpp FT_FaultDetectorFactoryC.h FT_FaultDetectorFactoryC.inl FT_FaultDetectorFactoryS.cpp FT_FaultDetectorFactoryS.h FT_FaultDetectorFactoryS.inl: FT_FaultDetectorFactory-stamp
+FT_FaultDetectorFactoryC.cpp FT_FaultDetectorFactoryC.h FT_FaultDetectorFactoryC.inl FT_FaultDetectorFactoryS.cpp FT_FaultDetectorFactoryS.h FT_FaultDetectorFactoryS.inl FT_FaultDetectorFactoryS_T.cpp FT_FaultDetectorFactoryS_T.inl: FT_FaultDetectorFactory-stamp
FT_FaultDetectorFactory-stamp: $(srcdir)/FT_FaultDetectorFactory.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_FaultDetectorFactory.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_FaultDetectorFactory.idl
@touch $@
BUILT_SOURCES += \
@@ -4560,7 +4871,9 @@ BUILT_SOURCES += \
FT_ReplicationManagerC.inl \
FT_ReplicationManagerS.cpp \
FT_ReplicationManagerS.h \
- FT_ReplicationManagerS.inl
+ FT_ReplicationManagerS.inl \
+ FT_ReplicationManagerS_T.cpp \
+ FT_ReplicationManagerS_T.inl
CLEANFILES += \
FT_ReplicationManager-stamp \
@@ -4569,12 +4882,14 @@ CLEANFILES += \
FT_ReplicationManagerC.inl \
FT_ReplicationManagerS.cpp \
FT_ReplicationManagerS.h \
- FT_ReplicationManagerS.inl
+ FT_ReplicationManagerS.inl \
+ FT_ReplicationManagerS_T.cpp \
+ FT_ReplicationManagerS_T.inl
-FT_ReplicationManagerC.cpp FT_ReplicationManagerC.h FT_ReplicationManagerC.inl FT_ReplicationManagerS.cpp FT_ReplicationManagerS.h FT_ReplicationManagerS.inl: FT_ReplicationManager-stamp
+FT_ReplicationManagerC.cpp FT_ReplicationManagerC.h FT_ReplicationManagerC.inl FT_ReplicationManagerS.cpp FT_ReplicationManagerS.h FT_ReplicationManagerS.inl FT_ReplicationManagerS_T.cpp FT_ReplicationManagerS_T.inl: FT_ReplicationManager-stamp
FT_ReplicationManager-stamp: $(srcdir)/FT_ReplicationManager.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_ReplicationManager.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_ReplicationManager.idl
@touch $@
lib_LTLIBRARIES += libTAO_FaultTolerance.la
@@ -4629,26 +4944,36 @@ nobase_include_HEADERS += \
FT_CORBAC.inl \
FT_CORBAS.h \
FT_CORBAS.inl \
+ FT_CORBAS_T.cpp \
+ FT_CORBAS_T.inl \
FT_FaultDetectorFactory.idl \
FT_FaultDetectorFactoryC.h \
FT_FaultDetectorFactoryC.inl \
FT_FaultDetectorFactoryS.h \
FT_FaultDetectorFactoryS.inl \
+ FT_FaultDetectorFactoryS_T.cpp \
+ FT_FaultDetectorFactoryS_T.inl \
FT_Notifier.idl \
FT_NotifierC.h \
FT_NotifierC.inl \
FT_NotifierS.h \
FT_NotifierS.inl \
+ FT_NotifierS_T.cpp \
+ FT_NotifierS_T.inl \
FT_Replica.idl \
FT_ReplicaC.h \
FT_ReplicaC.inl \
FT_ReplicaS.h \
FT_ReplicaS.inl \
+ FT_ReplicaS_T.cpp \
+ FT_ReplicaS_T.inl \
FT_ReplicationManager.idl \
FT_ReplicationManagerC.h \
FT_ReplicationManagerC.inl \
FT_ReplicationManagerS.h \
FT_ReplicationManagerS.inl \
+ FT_ReplicationManagerS_T.cpp \
+ FT_ReplicationManagerS_T.inl \
FaultTolerance/fault_tol_export.h
pkgconfig_DATA += \
@@ -4692,7 +5017,7 @@ CLEANFILES += \
HTIOPC.cpp HTIOPC.h HTIOPC.inl HTIOPS.h: HTIOP-stamp
HTIOP-stamp: $(srcdir)/HTIOP.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=HTIOP_Export -Wb,export_include=orbsvcs/HTIOP/HTIOP_Export.h -SS $(srcdir)/HTIOP.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=HTIOP_Export -Wb,export_include=orbsvcs/HTIOP/HTIOP_Export.h -SS $(srcdir)/HTIOP.idl
@touch $@
BUILT_SOURCES += \
@@ -4709,7 +5034,7 @@ CLEANFILES += \
HTIOP/htiop_endpointsC.cpp HTIOP/htiop_endpointsC.h HTIOP/htiop_endpointsS.h: HTIOP/htiop_endpoints-stamp
HTIOP/htiop_endpoints-stamp: $(srcdir)/HTIOP/htiop_endpoints.pidl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=HTIOP_Export -Wb,export_include=orbsvcs/HTIOP/HTIOP_Export.h -SS -Sci -Gp -Gd -Ge 1 -Sa -Sorb -o HTIOP $(srcdir)/HTIOP/htiop_endpoints.pidl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=HTIOP_Export -Wb,export_include=orbsvcs/HTIOP/HTIOP_Export.h -SS -Sci -Gp -Gd -Ge 1 -Sa -Sorb -o HTIOP $(srcdir)/HTIOP/htiop_endpoints.pidl
@touch $@
lib_LTLIBRARIES += libTAO_HTIOP.la
@@ -4994,7 +5319,10 @@ BUILT_SOURCES += \
RTEventLogAdminC.inl \
RTEventLogAdminS.cpp \
RTEventLogAdminS.h \
- RTEventLogAdminS.inl
+ RTEventLogAdminS.inl \
+ RTEventLogAdminS_T.cpp \
+ RTEventLogAdminS_T.h \
+ RTEventLogAdminS_T.inl
CLEANFILES += \
RTEventLogAdmin-stamp \
@@ -5003,12 +5331,15 @@ CLEANFILES += \
RTEventLogAdminC.inl \
RTEventLogAdminS.cpp \
RTEventLogAdminS.h \
- RTEventLogAdminS.inl
+ RTEventLogAdminS.inl \
+ RTEventLogAdminS_T.cpp \
+ RTEventLogAdminS_T.h \
+ RTEventLogAdminS_T.inl
-RTEventLogAdminC.cpp RTEventLogAdminC.h RTEventLogAdminC.inl RTEventLogAdminS.cpp RTEventLogAdminS.h RTEventLogAdminS.inl: RTEventLogAdmin-stamp
+RTEventLogAdminC.cpp RTEventLogAdminC.h RTEventLogAdminC.inl RTEventLogAdminS.cpp RTEventLogAdminS.h RTEventLogAdminS.inl RTEventLogAdminS_T.cpp RTEventLogAdminS_T.h RTEventLogAdminS_T.inl: RTEventLogAdmin-stamp
RTEventLogAdmin-stamp: $(srcdir)/RTEventLogAdmin.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_RTEventLog_Export -Wb,stub_export_include=orbsvcs/Log/rteventlog_export.h -Wb,skel_export_macro=TAO_RTEventLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/rteventlog_skel_export.h $(srcdir)/RTEventLogAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,stub_export_macro=TAO_RTEventLog_Export -Wb,stub_export_include=orbsvcs/Log/rteventlog_export.h -Wb,skel_export_macro=TAO_RTEventLog_Skel_Export -Wb,skel_export_include=orbsvcs/Log/rteventlog_skel_export.h $(srcdir)/RTEventLogAdmin.idl
@touch $@
@@ -5084,7 +5415,10 @@ BUILT_SOURCES += \
RtecSchedulerC.inl \
RtecSchedulerS.cpp \
RtecSchedulerS.h \
- RtecSchedulerS.inl
+ RtecSchedulerS.inl \
+ RtecSchedulerS_T.cpp \
+ RtecSchedulerS_T.h \
+ RtecSchedulerS_T.inl
CLEANFILES += \
RtecScheduler-stamp \
@@ -5093,12 +5427,15 @@ CLEANFILES += \
RtecSchedulerC.inl \
RtecSchedulerS.cpp \
RtecSchedulerS.h \
- RtecSchedulerS.inl
+ RtecSchedulerS.inl \
+ RtecSchedulerS_T.cpp \
+ RtecSchedulerS_T.h \
+ RtecSchedulerS_T.inl
-RtecSchedulerC.cpp RtecSchedulerC.h RtecSchedulerC.inl RtecSchedulerS.cpp RtecSchedulerS.h RtecSchedulerS.inl: RtecScheduler-stamp
+RtecSchedulerC.cpp RtecSchedulerC.h RtecSchedulerC.inl RtecSchedulerS.cpp RtecSchedulerS.h RtecSchedulerS.inl RtecSchedulerS_T.cpp RtecSchedulerS_T.h RtecSchedulerS_T.inl: RtecScheduler-stamp
RtecScheduler-stamp: $(srcdir)/RtecScheduler.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_RTSched_Export -Wb,export_include=orbsvcs/Sched/sched_export.h $(srcdir)/RtecScheduler.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_RTSched_Export -Wb,export_include=orbsvcs/Sched/sched_export.h $(srcdir)/RtecScheduler.idl
@touch $@
lib_LTLIBRARIES += libTAO_RTSched.la
@@ -5143,6 +5480,9 @@ nobase_include_HEADERS += \
RtecSchedulerC.inl \
RtecSchedulerS.h \
RtecSchedulerS.inl \
+ RtecSchedulerS_T.cpp \
+ RtecSchedulerS_T.h \
+ RtecSchedulerS_T.inl \
Runtime_Scheduler.h \
Sched/Config_Scheduler.h \
Sched/DynSched.h \
@@ -5206,7 +5546,10 @@ libTAO_RTEventLogAdmin_Skel_la_LIBADD = \
nobase_include_HEADERS += \
Log/rteventlog_skel_export.h \
RTEventLogAdminS.h \
- RTEventLogAdminS.inl
+ RTEventLogAdminS.inl \
+ RTEventLogAdminS_T.cpp \
+ RTEventLogAdminS_T.h \
+ RTEventLogAdminS_T.inl
pkgconfig_DATA += \
TAO_RTEventLogAdmin_Skel.pc
@@ -5493,57 +5836,63 @@ BUILT_SOURCES += \
CSIC.cpp \
CSIC.h \
CSIC.inl \
- CSIS.inl
+ CSIS.inl \
+ CSIS_T.inl
CLEANFILES += \
CSI-stamp \
CSIC.cpp \
CSIC.h \
CSIC.inl \
- CSIS.inl
+ CSIS.inl \
+ CSIS_T.inl
-CSIC.cpp CSIC.h CSIC.inl CSIS.inl: CSI-stamp
+CSIC.cpp CSIC.h CSIC.inl CSIS.inl CSIS_T.inl: CSI-stamp
CSI-stamp: $(srcdir)/CSI.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/CSI.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/CSI.idl
@touch $@
BUILT_SOURCES += \
CSIIOPC.cpp \
CSIIOPC.h \
CSIIOPC.inl \
- CSIIOPS.inl
+ CSIIOPS.inl \
+ CSIIOPS_T.inl
CLEANFILES += \
CSIIOP-stamp \
CSIIOPC.cpp \
CSIIOPC.h \
CSIIOPC.inl \
- CSIIOPS.inl
+ CSIIOPS.inl \
+ CSIIOPS_T.inl
-CSIIOPC.cpp CSIIOPC.h CSIIOPC.inl CSIIOPS.inl: CSIIOP-stamp
+CSIIOPC.cpp CSIIOPC.h CSIIOPC.inl CSIIOPS.inl CSIIOPS_T.inl: CSIIOP-stamp
CSIIOP-stamp: $(srcdir)/CSIIOP.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/CSIIOP.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/CSIIOP.idl
@touch $@
BUILT_SOURCES += \
GSSUPC.cpp \
GSSUPC.h \
GSSUPC.inl \
- GSSUPS.inl
+ GSSUPS.inl \
+ GSSUPS_T.inl
CLEANFILES += \
GSSUP-stamp \
GSSUPC.cpp \
GSSUPC.h \
GSSUPC.inl \
- GSSUPS.inl
+ GSSUPS.inl \
+ GSSUPS_T.inl
-GSSUPC.cpp GSSUPC.h GSSUPC.inl GSSUPS.inl: GSSUP-stamp
+GSSUPC.cpp GSSUPC.h GSSUPC.inl GSSUPS.inl GSSUPS_T.inl: GSSUP-stamp
GSSUP-stamp: $(srcdir)/GSSUP.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/GSSUP.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/GSSUP.idl
@touch $@
BUILT_SOURCES += \
@@ -5552,7 +5901,9 @@ BUILT_SOURCES += \
SecurityC.inl \
SecurityS.cpp \
SecurityS.h \
- SecurityS.inl
+ SecurityS.inl \
+ SecurityS_T.cpp \
+ SecurityS_T.inl
CLEANFILES += \
Security-stamp \
@@ -5561,12 +5912,14 @@ CLEANFILES += \
SecurityC.inl \
SecurityS.cpp \
SecurityS.h \
- SecurityS.inl
+ SecurityS.inl \
+ SecurityS_T.cpp \
+ SecurityS_T.inl
-SecurityC.cpp SecurityC.h SecurityC.inl SecurityS.cpp SecurityS.h SecurityS.inl: Security-stamp
+SecurityC.cpp SecurityC.h SecurityC.inl SecurityS.cpp SecurityS.h SecurityS.inl SecurityS_T.cpp SecurityS_T.inl: Security-stamp
Security-stamp: $(srcdir)/Security.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/Security.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/Security.idl
@touch $@
BUILT_SOURCES += \
@@ -5575,7 +5928,9 @@ BUILT_SOURCES += \
SecurityLevel1C.inl \
SecurityLevel1S.cpp \
SecurityLevel1S.h \
- SecurityLevel1S.inl
+ SecurityLevel1S.inl \
+ SecurityLevel1S_T.cpp \
+ SecurityLevel1S_T.inl
CLEANFILES += \
SecurityLevel1-stamp \
@@ -5584,12 +5939,14 @@ CLEANFILES += \
SecurityLevel1C.inl \
SecurityLevel1S.cpp \
SecurityLevel1S.h \
- SecurityLevel1S.inl
+ SecurityLevel1S.inl \
+ SecurityLevel1S_T.cpp \
+ SecurityLevel1S_T.inl
-SecurityLevel1C.cpp SecurityLevel1C.h SecurityLevel1C.inl SecurityLevel1S.cpp SecurityLevel1S.h SecurityLevel1S.inl: SecurityLevel1-stamp
+SecurityLevel1C.cpp SecurityLevel1C.h SecurityLevel1C.inl SecurityLevel1S.cpp SecurityLevel1S.h SecurityLevel1S.inl SecurityLevel1S_T.cpp SecurityLevel1S_T.inl: SecurityLevel1-stamp
SecurityLevel1-stamp: $(srcdir)/SecurityLevel1.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/SecurityLevel1.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/SecurityLevel1.idl
@touch $@
BUILT_SOURCES += \
@@ -5598,7 +5955,9 @@ BUILT_SOURCES += \
SecurityLevel2C.inl \
SecurityLevel2S.cpp \
SecurityLevel2S.h \
- SecurityLevel2S.inl
+ SecurityLevel2S.inl \
+ SecurityLevel2S_T.cpp \
+ SecurityLevel2S_T.inl
CLEANFILES += \
SecurityLevel2-stamp \
@@ -5607,31 +5966,35 @@ CLEANFILES += \
SecurityLevel2C.inl \
SecurityLevel2S.cpp \
SecurityLevel2S.h \
- SecurityLevel2S.inl
+ SecurityLevel2S.inl \
+ SecurityLevel2S_T.cpp \
+ SecurityLevel2S_T.inl
-SecurityLevel2C.cpp SecurityLevel2C.h SecurityLevel2C.inl SecurityLevel2S.cpp SecurityLevel2S.h SecurityLevel2S.inl: SecurityLevel2-stamp
+SecurityLevel2C.cpp SecurityLevel2C.h SecurityLevel2C.inl SecurityLevel2S.cpp SecurityLevel2S.h SecurityLevel2S.inl SecurityLevel2S_T.cpp SecurityLevel2S_T.inl: SecurityLevel2-stamp
SecurityLevel2-stamp: $(srcdir)/SecurityLevel2.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/SecurityLevel2.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/SecurityLevel2.idl
@touch $@
BUILT_SOURCES += \
SecurityLevel3C.cpp \
SecurityLevel3C.h \
SecurityLevel3C.inl \
- SecurityLevel3S.inl
+ SecurityLevel3S.inl \
+ SecurityLevel3S_T.inl
CLEANFILES += \
SecurityLevel3-stamp \
SecurityLevel3C.cpp \
SecurityLevel3C.h \
SecurityLevel3C.inl \
- SecurityLevel3S.inl
+ SecurityLevel3S.inl \
+ SecurityLevel3S_T.inl
-SecurityLevel3C.cpp SecurityLevel3C.h SecurityLevel3C.inl SecurityLevel3S.inl: SecurityLevel3-stamp
+SecurityLevel3C.cpp SecurityLevel3C.h SecurityLevel3C.inl SecurityLevel3S.inl SecurityLevel3S_T.inl: SecurityLevel3-stamp
SecurityLevel3-stamp: $(srcdir)/SecurityLevel3.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/SecurityLevel3.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/SecurityLevel3.idl
@touch $@
lib_LTLIBRARIES += libTAO_Security.la
@@ -5692,11 +6055,14 @@ nobase_include_HEADERS += \
CSIIOPC.h \
CSIIOPC.inl \
CSIIOPS.inl \
+ CSIIOPS_T.inl \
CSIS.inl \
+ CSIS_T.inl \
GSSUP.idl \
GSSUPC.h \
GSSUPC.inl \
GSSUPS.inl \
+ GSSUPS_T.inl \
Security.idl \
Security/CSI_Utils.h \
Security/SL2_EstablishTrustPolicy.h \
@@ -5723,17 +6089,24 @@ nobase_include_HEADERS += \
SecurityLevel1C.inl \
SecurityLevel1S.h \
SecurityLevel1S.inl \
+ SecurityLevel1S_T.cpp \
+ SecurityLevel1S_T.inl \
SecurityLevel2.idl \
SecurityLevel2C.h \
SecurityLevel2C.inl \
SecurityLevel2S.h \
SecurityLevel2S.inl \
+ SecurityLevel2S_T.cpp \
+ SecurityLevel2S_T.inl \
SecurityLevel3.idl \
SecurityLevel3C.h \
SecurityLevel3C.inl \
SecurityLevel3S.inl \
+ SecurityLevel3S_T.inl \
SecurityS.h \
- SecurityS.inl
+ SecurityS.inl \
+ SecurityS_T.cpp \
+ SecurityS_T.inl
endif BUILD_INTERCEPTORS
endif BUILD_EXCEPTIONS
@@ -5766,7 +6139,7 @@ CLEANFILES += \
SSLIOPC.cpp SSLIOPC.h SSLIOPC.inl SSLIOPS.h: SSLIOP-stamp
SSLIOP-stamp: $(srcdir)/SSLIOP.idl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h -SS $(srcdir)/SSLIOP.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h -SS $(srcdir)/SSLIOP.idl
@touch $@
BUILT_SOURCES += \
@@ -5783,7 +6156,7 @@ CLEANFILES += \
SSLIOP/ssl_endpointsC.cpp SSLIOP/ssl_endpointsC.h SSLIOP/ssl_endpointsS.h: SSLIOP/ssl_endpoints-stamp
SSLIOP/ssl_endpoints-stamp: $(srcdir)/SSLIOP/ssl_endpoints.pidl $(TAO_IDL_DEP)
- $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h -SS -Sci -Gp -Gd -Ge 1 -Sa -Sorb -o SSLIOP $(srcdir)/SSLIOP/ssl_endpoints.pidl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h -SS -Sci -Gp -Gd -Ge 1 -Sa -Sorb -o SSLIOP $(srcdir)/SSLIOP/ssl_endpoints.pidl
@touch $@
lib_LTLIBRARIES += libTAO_SSLIOP.la