diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-04-10 18:08:41 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-04-10 18:08:41 +0000 |
commit | d78f41dcb87730ef80d18b02339e32510b70c43f (patch) | |
tree | 71f031b5b97d9756ad474d3df669bd3018719690 /ace/Method_Request.h | |
parent | c3fec571384377237e2748f5577a6c7832c0b695 (diff) | |
download | ATCD-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.h | 2 |
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); |