mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Remove deps in prep for submodule
This commit is contained in:
parent
76889e9ad8
commit
5d25bdcc9f
2217 changed files with 0 additions and 591372 deletions
|
|
@ -1,27 +0,0 @@
|
|||
// $Id: Method_Request.cpp 91368 2010-08-16 13:03:34Z mhengstmengel $
|
||||
#include "ace/Method_Request.h"
|
||||
|
||||
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
ACE_Method_Request::ACE_Method_Request (unsigned long prio)
|
||||
: priority_ (prio)
|
||||
{
|
||||
}
|
||||
|
||||
ACE_Method_Request::~ACE_Method_Request (void)
|
||||
{
|
||||
}
|
||||
|
||||
unsigned long
|
||||
ACE_Method_Request::priority (void) const
|
||||
{
|
||||
return this->priority_;
|
||||
}
|
||||
|
||||
void
|
||||
ACE_Method_Request::priority (unsigned long prio)
|
||||
{
|
||||
this->priority_ = prio;
|
||||
}
|
||||
|
||||
ACE_END_VERSIONED_NAMESPACE_DECL
|
||||
Loading…
Add table
Add a link
Reference in a new issue