]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOPACSConnection.cpp
Actually set the bool in Setters
[creaImageIO.git] / src2 / creaImageIOPACSConnection.cpp
index 4d66c3c4ff9baae0360a7828940908a3be959f00..ffa6571dbd33c6d5ba6e59c824556d4843f48681 100644 (file)
@@ -1,10 +1,11 @@
+
 #include <creaImageIOPACSConnection.h>
 #include <cstdlib>
 #include <cstring>
 #include <iostream>
-#include <boost/asio.hpp>
+//#include <boost/asio.hpp>
 
-using boost::asio::ip::tcp;
+//using boost::asio::ip::tcp;
 
 enum { max_length = 3086 };
 using namespace std; 
@@ -12,6 +13,7 @@ namespace creaImageIO
 {
        PACSConnection::PACSConnection(std::string command)
        {
+       /*
        try
        {
 
@@ -38,5 +40,10 @@ namespace creaImageIO
        {
                std::cerr << "Exception: " << e.what() << "\n";
        }
+       */
        }
+       
 }
+
+
+