summaryrefslogtreecommitdiff
path: root/ACE/examples/Web_Crawler/URL_Status.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Web_Crawler/URL_Status.h')
-rw-r--r--ACE/examples/Web_Crawler/URL_Status.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/ACE/examples/Web_Crawler/URL_Status.h b/ACE/examples/Web_Crawler/URL_Status.h
index 672c5e4f240..085291ef939 100644
--- a/ACE/examples/Web_Crawler/URL_Status.h
+++ b/ACE/examples/Web_Crawler/URL_Status.h
@@ -1,18 +1,15 @@
/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// examples/Web_Crawler
-//
-// = FILENAME
-// URL_Status.h
-//
-// = AUTHOR
-// Douglas C. Schmidt <schmidt@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file URL_Status.h
+ *
+ * $Id$
+ *
+ * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef _URL_STATUS_H
#define _URL_STATUS_H
@@ -23,9 +20,12 @@
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+/**
+ * @class URL_Status
+ *
+ */
class URL_Status
{
- // = TITLE
public:
enum STATUS_CODE
{
@@ -55,7 +55,7 @@ public:
void status (STATUS_CODE);
int destroy (void);
private:
- STATUS_CODE status_;
+ STATUS_CODE status_;
};
#endif /* _URL_STATUS_H */