diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-10 02:55:39 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-10 02:55:39 +0000 |
commit | 4c2422bf28f540fab41c28e190877c12df52adbd (patch) | |
tree | 4069d59dec3ceb52a6259fef8c2c24a06b67d4c2 /TAO | |
parent | 53772a9feabc1c7b3ed1af290c08c7faa188e8e6 (diff) | |
download | ATCD-4c2422bf28f540fab41c28e190877c12df52adbd.tar.gz |
ChangeLogTag: Thu Sep 9 19:18:11 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 7 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/RT_Notification.mpc | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index e986e548fe2..cd7a9d5086c 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 9 19:18:11 2004 J.T. Conklin <jtc@acorntoolworks.com> + + * orbsvcs/orbsvcs/RT_Notification.mpc: + + Changed project to inherit from notify_serv. Removed + unused dependency on dynamicany and svc_utils. + Thu Sep 9 19:13:30 2004 J.T. Conklin <jtc@acorntoolworks.com> * orbsvcs/examples/Log/Event/Log_Event.mpc: diff --git a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc index 3e162eda3b8..4ccbf882a26 100644 --- a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc +++ b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project(RT_Notification) : orbsvcslib, core, svc_utils, dynamicany, rtcorba, notification { +project(RT_Notification) : orbsvcslib, core, rtcorba, notification_serv { sharedname = TAO_RT_Notification idlflags += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=orbsvcs/Notify/rt_notify_export.h dynamicflags = TAO_RT_NOTIFY_BUILD_DLL |