summaryrefslogtreecommitdiff
path: root/ace/Method_Request.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-04-10 18:08:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-04-10 18:08:41 +0000
commitd78f41dcb87730ef80d18b02339e32510b70c43f (patch)
tree71f031b5b97d9756ad474d3df669bd3018719690 /ace/Method_Request.h
parentc3fec571384377237e2748f5577a6c7832c0b695 (diff)
downloadATCD-d78f41dcb87730ef80d18b02339e32510b70c43f.tar.gz
ChangeLogTag:Wed Apr 10 11:07:42 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Method_Request.h')
-rw-r--r--ace/Method_Request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Method_Request.h b/ace/Method_Request.h
index fb9e4063d90..adecce8a75e 100644
--- a/ace/Method_Request.h
+++ b/ace/Method_Request.h
@@ -40,7 +40,7 @@ class ACE_Export ACE_Method_Request
public:
// = Initialization and termination methods.
/// Constructor.
- ACE_Method_Request (u_long priority = 0);
+ ACE_Method_Request (unsigned long priority = 0);
/// Destructor.
virtual ~ACE_Method_Request (void);