Encapsulate some classes in namespaces
[vlp.git] / src / kernel / kernel.h
index a07b55b91e24aaae7b530d785ce7bab0376a5638..7213b461a9a54d996923b19cfe45a4785b588cfb 100644 (file)
@@ -55,6 +55,9 @@
 #define NORM_COL       2
 
 
+namespace loglan {
+namespace vlp {
+
 /**
  * Interpreter slot
  */
@@ -187,4 +190,7 @@ private slots:
        void on_actionUnlock_console_triggered();
 };
 
+}
+}
+
 #endif /* VLP_KERNEL_H */