Merge working tree with build tree.
[m6w6/libmemcached] / libtest / http.hpp
index 012d7a0708329cb35e0147d4204589566a55f164..bbc23b975ae31a88862d8207a9aa83c27b5bfcb6 100644 (file)
@@ -28,10 +28,7 @@ namespace http {
 class HTTP {
 public:
 
-  HTTP(const std::string& url_arg) :
-    _url(url_arg),
-    _response(0)
-  { }
+  HTTP(const std::string& url_arg);
 
   virtual bool execute()= 0;