Split Job and JobQueue and move functions to the .cpp

This commit is contained in:
Vinnie Falco
2013-06-03 21:08:47 -07:00
parent 3fafde063f
commit 8b6c2c0c7a
26 changed files with 416 additions and 380 deletions

View File

@@ -5,11 +5,9 @@
//#include "../websocketpp/src/websocketpp.hpp"
#include "Application.h"
#include "Config.h"
#include "NetworkOPs.h"
#include "WSConnection.h"
#include "WSHandler.h"
#include "Config.h"
#include "WSDoor.h"