Restructure code
[vlp.git] / src / kernel / kernel.h
index 0de37a747e68b6bb31d5787501b214d45668a9bd..7213b461a9a54d996923b19cfe45a4785b588cfb 100644 (file)
@@ -55,6 +55,9 @@
 #define NORM_COL       2
 
 
+namespace loglan {
+namespace vlp {
+
 /**
  * Interpreter slot
  */
@@ -107,7 +110,7 @@ public:
 
        QKernel(int argc, char **argv);
 
-       void WriteMessage(char* msg);
+       void WriteMessage(const char * msg);
 
 public slots:
        void NetMessage();
@@ -187,4 +190,7 @@ private slots:
        void on_actionUnlock_console_triggered();
 };
 
+}
+}
+
 #endif /* VLP_KERNEL_H */