summaryrefslogtreecommitdiff
path: root/CommonAPI-Examples
diff options
context:
space:
mode:
authorJohannes Schanda <schanda@itestra.de>2013-09-19 15:38:09 +0200
committerJohannes Schanda <schanda@itestra.de>2013-09-19 15:38:09 +0200
commite743df5daca265619111bd7b039075c939a556c3 (patch)
treece6351823b4bed91ef2f750da75ab0f7314b5196 /CommonAPI-Examples
parentf351f3415cc5fe1bd3e70eded698274abdeb0e52 (diff)
downloadgenivi-common-api-runtime-e743df5daca265619111bd7b039075c939a556c3.tar.gz
Tutorial fixes2.1.0
Diffstat (limited to 'CommonAPI-Examples')
-rw-r--r--CommonAPI-Examples/src/helloworld-stub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonAPI-Examples/src/helloworld-stub.cpp b/CommonAPI-Examples/src/helloworld-stub.cpp
index 3a856f1..80e3b46 100644
--- a/CommonAPI-Examples/src/helloworld-stub.cpp
+++ b/CommonAPI-Examples/src/helloworld-stub.cpp
@@ -108,7 +108,7 @@ int main(int argc, char** argv) {
while(true) {
std::cout << "Waiting for calls... (Abort with CTRL+C)\n";
- std::this_thread::sleep_for(std::chrono::seconds(60));
+ sleep(60);
}
return 0;