diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-27 18:14:04 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-27 18:14:04 +0000 |
commit | 6c13de310492e31ede379bb04df1c62cbdb4b09f (patch) | |
tree | e97ae496cdcdecfec591b74ea60dde5ceb33d32a /ace/Method_Request.cpp | |
parent | b5e068afb139dc7c6b9cf90c53571a4333105c95 (diff) | |
download | ATCD-pre_dynamic_any.tar.gz |
This commit was manufactured by cvs2svn to create tagpre_dynamic_any
'pre_dynamic_any'.
Diffstat (limited to 'ace/Method_Request.cpp')
-rw-r--r-- | ace/Method_Request.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/ace/Method_Request.cpp b/ace/Method_Request.cpp deleted file mode 100644 index 22b5d64873a..00000000000 --- a/ace/Method_Request.cpp +++ /dev/null @@ -1,27 +0,0 @@ -// Method_Request.cpp -// $Id$ - -#include "ace/Method_Request.h" - -ACE_RCSID(ace, Method_Request, "$Id$") - -ACE_Method_Request::ACE_Method_Request (u_long prio) - : priority_ (prio) -{ -} - -ACE_Method_Request::~ACE_Method_Request (void) -{ -} - -u_long -ACE_Method_Request::priority (void) -{ - return this->priority_; -} - -void -ACE_Method_Request::priority (u_long prio) -{ - this->priority_ = prio; -} |