summaryrefslogtreecommitdiff
path: root/src/operator-examine.cc
blob: 1d472c6b3334a72b2dec990c1570492f22514005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 *  @file operator-examine.cc
 *  @brief Implementation of the EXAMINE command
 *  @author Andreas Aardal Hanssen
 *  @date 2002-2005
 */

#include "operators.h"

using namespace Binc;

const std::string ExamineOperator::getName() const
{
  return "EXAMINE";
}

ExamineOperator::ExamineOperator() {}

ExamineOperator::~ExamineOperator() {}