summaryrefslogtreecommitdiffstats
path: root/mmss/types.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 13:38:55 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-27 13:38:55 +0200
commit1880d6addc275da4827a240e188bebd2d4cc3306 (patch)
treea6c1b47f1d78016ddd9a3f62ac85745005e8f04b /mmss/types.hpp
parentcb5d5a9397928b0c1c844f35e5cae14a52955526 (diff)
downloadgmrf-1880d6addc275da4827a240e188bebd2d4cc3306.tar
gmrf-1880d6addc275da4827a240e188bebd2d4cc3306.zip
Some minor API improvements
Diffstat (limited to 'mmss/types.hpp')
-rw-r--r--mmss/types.hpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/mmss/types.hpp b/mmss/types.hpp
index 4a145ae..ca1d290 100644
--- a/mmss/types.hpp
+++ b/mmss/types.hpp
@@ -24,8 +24,7 @@
*/
-#ifndef _GMRF_MMSS_TYPES_HPP_
-#define _GMRF_MMSS_TYPES_HPP_
+#pragma once
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
@@ -43,6 +42,7 @@ namespace MMSS {
class context_t;
class config_t;
class network_t;
+class now_t;
class packet_t;
class scheduled_t;
@@ -52,8 +52,4 @@ typedef ::gmrf_t node_t;
typedef ::gmrf_iface_t iface_t;
-uint64_t now(const context_t *mmss);
-
}
-
-#endif /* _GMRF_MMSS_TYPES_HPP_ */