add some comments
[iotcloud.git] / src / server / iotcloud.cpp
index e7eb2d3cc941f055c066d70ce1e44d2017cdfff2..bb9eff8ff4e7c76e700ade4d1e2bc6f7a6928bde 100644 (file)
@@ -23,8 +23,10 @@ int main(void) {
                cin.rdbuf(&cin_fcgi_streambuf);
                cout.rdbuf(&cout_fcgi_streambuf);
                cerr.rdbuf(&cerr_fcgi_streambuf);
+
                IoTQuery * iotquery=new IoTQuery(&request);
                iotquery->processQuery();
+
                delete iotquery;
        }