git-svn-id: svn://elaine/murooma/trunk@145 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-08-06 18:35:50 +00:00
parent fd654ad5b2
commit 2b3400e78b
3 changed files with 193 additions and 0 deletions

View file

@ -68,6 +68,7 @@ int main(int argc, char* argv[])
break;
std::cout.write(buf.data(), len);
std::cout.flush();
}
}
catch (std::exception& e)