From 760b6368e37758cecba177cd9cb80a676301f3bc Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 16 Jul 2007 17:52:01 +0000 Subject: * src/qpid/sys/Serializer.h: Serialize calls to a function, by queueing and dispatching in a separate thread if necessary. * src/qpid/sys/*/Mutex.h: trylock to return a bool. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@556679 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index db913d601a..09d3f6185d 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -168,6 +168,7 @@ libqpidcommon_la_SOURCES = \ qpid/Url.h \ qpid/Url.cpp \ qpid/QpidError.cpp \ + qpid/sys/Serializer.cpp \ qpid/sys/Runnable.cpp \ qpid/sys/Shlib.h \ qpid/sys/Shlib.cpp \ @@ -351,6 +352,7 @@ nobase_include_HEADERS = \ qpid/framing/Proxy.h \ qpid/framing/Requester.h \ qpid/framing/Responder.h \ + qpid/framing/SerializeHandler.h \ qpid/framing/Value.h \ qpid/framing/Uuid.h \ qpid/framing/amqp_framing.h \ @@ -375,6 +377,7 @@ nobase_include_HEADERS = \ qpid/sys/Socket.h \ qpid/sys/Thread.h \ qpid/sys/ConcurrentQueue.h \ + qpid/sys/Serializer.h \ qpid/sys/ThreadSafeQueue.h \ qpid/sys/Time.h \ qpid/sys/TimeoutHandler.h \ -- cgit v1.2.1