summaryrefslogtreecommitdiffstats
path: root/src/client/HTTPClientReceiver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/HTTPClientReceiver.hpp')
-rw-r--r--src/client/HTTPClientReceiver.hpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/client/HTTPClientReceiver.hpp b/src/client/HTTPClientReceiver.hpp
index 8bc4803a..d7165c81 100644
--- a/src/client/HTTPClientReceiver.hpp
+++ b/src/client/HTTPClientReceiver.hpp
@@ -19,14 +19,16 @@
#define INGEN_CLIENT_HTTPCLIENTRECEIVER_HPP
#include <cstdlib>
+
#include <boost/utility.hpp>
#include <glibmm/thread.h>
-#include "sord/sordmm.hpp"
+
+#include "ingen/ClientInterface.hpp"
+#include "ingen/serialisation/Parser.hpp"
#include "raul/Deletable.hpp"
#include "raul/SharedPtr.hpp"
#include "raul/Thread.hpp"
-#include "ingen/ClientInterface.hpp"
-#include "ingen/serialisation/Parser.hpp"
+#include "sord/sordmm.hpp"
typedef struct _SoupSession SoupSession;
typedef struct _SoupMessage SoupMessage;
@@ -68,14 +70,13 @@ private:
};
friend class Listener;
- SharedPtr<Listener> _listener;
+ SharedPtr<Listener> _listener;
Glib::Mutex _mutex;
SharedPtr<ClientInterface> _target;
-
- Shared::World* _world;
- const std::string _url;
- bool _quit_flag;
+ Shared::World* _world;
+ const std::string _url;
+ bool _quit_flag;
};
} // namespace Client