X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FIO%2FMementoState.cxx;h=2af5abfe4cf3720fad8df6b00ae63230cb003ed4;hb=73332fee95f5410c46e3b0cff1e2755d5e4a8b71;hp=e0dd0493287518489bf013fdb16de1e08deeff7f;hpb=f0973535a17816d016f83dc6b31b91756d2d93f6;p=cpPlugins.git diff --git a/lib/cpExtensions/IO/MementoState.cxx b/lib/cpExtensions/IO/MementoState.cxx index e0dd049..2af5abf 100644 --- a/lib/cpExtensions/IO/MementoState.cxx +++ b/lib/cpExtensions/IO/MementoState.cxx @@ -1,3 +1,4 @@ +/* #include @@ -69,8 +70,8 @@ cpExtensions::IO::MementoState::GetFromMemento(long id) fileName.append(complement); fileName.append(".mhd"); return Load(fileName); - /*std::future> result(std::async(std::launch::async, &MementoState::Load, this, fileName)); - return result.get();*/ + //std::future> 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$