From 30a856f82c5799374e27798ee8f2eb5b22a428fe Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 13 Nov 2006 19:28:23 +0000 Subject: EventChannel classes, start of epoll-based posix implementation. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@474452 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpidd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src/qpidd.cpp') diff --git a/qpid/cpp/src/qpidd.cpp b/qpid/cpp/src/qpidd.cpp index f4afad0467..cd50760f17 100644 --- a/qpid/cpp/src/qpidd.cpp +++ b/qpid/cpp/src/qpidd.cpp @@ -20,7 +20,7 @@ */ #include #include -#include +#include #include #include @@ -43,7 +43,7 @@ int main(int argc, char** argv) config.usage(); }else{ broker = Broker::create(config); - apr_signal(SIGINT, handle_signal); + qpid::sys::signal(SIGINT, handle_signal); broker->run(); } return 0; -- cgit v1.2.1