From fc65962bd64b0e4972eeef1d325c39c51781e9f8 Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Mon, 3 Mar 2014 18:11:34 +0100 Subject: Added httpxmldownloader --- src/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 8ccbba2..d1b0ace 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,6 +18,7 @@ #include "save_restore_session.h" #include "vsession.h" #include "xsession.h" +#include "httpxmldownloader.h" bool myLessThan(Session* a, Session* b) { return *a < *b; @@ -50,6 +51,11 @@ int main(int argc, char *argv[]) { "\nFILE can be a vmware .xml or an X .desktop file\n") .toUtf8().data()); + // --------- + std::cout << "testing http" << std::endl; + httpxmldownloader httpxmldownloader; + // --------- + if (cmdOptions.contains("error")) { std::cerr << usage; return EXIT_FAILURE; -- cgit v1.2.3-55-g7522