summaryrefslogtreecommitdiff
path: root/ACE/netsvcs/lib/Time_Request_Reply.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/netsvcs/lib/Time_Request_Reply.h')
-rw-r--r--ACE/netsvcs/lib/Time_Request_Reply.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/netsvcs/lib/Time_Request_Reply.h b/ACE/netsvcs/lib/Time_Request_Reply.h
index 3ef13b3e221..729848a774f 100644
--- a/ACE/netsvcs/lib/Time_Request_Reply.h
+++ b/ACE/netsvcs/lib/Time_Request_Reply.h
@@ -44,7 +44,7 @@ public:
};
/// Default constructor.
- ACE_Time_Request (void);
+ ACE_Time_Request ();
/**
* Create a ACE_Time_Request message.
@@ -87,7 +87,7 @@ public:
int encode (void *&);
/// Decode message after reception.
- int decode (void);
+ int decode ();
/// Print out the values of the message for debugging purposes.
void dump () const;