summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/Caching/http_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/clients/Caching/http_client.cpp')
-rw-r--r--ACE/apps/JAWS/clients/Caching/http_client.cpp33
1 files changed, 14 insertions, 19 deletions
diff --git a/ACE/apps/JAWS/clients/Caching/http_client.cpp b/ACE/apps/JAWS/clients/Caching/http_client.cpp
index 4fc1dcd1703..fe3ad94814e 100644
--- a/ACE/apps/JAWS/clients/Caching/http_client.cpp
+++ b/ACE/apps/JAWS/clients/Caching/http_client.cpp
@@ -1,29 +1,24 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// apps/JAWS/clients/Caching
-//
-// = FILENAME
-// http_client.cpp
-//
-// = DESCRIPTION
-// This is a very simple client. It accepts URLs from a prompt, and
-// will try to fetch them. Also accepts shell escapes.
-//
-// = AUTHOR
-// James Hu
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file http_client.cpp
+ *
+ * $Id$
+ *
+ * This is a very simple client. It accepts URLs from a prompt, and
+ * will try to fetch them. Also accepts shell escapes.
+ *
+ *
+ * @author James Hu
+ */
+//=============================================================================
+
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_ctype.h"
#include "http_handler.h"
-ACE_RCSID(Caching, http_client, "$Id$")
-
int
ACE_TMAIN (int, ACE_TCHAR *[])
{