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 | 5466d3eca15afb47fbaf97dfdb0e41efccd977e3 (patch) | |
tree | f00e1b5a061ce8be9421ef4c219f8f0395ab22e0 /ace/Method_Request.h | |
parent | 755f6d69908b244d177c6f672f2a0bafce3a4ff2 (diff) | |
download | ATCD-5466d3eca15afb47fbaf97dfdb0e41efccd977e3.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); |