summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-11 18:14:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-11 18:14:10 +0000
commit49f9f8bb52bf04360c80e1563ac492ab0b9b1926 (patch)
tree3d77eb20190c0fdc08f3a00e8bd6f0badedbfc76
parente5ba7e69117378dd2fbc899cb4e3f4e83ff78592 (diff)
downloadATCD-49f9f8bb52bf04360c80e1563ac492ab0b9b1926.tar.gz
ChangeLogTag: Thu Dec 11 18:13:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 617e25dfaa3..6d0ac233f03 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,34 @@
+Thu Dec 11 18:13:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/RTScheduling/RTScheduler_include.pidl:
+ * tao/RTScheduling/RTScheduler_includeC.h:
+ * tao/RTScheduling/RTSchedulerC.h:
+ Added a new RTScheduler_include.pidl file, which
+ just includes RTScheduler.idl. Users of RTScheduler should include
+ this pidl file in their IDL file and include RTScheduler.h
+ in their code instead of RTSchedulerC.h. Thanks to Bala for pointing
+ me the correct direction.
+
+ * tao/RTScheduling/Makefile.bor:
+ Also install the pidl file
+
+ * tests/RTScheduling/VoidData/test.idl:
+ * tests/RTScheduling/VoidData/test.pidl:
+ Removed test.pidl and added test.idl. This test now can compile
+ the IDL file as normally. Include then RTScheduler_include.pidl
+ instead of RTScheduler.idl.
+
+ * tests/RTScheduling/VoidData/Makefile:
+ * tests/RTScheduling/VoidData/VoidData.bor:
+ * tests/RTScheduling/VoidData/VoidData.dsp:
+ * tests/RTScheduling/VoidData/VoidData.mpc:
+ Updated these files
+
+ * tests/RTScheduling/VoidData/testC.cpp:
+ * tests/RTScheduling/VoidData/testC.h:
+ * tests/RTScheduling/VoidData/testC.i:
+ Removed these generated file from the repo
+
Thu Dec 11 10:45:53 2003 Chris Cleeland <cleeland_c@ociweb.com>
* orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp