diff options
Diffstat (limited to 'ace/Time_Request_Reply.h')
-rw-r--r-- | ace/Time_Request_Reply.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Time_Request_Reply.h b/ace/Time_Request_Reply.h index 7bd3219d6e7..ce78fe3b0cc 100644 --- a/ace/Time_Request_Reply.h +++ b/ace/Time_Request_Reply.h @@ -64,8 +64,8 @@ public: void msg_type (ACE_UINT32); // = Set/get the time - const ACE_UINT32 time (void) const; - void time (const ACE_UINT32 t); + ACE_UINT32 time (void) const; + void time (ACE_UINT32 t); // = Set/get the blocking semantics. ACE_UINT32 block_forever (void) const; |