summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-01 19:43:55 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-01 19:43:55 +0000
commit1215e23838e721569eaf0b317c98cdcb73ac3a4e (patch)
tree36ca1e6e0f1f9c22baf33d19c5da2a34d55088d1
parent4f28d0dd6ab4084ddb03fa4c4e50ed9f741c3551 (diff)
downloadATCD-1215e23838e721569eaf0b317c98cdcb73ac3a4e.tar.gz
ChangeLogTag: Wed Dec 1 11:38:57 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--TAO/ChangeLog21
-rw-r--r--TAO/orbsvcs/orbsvcs/FTORB.mpc7
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.am3
3 files changed, 27 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index bfe656c8daa..7638c8e9542 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,16 @@
+Wed Dec 1 11:38:57 2004 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * orbsvcs/orbsvcs/Makefile.am:
+
+ Update.
+
+ * orbsvcs/orbsvcs/FTORB.mpc:
+
+ Added PortableGroup_Simple_export.h, PortableGroup_Simple_DSS_T.h
+ to Header_Files; PortableGroup_Simple_DSS_T.inl to Inline_Files;
+ and PortableGroup_Simple_DSS_T.cpp to Template_Files so headers
+ will be installed.
+
Wed Dec 1 19:29:32 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/SystemException.cpp:
@@ -11,15 +24,15 @@ Wed Dec 1 17:19:39 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp:
Added minor code while throwing BAD_OPERATION exception in
- conformance with the CORBA spec.
+ conformance with the CORBA spec.
* tao/IIOP_Endpoint.cpp:
- Removed a weird DEBUG statemnet.
-
+ Removed a weird DEBUG statemnet.
+
* tao/SystemException.cpp:
- Added a minor code lookup table for BAD_OPERATION.
+ Added a minor code lookup table for BAD_OPERATION.
Wed Dec 1 16:30:00 UTC 2004 Simon Massey <sma@prismtech.com>
diff --git a/TAO/orbsvcs/orbsvcs/FTORB.mpc b/TAO/orbsvcs/orbsvcs/FTORB.mpc
index 32d91812a15..fd8a5133f2a 100644
--- a/TAO/orbsvcs/orbsvcs/FTORB.mpc
+++ b/TAO/orbsvcs/orbsvcs/FTORB.mpc
@@ -32,11 +32,18 @@ project(FTORB_Utils) : orbsvcslib, core, iormanip, portableserver, minimum_corba
}
Header_Files {
+ PortableGroup_Simple_export.h
PortableGroup_Simple_DSS.h
+ PortableGroup_Simple_DSS_T.h
FaultTolerance/FT_ORB_Utils_export.h
}
+ Inline_Files {
+ PortableGroup_Simple_DSS_T.inl
+ }
+
Template_Files {
+ PortableGroup_Simple_DSS_T.cpp
}
}
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.am b/TAO/orbsvcs/orbsvcs/Makefile.am
index 8a2a3edc86f..c0b02b711bd 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.am
+++ b/TAO/orbsvcs/orbsvcs/Makefile.am
@@ -1053,8 +1053,10 @@ nobase_include_HEADERS += \
FT_CORBA_ORBS_T.h \
FaultTolerance/FT_IOGR_Property.h \
FaultTolerance/FT_ORB_Utils_export.h \
+ PortableGroup_Simple_export.h \
PortableGroup_Simple_DSC.h \
PortableGroup_Simple_DSS.h \
+ PortableGroup_Simple_DSS_T.h \
FT_CORBA_ORBC.inl \
FT_CORBA_ORBS.inl \
FT_CORBA_ORBS_T.inl \
@@ -1064,6 +1066,7 @@ nobase_include_HEADERS += \
PortableGroup_Simple_DSS_T.inl \
FT_CORBA_ORBS_T.cpp \
FT_CORBA_ORB.idl \
+ PortableGroup_Simple_DSS_T.cpp \
PortableGroup_Simple_DS.idl
endif !BUILD_MINIMUM_CORBA