Method_Request.cpp

Go to the documentation of this file.
00001 #include "ace/Method_Request.h"
00002 
00003 ACE_RCSID (ace,
00004            Method_Request,
00005            "Method_Request.cpp,v 4.6 2005/10/28 16:14:53 ossama Exp")
00006 
00007 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00008 
00009 ACE_Method_Request::ACE_Method_Request (unsigned long prio)
00010   : priority_ (prio)
00011 {
00012 }
00013 
00014 ACE_Method_Request::~ACE_Method_Request (void)
00015 {
00016 }
00017 
00018 unsigned long
00019 ACE_Method_Request::priority (void) const
00020 {
00021   return this->priority_;
00022 }
00023 
00024 void
00025 ACE_Method_Request::priority (unsigned long prio)
00026 {
00027   this->priority_ = prio;
00028 }
00029 
00030 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 09:41:56 2006 for ACE by doxygen 1.3.6