summaryrefslogtreecommitdiff
path: root/src/status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/status.cc')
-rw-r--r--src/status.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/status.cc b/src/status.cc
index 8b481ef..341c04f 100644
--- a/src/status.cc
+++ b/src/status.cc
@@ -1,16 +1,14 @@
-/** --------------------------------------------------------------------
+/**
* @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) {}