From 0398410e8894287da530cfb63d6344817445bfc2 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 12 Mar 2009 20:55:34 +0000 Subject: Changes to build DLLs instead of static libs on Windows; primarily added decorators to exported names. Fixes QPID-1673 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753014 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/qmf-console/ping.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/examples/qmf-console/ping.cpp') diff --git a/cpp/examples/qmf-console/ping.cpp b/cpp/examples/qmf-console/ping.cpp index debca7428a..39ec0d3039 100644 --- a/cpp/examples/qmf-console/ping.cpp +++ b/cpp/examples/qmf-console/ping.cpp @@ -20,6 +20,7 @@ */ #include "qpid/console/SessionManager.h" +#include "qpid/sys/Time.h" using namespace std; using namespace qpid::console; @@ -107,7 +108,7 @@ int main_int(int /*argc*/, char** /*argv*/) cout << endl; if (result.code == 0 && iter < count - 1) - ::sleep(1); + qpid::sys::sleep(1); } } -- cgit v1.2.1