summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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