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.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/JAWS/PROTOTYPE/main.cpp b/apps/JAWS/PROTOTYPE/main.cpp
deleted file mode 100644
index 01af87928f0..00000000000
--- a/apps/JAWS/PROTOTYPE/main.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// $Id$
-
-#include "JAWS/Server.h"
-#include "HTTP_10.h"
-
-int
-main (int argc, char *argv[])
-{
- JAWS_Server server (argc, argv);
- HTTP_Pipeline HTTP;
-
- if (server.open (&HTTP) == -1)
- ACE_DEBUG ((LM_DEBUG, "JAWS: Error openning server\n"));
-
- return 0;
-}