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/printevents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/examples/qmf-console/printevents.cpp') diff --git a/cpp/examples/qmf-console/printevents.cpp b/cpp/examples/qmf-console/printevents.cpp index 38d6f830aa..898972f28d 100644 --- a/cpp/examples/qmf-console/printevents.cpp +++ b/cpp/examples/qmf-console/printevents.cpp @@ -88,7 +88,7 @@ int main_int(int /*argc*/, char** /*argv*/) // Sleep indefinitely while asynchronous events are handled by the listener. // for (;;) - ::sleep(1); + qpid::sys::sleep(1); sm.delBroker(broker); return 0; -- cgit v1.2.1