summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS2/HTTPU/http_headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS2/HTTPU/http_headers.h')
-rw-r--r--ACE/apps/JAWS2/HTTPU/http_headers.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/ACE/apps/JAWS2/HTTPU/http_headers.h b/ACE/apps/JAWS2/HTTPU/http_headers.h
index 839df6d7ff5..798f1c502b7 100644
--- a/ACE/apps/JAWS2/HTTPU/http_headers.h
+++ b/ACE/apps/JAWS2/HTTPU/http_headers.h
@@ -144,17 +144,16 @@ protected:
class HTTPU_Export HTTP_Headers : public JAWS_Header_Info, public HTTP_HCodes
{
public:
- const char *header( int name ) const;
- const char *value( int name );
- const char *value_next( int name );
- void value_reset ( void );
+ const char *header(int name) const;
+ const char *value(int name);
+ const char *value_next(int name);
+ void value_reset ();
public:
HTTP_Headers (void);
const char *header_token (int name) const;
const char *header_strings (int name) const;
-
};