summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-04 18:55:16 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-04 18:55:16 +0000
commit9b22620fc4df7842512f0090808889e8e9fa8eb2 (patch)
tree50e0a1d12fa25c08e92aeb6a55a10514d7a6adb1
parent6115446df82e9384abb118685b8509cfc45b04c3 (diff)
downloadATCD-9b22620fc4df7842512f0090808889e8e9fa8eb2.tar.gz
ChangeLogTag:Sun Feb 4 10:40:39 2001 Darrell Brunsch <brunsch@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a53
-rw-r--r--TAO/orbsvcs/orbsvcs/Fault_Tolerance.dsp4
2 files changed, 32 insertions, 25 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 4af8b918276..e5d2a8ed39b 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,32 +1,39 @@
+Sun Feb 4 10:40:39 2001 Darrell Brunsch <brunsch@uci.edu>
+
+ * orbsvcs/orbsvcs/Fault_Tolerance.dsp:
+
+ Updated the TAO_IDL build line to not refer to POA_CORBA.h
+ for the Release configurations.
+
Sun Feb 4 5:45:00 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
- * tests/AMI_Timeouts:
- Created this directory to hold a new test for AMI in combination
- with roundtrip timeouts.
-
- * tests/AMI_Timeouts/AMI_Timeouts.dsw:
- * tests/AMI_Timeouts/server.dsp:
- * tests/AMI_Timeouts/server.bor:
- * tests/AMI_Timeouts/server.cpp:
- * tests/AMI_Timeouts/timeout.idl:
- * tests/AMI_Timeouts/timeout_i.h:
- * tests/AMI_Timeouts/timeout_i.cpp:
- * tests/AMI_Timeouts/timeout_client.h:
- * tests/AMI_Timeouts/timeout_client.cpp:
- * tests/AMI_Timeouts/Makefile:
- * tests/AMI_Timeouts/Makefile.bor:
- * tests/AMI_Timeouts/run_test.pl:
- * tests/AMI_Timeouts/README:
- Added these files as part of the new test. Please note that
- the Makefiles, run_test.pl and the Borland Compiler project
- might not be up to date.
+ * tests/AMI_Timeouts:
+ Created this directory to hold a new test for AMI in combination
+ with roundtrip timeouts.
+
+ * tests/AMI_Timeouts/AMI_Timeouts.dsw:
+ * tests/AMI_Timeouts/server.dsp:
+ * tests/AMI_Timeouts/server.bor:
+ * tests/AMI_Timeouts/server.cpp:
+ * tests/AMI_Timeouts/timeout.idl:
+ * tests/AMI_Timeouts/timeout_i.h:
+ * tests/AMI_Timeouts/timeout_i.cpp:
+ * tests/AMI_Timeouts/timeout_client.h:
+ * tests/AMI_Timeouts/timeout_client.cpp:
+ * tests/AMI_Timeouts/Makefile:
+ * tests/AMI_Timeouts/Makefile.bor:
+ * tests/AMI_Timeouts/run_test.pl:
+ * tests/AMI_Timeouts/README:
+ Added these files as part of the new test. Please note that
+ the Makefiles, run_test.pl and the Borland Compiler project
+ might not be up to date.
Sat Feb 3 15:56:43 2001 Darrell Brunsch <brunsch@uci.edu>
- * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
+ * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
- Renamed some variables to remove multiply defined variables
- on MSVC, which resulted from different for loop scoping rules.
+ Renamed some variables to remove multiply defined variables
+ on MSVC, which resulted from different for loop scoping rules.
Fri Feb 2 14:45:57 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
diff --git a/TAO/orbsvcs/orbsvcs/Fault_Tolerance.dsp b/TAO/orbsvcs/orbsvcs/Fault_Tolerance.dsp
index 299d1c2995e..b442a12a4ac 100644
--- a/TAO/orbsvcs/orbsvcs/Fault_Tolerance.dsp
+++ b/TAO/orbsvcs/orbsvcs/Fault_Tolerance.dsp
@@ -264,7 +264,7 @@ InputPath=.\FT_CORBA.idl
InputName=FT_CORBA
BuildCmds= \
- ..\..\..\bin\Release\tao_idl -Ge 1 -I../../ -I../../tao -I../ -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance\fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/POA_CORBA.h $(InputName).idl
+ ..\..\..\bin\Release\tao_idl -Ge 1 -I../../ -I../../tao -I../ -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance\fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -343,7 +343,7 @@ InputPath=.\FT_CORBA.idl
InputName=FT_CORBA
BuildCmds= \
- ..\..\..\bin\Release\tao_idl -Ge 1 -I../../ -I../../tao -I../ -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/POA_CORBA.h $(InputName).idl
+ ..\..\..\bin\Release\tao_idl -Ge 1 -I../../ -I../../tao -I../ -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)