summaryrefslogtreecommitdiff
path: root/src/operator-examine.cc
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-10-07 22:33:50 +0200
committerJannis M. Hoffmann <jannis@fehcom.de>2023-10-08 11:35:51 +0200
commit1978c49bea5b439d993067c055cec47e70db8fd6 (patch)
tree255caea96a13f95564e6b631be9a4ac55ce33cd9 /src/operator-examine.cc
parent3b1278f5459514a6d6364f068ff97b8a0432057b (diff)
minor refactoring
Diffstat (limited to 'src/operator-examine.cc')
-rw-r--r--src/operator-examine.cc9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/operator-examine.cc b/src/operator-examine.cc
index 9f64ce6..ceb1ec6 100644
--- a/src/operator-examine.cc
+++ b/src/operator-examine.cc
@@ -1,22 +1,19 @@
-/** --------------------------------------------------------------------
+/**
* @file operator-examine.cc
* @brief Implementation of the EXAMINE command
* @author Andreas Aardal Hanssen
* @date 2002-2005
- * ----------------------------------------------------------------- **/
+ */
+
#include "operators.h"
-using namespace ::std;
using namespace Binc;
-//----------------------------------------------------------------------
const std::string ExamineOperator::getName(void) const
{
return "EXAMINE";
}
-//----------------------------------------------------------------------
ExamineOperator::ExamineOperator(void) {}
-//----------------------------------------------------------------------
ExamineOperator::~ExamineOperator(void) {}