summaryrefslogtreecommitdiff
path: root/apps/JAWS/PROTOTYPE/JAWS/Server.cpp
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-24 05:20:06 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-24 05:20:06 +0000
commitf287410f1662eb5010c55f01e79c8aeab338c005 (patch)
tree1294a32993123ace65331cc1d489b51aa3bfd0a2 /apps/JAWS/PROTOTYPE/JAWS/Server.cpp
parent7930450d207c87f189a70af9f08462ea37002e55 (diff)
downloadATCD-f287410f1662eb5010c55f01e79c8aeab338c005.tar.gz
Debugging....
Diffstat (limited to 'apps/JAWS/PROTOTYPE/JAWS/Server.cpp')
-rw-r--r--apps/JAWS/PROTOTYPE/JAWS/Server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/JAWS/PROTOTYPE/JAWS/Server.cpp b/apps/JAWS/PROTOTYPE/JAWS/Server.cpp
index 16949bb63d1..3e183545010 100644
--- a/apps/JAWS/PROTOTYPE/JAWS/Server.cpp
+++ b/apps/JAWS/PROTOTYPE/JAWS/Server.cpp
@@ -71,8 +71,8 @@ JAWS_Server::open (JAWS_Pipeline_Handler *protocol)
ACE_DEBUG ((LM_DEBUG, "JAWS_Server::open, can't create handler\n"));
return -1;
}
- ACE_UNUSED_ARG (protocol);
- // handler->task (protocol);
+
+ handler->task (protocol);
// initialize data block
db = new JAWS_Data_Block;