summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-09-11 15:27:02 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-09-11 15:27:02 +0000
commite8554f448757cbcf8fefc28e085ba755e921cc41 (patch)
treed6fce59ced0d4a9cccec044e73c7d02bba293b90
parent34d5fc42a01c77152cdeecb9fe6f65d96df76541 (diff)
downloadATCD-e8554f448757cbcf8fefc28e085ba755e921cc41.tar.gz
ChangeLogTag: Tue Sep 11 15:28:45 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNotification.mpc3
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService.mpc1
3 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ba0fe14878b..b3de2b1f99a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Sep 11 15:28:45 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
+
+ * orbsvcs/orbsvcs/CosNotification.mpc:
+ * orbsvcs/orbsvcs/IFRService.mpc:
+
+ Added missing 'tagchecks' settings.
+
Mon Sep 10 11:14:10 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
* docs/tutorials/Quoter/Simple/Impl-Repo/server.cpp:
diff --git a/TAO/orbsvcs/orbsvcs/CosNotification.mpc b/TAO/orbsvcs/orbsvcs/CosNotification.mpc
index 1a667b7c617..4961ab6804a 100644
--- a/TAO/orbsvcs/orbsvcs/CosNotification.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosNotification.mpc
@@ -226,6 +226,7 @@ project(CosNotification_Serv) : orbsvcslib, svc_utils, install, notification_ske
project(CosNotification_Persist) : notification_serv, install, acexml {
sharedname = TAO_CosNotification_Persist
dynamicflags = TAO_NOTIFY_PERSIST_BUILD_DLL
+ tagchecks += Notify
IDL_Files {
}
@@ -248,6 +249,7 @@ project(CosNotification_Persist) : notification_serv, install, acexml {
project(CosNotification_MC): tao_versioning_idl_defaults, naming, portableserver, iortable, install {
sharedname = TAO_CosNotification_MC
dynamicflags = TAO_NOTIFY_MC_BUILD_DLL
+ tagchecks += Notify
IDL_Files {
gendir = Notify/MonitorControl
@@ -275,6 +277,7 @@ project(CosNotification_MC): tao_versioning_idl_defaults, naming, portableserver
project(CosNotification_MC_Ext): notification_serv, notification_mc, install {
sharedname = TAO_CosNotification_MC_Ext
dynamicflags = TAO_NOTIFY_MC_EXT_BUILD_DLL
+ tagchecks += Notify
// The using in the TAO_MC_Default_Factory class is apparently ignored by
diff --git a/TAO/orbsvcs/orbsvcs/IFRService.mpc b/TAO/orbsvcs/orbsvcs/IFRService.mpc
index a6ec0fa90ff..2c9324c7865 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService.mpc
+++ b/TAO/orbsvcs/orbsvcs/IFRService.mpc
@@ -5,6 +5,7 @@ project(IFRService) : orbsvcslib, install, typecodefactory, svc_utils, iortable
avoids += ace_for_tao // Requires ace/Configuration
sharedname = TAO_IFRService
dynamicflags = TAO_IFRSERVICE_BUILD_DLL
+ tagchecks += IFRService
IDL_Files {
}