]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/IO/MementoState.cxx
...
[cpPlugins.git] / lib / cpExtensions / IO / MementoState.cxx
index e0dd0493287518489bf013fdb16de1e08deeff7f..2af5abfe4cf3720fad8df6b00ae63230cb003ed4 100644 (file)
@@ -1,3 +1,4 @@
+/*
 #include <cpExtensions/IO/MementoState.h>
 
 
@@ -69,8 +70,8 @@ cpExtensions::IO::MementoState::GetFromMemento(long id)
   fileName.append(complement);
   fileName.append(".mhd");
   return Load(fileName);
-  /*std::future<vtkSmartPointer<vtkImageData>> result(std::async(std::launch::async, &MementoState::Load, this, fileName));
-  return result.get();*/
+  //std::future<vtkSmartPointer<vtkImageData>> result(std::async(std::launch::async, &MementoState::Load, this, fileName));
+  //return result.get();
 }
 
 // -------------------------------------------------------------------------
@@ -142,5 +143,6 @@ cpExtensions::IO::MementoState::Load(const std::string& filename) {
   return reader->GetOutput();
 
 }
+*/
 
 // eof - $RCSfile$