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.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/HTTPClientReceiver.hpp b/src/client/HTTPClientReceiver.hpp
index a35215b6..6d589b3a 100644
--- a/src/client/HTTPClientReceiver.hpp
+++ b/src/client/HTTPClientReceiver.hpp
@@ -31,7 +31,6 @@
namespace Ingen {
namespace Client {
-
class HTTPClientReceiver : public boost::noncopyable, public Raul::Deletable
{
public:
@@ -41,6 +40,9 @@ public:
~HTTPClientReceiver();
+ static void send(SoupMessage* msg);
+ static void close_session();
+
std::string uri() const { return _url; }
void start(bool dump);
@@ -70,7 +72,6 @@ private:
Shared::World* _world;
const std::string _url;
- SoupSession* _session;
SharedPtr<Serialisation::Parser> _parser;
};