summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-03 17:17:01 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-03 17:17:01 +0000
commita009c773a140d9f1dee9573f2b37c601844685a7 (patch)
treed8da9904c941db3251559d9163bde0da54e34183
parent9e28d8b6a3e863849822b3a6ce22ef2e2c12680b (diff)
downloadATCD-a009c773a140d9f1dee9573f2b37c601844685a7.tar.gz
ChangeLogTag: Fri Sep 3 10:17:32 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/Makefile.am6
2 files changed, 13 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 317a4beabf4..6d09bcd62f5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,8 +1,14 @@
+Fri Sep 3 10:17:32 2004 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * tao/Makefile.am:
+
+ Updated to account for Ossama's Exception refactor.
+
Fri Sep 3 19:01:59 2004 Olli Savia <ops@iki.fi>
* TAO_IDL/be/be_tmplinst.cpp:
LynxOS 3.x needs explicit template instantiation.
-
+
* TAO_IDL/include/idl_defines.h:
Added #include "ace/os_include/os_limits.h" to pick NFILES
on LynxOS 3.x
diff --git a/TAO/tao/Makefile.am b/TAO/tao/Makefile.am
index d2020697ace..5d4ed2e85d3 100644
--- a/TAO/tao/Makefile.am
+++ b/TAO/tao/Makefile.am
@@ -193,6 +193,7 @@ ORB_Core = \
Synch_Queued_Message.cpp \
Synch_Refcountable.cpp \
Synch_Reply_Dispatcher.cpp \
+ SystemException.cpp \
TAOA.cpp \
TAOC.cpp \
TAO_Internal.cpp \
@@ -219,6 +220,7 @@ ORB_Core = \
UShortSeqC.cpp \
UTF16_BOM_Factory.cpp \
UTF16_BOM_Translator.cpp \
+ UserException.cpp \
Valuetype_Adapter.cpp \
WCharSeqA.cpp \
WCharSeqC.cpp \
@@ -578,6 +580,7 @@ nobase_include_HEADERS = \
Synch_Queued_Message.h \
Synch_Refcountable.h \
Synch_Reply_Dispatcher.h \
+ SystemException.h \
TAOC.h \
TAOS.h \
TAOS_T.h \
@@ -619,6 +622,7 @@ nobase_include_HEADERS = \
UShortSeqS.h \
UTF16_BOM_Factory.h \
UTF16_BOM_Translator.h \
+ UserException.h \
Valuetype_Adapter.h \
VarOut_T.h \
Var_Array_Argument_T.h \
@@ -817,6 +821,7 @@ nobase_include_HEADERS = \
Sync_Strategies.i \
Synch_Invocation.inl \
Synch_Refcountable.inl \
+ SystemException.inl \
TAOC.i \
TAOS.i \
TAOS_T.i \
@@ -840,6 +845,7 @@ nobase_include_HEADERS = \
ULongLongSeqC.inl \
ULongSeqC.i \
UShortSeqC.i \
+ UserException.inl \
VarOut_T.inl \
Var_Array_Argument_T.inl \
Var_Array_SArgument_T.inl \