summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuangming <huangminghuang@users.noreply.github.com>2003-10-15 21:34:18 +0000
committerhuangming <huangminghuang@users.noreply.github.com>2003-10-15 21:34:18 +0000
commita409e40349abaade8729f6199bfa6e77c5dc69e1 (patch)
treea34aa4248cd2945889bf97737bdbd161cadbdd1b
parent9078aa1ec9714b3c775bae16b93d47bbf0c1fd11 (diff)
downloadATCD-a409e40349abaade8729f6199bfa6e77c5dc69e1.tar.gz
ChangeLogTag:Wed Oct 15 16:30:52 2003 Huang-Ming Huang <hh1@cse.wustl.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent.mpc8
2 files changed, 12 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7f78956bdcb..3b8e7bc40c9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,5 +1,10 @@
+Wed Oct 15 16:30:52 2003 Huang-Ming Huang <hh1@cse.wustl.edu>
+ * orbsvcs/orbsvcs/FtRtEvent.mpc:
+ Removed using custom types for idl files which caused problem
+ in parallel build.
+
Wed Oct 15 16:20:52 2003 Huang-Ming Huang <hh1@cse.wustl.edu>
- *orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp:
+ * orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp:
Fixed incorrect ACE_RCSID format.
Wed Oct 15 14:20:52 2003 Venkita Subramonian <venkita@cs.wustl.edu>
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc b/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
index 5c4c2aae53a..94fc0dd2e63 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
@@ -17,11 +17,15 @@ project (FtRtEvent) : orbsvcslib, core, ftorbutils, rtevent, naming {
AMI_IDL_Files {
commandflags += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=FtRtEvent/Utils/ftrtevent_export.h
- FTRT.idl
- FtRtecEventComm.idl
+// FTRT.idl
+// FtRtecEventComm.idl
}
+ idlflags += -GC
+
IDL_Files {
+ FTRT.idl
+ FtRtecEventComm.idl
FtRtecEventChannelAdmin.idl
FTRT_GroupManager.idl
}