/** * @file status.cc * @brief Implementation of the Status class. * @author Andreas Aardal Hanssen * @date 2002-2005 */ #include "status.h" using namespace Binc; Status::Status() {} Status::~Status() {}