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            "$Id: Method_Request.cpp 80826 2008-03-04 14:51:23Z wotte $")
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 Tue Feb 2 17:18:40 2010 for ACE by  doxygen 1.4.7