diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-24 06:30:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-24 06:30:24 +0000 |
commit | e402980de5fff23a88db6252ee783a5224a13a64 (patch) | |
tree | e9eb6cbb1246839089ac3e110a09ab1f78513e3c /ace/Method_Request.h | |
parent | c79328e9c57221986bf319f13433bd3ab7ba1596 (diff) | |
download | ATCD-e402980de5fff23a88db6252ee783a5224a13a64.tar.gz |
ChangeLogTag: Tue Sep 24 06:29:45 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Method_Request.h')
-rw-r--r-- | ace/Method_Request.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Method_Request.h b/ace/Method_Request.h index 1bd3d8be1f0..145b468566e 100644 --- a/ace/Method_Request.h +++ b/ace/Method_Request.h @@ -61,11 +61,11 @@ public: * method to order the method requests in the queue by priority. * 0 is the lowest priority. * - * @arg prio unsigned long, the new priority value for this object. + * @param prio unsigned long, the new priority value for this object. * * @sa ACE_Activation_Queue::enqueue */ - void priority (unsigned long); + void priority (unsigned long prio); // = Invocation method (must be overridden by subclasses). /// Invoked by the scheduler to execute the request. |