summaryrefslogtreecommitdiff
path: root/src/CurlTask.cc
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-06-19 08:23:17 -0700
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2014-06-19 08:23:17 -0700
commit6850a909557b488c624a50324d1b806d8d013380 (patch)
tree7f031f4d1d46078c0ea7d880f2ad5cb049e5ad2d /src/CurlTask.cc
parent83120f42019feb5ff4947e9bfb22650a2339d583 (diff)
More work on integrating cURL in Balau.
Diffstat (limited to 'src/CurlTask.cc')
-rw-r--r--src/CurlTask.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CurlTask.cc b/src/CurlTask.cc
index 3dce322..5ff8b97 100644
--- a/src/CurlTask.cc
+++ b/src/CurlTask.cc
@@ -25,3 +25,7 @@ int Balau::CurlTask::debugFunctionStatic(CURL * easy, curl_infotype info, char *
IAssert(easy == curlTask->m_curlHandle, "Got a debug callback for a handle that isn't our own.");
return curlTask->debugFunction(info, str, str_len);
}
+
+void Balau::CurlTask::curlDone(CURLcode result) {
+
+}