summaryrefslogtreecommitdiff
path: root/src/operator-examine.cc
blob: 9f64ce62798e5b92632b0a4b9f0f8e48cca6d193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**  --------------------------------------------------------------------
 *  @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) {}