OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / m5 / cmt.cpp
index d5a5753..3bc2f34 100644 (file)
@@ -10,6 +10,8 @@
 #include "cmt.h"
 #include "../datarec.h"
 
+namespace M5 {
+       
 void CMT::initialize()
 {
        // data recorder
@@ -87,3 +89,5 @@ bool CMT::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateBool(busy);
        return true;
 }
+
+}