diff options
Diffstat (limited to 'src/operator-noop-pending.cc')
-rw-r--r-- | src/operator-noop-pending.cc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/operator-noop-pending.cc b/src/operator-noop-pending.cc index 96b255a..b13fdc1 100644 --- a/src/operator-noop-pending.cc +++ b/src/operator-noop-pending.cc @@ -1,9 +1,10 @@ -/** -------------------------------------------------------------------- +/** * @file operator-noop-pending.cc * @brief Operator for the NOOP command, with pending extension * @author Andreas Aardal Hanssen * @date 2002-2005 - * ----------------------------------------------------------------- **/ + */ + #include "depot.h" #include "mailbox.h" #include "operators.h" @@ -14,16 +15,12 @@ #include <iostream> #include <string> -using namespace ::std; using namespace Binc; -//---------------------------------------------------------------------- NoopPendingOperator::NoopPendingOperator(void) : NoopOperator() {} -//---------------------------------------------------------------------- NoopPendingOperator::~NoopPendingOperator(void) {} -//---------------------------------------------------------------------- Operator::ProcessResult NoopPendingOperator::process(Depot &depot, Request &command) { Mailbox *mailbox = depot.getSelected(); |