summaryrefslogtreecommitdiff
path: root/apps/JAWS/PROTOTYPE/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/PROTOTYPE/main.cpp')
-rw-r--r--apps/JAWS/PROTOTYPE/main.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/JAWS/PROTOTYPE/main.cpp b/apps/JAWS/PROTOTYPE/main.cpp
deleted file mode 100644
index 188342a8d5f..00000000000
--- a/apps/JAWS/PROTOTYPE/main.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-#include "JAWS/Server.h"
-#include "HTTP_10.h"
-
-int
-main (int argc, char *argv[])
-{
- JAWS_Server server (argc, argv);
- JAWS_HTTP_10_Read_Task HTTP_Read;
- JAWS_HTTP_10_Write_Task HTTP_Write;
-
- HTTP_Read.next (&HTTP_Write);
-
- if (server.open (&HTTP_Read) == -1)
- ACE_DEBUG ((LM_DEBUG, "JAWS: Error openning server\n"));
-
- return 0;
-}