summaryrefslogtreecommitdiff
path: root/ace/Time_Request_Reply.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-03 04:26:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-03 04:26:35 +0000
commitaea82fca93a49707902f43751d9f7a12463ee1eb (patch)
tree7267bfb18966709cc5f24d4c87e968d3b500411e /ace/Time_Request_Reply.h
parentb5c5bbde56430d3e45e88a0c0133be0071bfe33d (diff)
downloadATCD-aea82fca93a49707902f43751d9f7a12463ee1eb.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Time_Request_Reply.h')
-rw-r--r--ace/Time_Request_Reply.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Time_Request_Reply.h b/ace/Time_Request_Reply.h
index 1d1e99b3834..01998e3b700 100644
--- a/ace/Time_Request_Reply.h
+++ b/ace/Time_Request_Reply.h
@@ -46,7 +46,7 @@ public:
ACE_Time_Request (void);
// Default constructor.
- ACE_Time_Request (ACE_UINT32 msg_type, // Type of request.
+ ACE_Time_Request (ACE_INT32 msg_type, // Type of request.
const ACE_UINT32 time,
ACE_Time_Value *timeout = 0); // Max time waiting for request.
// Create a <ACE_Time_Request> message.
@@ -59,8 +59,8 @@ public:
ssize_t size (void) const;
// = Set/get the type of the message.
- ACE_UINT32 msg_type (void) const;
- void msg_type (ACE_UINT32);
+ ACE_INT32 msg_type (void) const;
+ void msg_type (ACE_INT32);
// = Set/get the time
ACE_UINT32 time (void) const;
@@ -90,7 +90,7 @@ private:
struct Transfer
{
- ACE_UINT32 msg_type_;
+ ACE_INT32 msg_type_;
// Type of the request (i.e., <TIME_UPDATE>)
ACE_UINT32 block_forever_;