Refactor a bit, put everything in uWS namespace

This commit is contained in:
Alex Hultman
2019-06-09 07:53:43 +02:00
parent 3b36ea3a45
commit 762b18459e
22 changed files with 82 additions and 69 deletions
+3 -3
View File
@@ -19,8 +19,8 @@
#include "Loop.h"
#include "AsyncSocket.h"
#ifndef TOPICTREE_H
#define TOPICTREE_H
#ifndef UWS_TOPICTREE_H
#define UWS_TOPICTREE_H
#include <map>
#include <string>
@@ -195,4 +195,4 @@ public:
};
}
#endif // TOPICTREE_H
#endif // UWS_TOPICTREE_H