diff options
Diffstat (limited to 'src/status.cc')
-rw-r--r-- | src/status.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/status.cc b/src/status.cc new file mode 100644 index 0000000..b9d4f17 --- /dev/null +++ b/src/status.cc @@ -0,0 +1,20 @@ +/** -------------------------------------------------------------------- + * @file status.cc + * @brief Implementation of the Status class. + * @author Andreas Aardal Hanssen + * @date 2002-2005 + * ----------------------------------------------------------------- **/ +#include "status.h" + +using namespace ::std; +using namespace Binc; + +//------------------------------------------------------------------------ +Status::Status(void) +{ +} + +//------------------------------------------------------------------------ +Status::~Status(void) +{ +} |