blob: 341c04fcf07c01e5be18ced7c0da0ef5c8c14088 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/**
* @file status.cc
* @brief Implementation of the Status class.
* @author Andreas Aardal Hanssen
* @date 2002-2005
*/
#include "status.h"
using namespace Binc;
Status::Status(void) {}
Status::~Status(void) {}
|