summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/server/HTTP_Helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/server/HTTP_Helpers.h')
-rw-r--r--ACE/apps/JAWS/server/HTTP_Helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/JAWS/server/HTTP_Helpers.h b/ACE/apps/JAWS/server/HTTP_Helpers.h
index 132a83f7c6b..bb8e0ad6a89 100644
--- a/ACE/apps/JAWS/server/HTTP_Helpers.h
+++ b/ACE/apps/JAWS/server/HTTP_Helpers.h
@@ -30,7 +30,7 @@ public:
static time_t HTTP_mktime (const char *httpdate);
// Create today's date
- static const char *HTTP_date (void);
+ static const char *HTTP_date ();
static const char *HTTP_date (char *s);
// Month conversions (ascii <--> numeric)
@@ -68,7 +68,7 @@ class HTTP_Status_Code
{
public:
/// Singleton access point.
- static const char **instance (void);
+ static const char **instance ();
enum STATUS_CODE
{