Integrate all code inside a namespace

This commit is contained in:
baydam
2016-03-16 18:05:47 +00:00
parent 4564c269b0
commit b375367811
73 changed files with 290 additions and 20 deletions

View File

@@ -19,6 +19,8 @@
#include "ProjectLabels.h"
MM_BEGIN_NAMESPACE
const char* ProjectLabels::CLASS_NAME = "className";
const char* ProjectLabels::PAINTS = "paints";
const char* ProjectLabels::MAPPINGS = "mappings";
@@ -28,4 +30,4 @@ const char* ProjectLabels::NAME = "name";
const char* ProjectLabels::SOURCE = "source";
const char* ProjectLabels::DESTINATION = "destination";
MM_END_NAMESPACE