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
+7 -3
View File
@@ -15,8 +15,10 @@
* limitations under the License.
*/
#ifndef ASYNCSOCKETDATA_H
#define ASYNCSOCKETDATA_H
#ifndef UWS_ASYNCSOCKETDATA_H
#define UWS_ASYNCSOCKETDATA_H
namespace uWS {
/* Depending on how we want AsyncSocket to function, this will need to change */
@@ -36,4 +38,6 @@ struct AsyncSocketData {
AsyncSocketData() = default;
};
#endif // ASYNCSOCKETDATA_H
}
#endif // UWS_ASYNCSOCKETDATA_H