summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-16 23:51:49 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-16 23:51:49 +0000
commitc503f033fc127fbb1b7585fe89547cfae44434bc (patch)
tree45c8efcbf04ab6bcf3ff5065660d7e71c0e82fe8
parent98888aec55b873a906ed7b27914bb61f5e35b18f (diff)
downloadATCD-c503f033fc127fbb1b7585fe89547cfae44434bc.tar.gz
ChangeLogTag:Fri Mar 16 15:49:26 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
-rw-r--r--TAO/tao/IIOP_Transport.cpp6
-rw-r--r--TAO/tests/Big_Oneways/Big_Oneways.dsw14
-rw-r--r--TAO/tests/Big_Oneways/client.dsp22
-rw-r--r--TAO/tests/Big_Oneways/server.dsp8
5 files changed, 54 insertions, 7 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index ba50949d4b4..ec5b3cab3ca 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Fri Mar 16 15:49:26 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * tao/IIOP_Transport.cpp:
+ Fixed debugging message for cancel_output.
+
+ * tests/Big_Oneways/Big_Oneways.dsw:
+ * tests/Big_Oneways/client.dsp:
+ * tests/Big_Oneways/server.dsp:
+ Fixed project files, the first version commited missed some
+ changes.
+
Thu Mar 15 10:46:52 2001 Carlos O'Ryan <coryan@uci.edu>
* tests/Big_Oneways/Makefile:
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp
index 134d8457f18..8cf934a8e3a 100644
--- a/TAO/tao/IIOP_Transport.cpp
+++ b/TAO/tao/IIOP_Transport.cpp
@@ -332,7 +332,7 @@ TAO_IIOP_Transport::tear_listen_point_list (TAO_InputCDR &cdr)
int
TAO_IIOP_Transport::schedule_output (void)
{
- if (TAO_debug_level > 4)
+ if (TAO_debug_level > 3)
{
ACE_DEBUG ((LM_DEBUG,
"TAO (%P|%t) - IIOP_Transport[%d]::schedule_output\n",
@@ -347,10 +347,10 @@ TAO_IIOP_Transport::schedule_output (void)
int
TAO_IIOP_Transport::cancel_output (void)
{
- if (TAO_debug_level > 4)
+ if (TAO_debug_level > 3)
{
ACE_DEBUG ((LM_DEBUG,
- "TAO (%P|%t) - IIOP_Transport[%d]::schedule_output\n",
+ "TAO (%P|%t) - IIOP_Transport[%d]::cancel_output\n",
this->handle ()));
}
ACE_Reactor *r =
diff --git a/TAO/tests/Big_Oneways/Big_Oneways.dsw b/TAO/tests/Big_Oneways/Big_Oneways.dsw
index 58b9723d57e..33c4973b960 100644
--- a/TAO/tests/Big_Oneways/Big_Oneways.dsw
+++ b/TAO/tests/Big_Oneways/Big_Oneways.dsw
@@ -3,7 +3,19 @@ Microsoft Developer Studio Workspace File, Format Version 6.00
###############################################################################
-Project: "Big_Oneways server"=.\server.dsp - Package Owner=<4>
+Project: "Big_Oneways Client"=.\client.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "Big_Oneways Server"=.\server.dsp - Package Owner=<4>
Package=<5>
{{{
diff --git a/TAO/tests/Big_Oneways/client.dsp b/TAO/tests/Big_Oneways/client.dsp
index 10b2c24608f..46f4d73be04 100644
--- a/TAO/tests/Big_Oneways/client.dsp
+++ b/TAO/tests/Big_Oneways/client.dsp
@@ -89,11 +89,19 @@ LINK32=link.exe
# PROP Default_Filter ".cpp"
# Begin Source File
-SOURCE=.\Coordinator.cpp
+SOURCE=.\client.cpp
# End Source File
# Begin Source File
-SOURCE=.\client.cpp
+SOURCE=.\Peer.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Session.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Session_Task.cpp
# End Source File
# Begin Source File
@@ -109,7 +117,15 @@ SOURCE=.\TestS.cpp
# PROP Default_Filter ".h"
# Begin Source File
-SOURCE=.\Coordinator.h
+SOURCE=.\Peer.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Session.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Session_Task.h
# End Source File
# End Group
# Begin Group "IDL Files"
diff --git a/TAO/tests/Big_Oneways/server.dsp b/TAO/tests/Big_Oneways/server.dsp
index f3574552e3b..5c8ad88f157 100644
--- a/TAO/tests/Big_Oneways/server.dsp
+++ b/TAO/tests/Big_Oneways/server.dsp
@@ -97,6 +97,10 @@ SOURCE=.\server.cpp
# End Source File
# Begin Source File
+SOURCE=.\Session_Control.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\TestC.cpp
# End Source File
# Begin Source File
@@ -111,6 +115,10 @@ SOURCE=.\TestS.cpp
SOURCE=.\Coordinator.h
# End Source File
+# Begin Source File
+
+SOURCE=.\Session_Control.h
+# End Source File
# End Group
# Begin Group "IDL Files"