summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-28 02:06:20 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-28 02:06:20 +0000
commitda4c569ae7561ccfeb5d4b52541d28c3e06c7d7e (patch)
tree5fd9940c1d5ded899b913d882c98c3781c7408df
parent9a16188ed710fa8d670bdc5f64eaf77c93d61bb5 (diff)
downloadATCD-da4c569ae7561ccfeb5d4b52541d28c3e06c7d7e.tar.gz
* utils/NamingViewer/ViewIORDialog.cpp:
* orbsvcs/tests/Notify/Basic/ConnectDisconnect.h: * orbsvcs/tests/Notify/Basic/Events_Test.h: * orbsvcs/tests/Notify/Basic/Simple.h: * orbsvcs/tests/Notify/Basic/Updates.h: * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h: * orbsvcs/tests/Event_Latency/Event_Latency.h: * orbsvcs/tests/AVStreams/Asynch_Three_Stage/receiver.cpp: * orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp: * orbsvcs/tests/AVStreams/Simple_Three_Stage/receiver.cpp: * orbsvcs/tests/AVStreams/Simple_Two_Stage/receiver.cpp: * orbsvcs/tests/AVStreams/benchmark/child.cpp: * orbsvcs/tests/AVStreams/benchmark/client.cpp: * orbsvcs/Examples/Notify/Filter/Filter.h: * orbsvcs/Examples/Notify/Subscribe/Subscribe.h: * Examples/POA/Forwarding/MyFooServant.h: Minor fixes to eliminate build errors on MSVC, such as adding #include file, adding disable of MSVC inheritance via dominance warning, or adjusting a signed/unsigned mismatch. * orbsvcs/tests/Notify/Basic/Simple.dsp: * orbsvcs/tests/Notify/Basic/Updates.dsp: * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.dsp: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.dsp: * orbsvcs/Examples/Notify/Filter/Filter.dsp: * orbsvcs/Examples/Notify/Subscribe/Subscribe.dsp: * orbsvcs/tests/Notify/Basic/ConnectDisconnect.dsp: * orbsvcs/tests/Notify/Basic/Events_Test.dsp: Added header files to these projects, for easier future editing.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index be61271e75c..90bf6e22c5e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -16,7 +16,7 @@ Tue Mar 27 19:54:49 2001 Jeff Parsons <parsons@cs.wustl.edu>
* orbsvcs/tests/AVStreams/benchmark/client.cpp:
* orbsvcs/Examples/Notify/Filter/Filter.h:
* orbsvcs/Examples/Notify/Subscribe/Subscribe.h:
- * tao/Examples/POA/Forwarding/MyFooServant.h:
+ * Examples/POA/Forwarding/MyFooServant.h:
Minor fixes to eliminate build errors on MSVC, such as adding #include
file, adding disable of MSVC inheritance via dominance warning, or