diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-11-25 19:37:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-11-25 19:37:48 +0000 |
commit | e17b21497e09e77599af4883fb776746646a07a8 (patch) | |
tree | f00e1b5a061ce8be9421ef4c219f8f0395ab22e0 /ace/Method_Request.h | |
parent | 454023e85054a05777041339684d0bf4769b56ad (diff) | |
download | ATCD-e17b21497e09e77599af4883fb776746646a07a8.tar.gz |
ChangeLogTag:Fri Nov 24 16:58:42 2000 Darrell Brunsch <brunsch@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 a6fff914a46..6d3ae0771c0 100644 --- a/ace/Method_Request.h +++ b/ace/Method_Request.h @@ -44,7 +44,7 @@ public: // = Accessors. /// Get priority. - u_long priority (void); + u_long priority (void) const; /// Set priority. void priority (u_long); |