aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Updates.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Updates.hpp')
-rw-r--r--src/engine/machina/Updates.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/engine/machina/Updates.hpp b/src/engine/machina/Updates.hpp
index fe68855..7c0391b 100644
--- a/src/engine/machina/Updates.hpp
+++ b/src/engine/machina/Updates.hpp
@@ -19,8 +19,7 @@
#include <stdint.h>
-#include "raul/Atom.hpp"
-
+#include "machina/Atom.hpp"
#include "machina/types.hpp"
namespace machina {
@@ -33,13 +32,13 @@ void
write_set(SPtr<Raul::RingBuffer> buf,
uint64_t subject,
URIInt key,
- const Raul::Atom& value);
+ const Atom& value);
uint32_t
read_set(SPtr<Raul::RingBuffer> buf,
uint64_t* subject,
URIInt* key,
- Raul::Atom* value);
+ Atom* value);
} // namespace machina