[DEV] continue removing STL

This commit is contained in:
2017-09-14 00:59:21 +02:00
parent 2ee24d5baa
commit c3d78cf387
23 changed files with 122 additions and 122 deletions

View File

@@ -103,7 +103,7 @@ int main(int _argc, const char **_argv) {
// start the stream
interface->start();
// wait 10 second ...
std::this_thread::sleep_for(std::chrono::seconds(10));
ethread::sleepMilliSeconds(std::chrono::seconds(10));
// stop the stream
interface->stop();
// remove interface and manager.