aboutsummaryrefslogtreecommitdiff
path: root/src/storage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.cc')
-rw-r--r--src/storage.cc24
1 files changed, 10 insertions, 14 deletions
diff --git a/src/storage.cc b/src/storage.cc
index 4e0dd24..4e4abff 100644
--- a/src/storage.cc
+++ b/src/storage.cc
@@ -6,33 +6,29 @@
namespace Formaline
{
-
- using namespace std;
-
-
-
+
storage::
storage (enum state const st)
: m_state (st)
{
}
-
-
-
+
+
+
storage::
~ storage ()
{
}
-
-
-
+
+
+
enum storage::state storage::
get_state ()
const
{
return m_state;
}
-
-
-
+
+
+
} // namespace Formaline