From 1978c49bea5b439d993067c055cec47e70db8fd6 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 7 Oct 2023 22:33:50 +0200 Subject: minor refactoring --- src/operator-examine.cc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/operator-examine.cc') 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) {} -- cgit v1.2.3