summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-01 00:54:31 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-01 00:54:31 +0000
commit717c2fe689fffcebf449fb55d01701cffd8c0149 (patch)
tree760a3b631bdf1ae0f5db0178ded960e963b33576
parent3e6e402dcbe185c3f9129ea27af8b26f27942182 (diff)
downloadATCD-717c2fe689fffcebf449fb55d01701cffd8c0149.tar.gz
ChangeLogTag: Tue Nov 30 16:33:08 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.am1
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 53bcb434a2b..b0d712a9226 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Nov 30 16:33:08 2004 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * orbsvcs/orbsvcs/Makefile.am:
+
+ Add replace_key.cpp to FTRT_EventChannel sources.
+
Tue Nov 30 11:42:50 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/Any_Arg_Traits.h:
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.am b/TAO/orbsvcs/orbsvcs/Makefile.am
index 76f057c7fac..8a2a3edc86f 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.am
+++ b/TAO/orbsvcs/orbsvcs/Makefile.am
@@ -3634,6 +3634,7 @@ FTRT_EventChannel = \
FtRtEvent/EventChannel/Update_Manager.cpp \
FtRtEvent/EventChannel/UpdateableHandler.cpp \
FtRtEvent/EventChannel/create_persistent_poa.cpp \
+ FtRtEvent/EventChannel/replace_key.cpp \
PortableGroup_Simple_DSC.cpp
lib_LTLIBRARIES += libTAO_FTRT_EventChannel.la