Boost logo

Boost-Commit :

From: stipe_at_[hidden]
Date: 2007-11-27 21:21:19


Author: srajko
Date: 2007-11-27 21:21:18 EST (Tue, 27 Nov 2007)
New Revision: 41428
URL: http://svn.boost.org/trac/boost/changeset/41428

Log:
add signals runtime_support
Added:
   sandbox/SOC/2007/signals/boost/dataflow/signals/runtime_support.hpp (contents, props changed)

Added: sandbox/SOC/2007/signals/boost/dataflow/signals/runtime_support.hpp
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/signals/boost/dataflow/signals/runtime_support.hpp 2007-11-27 21:21:18 EST (Tue, 27 Nov 2007)
@@ -0,0 +1,17 @@
+// Copyright Stjepan Rajko 2007. Use, modification and
+// distribution is subject to the Boost Software License, Version
+// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+#ifndef DATAFLOW_SIGNALS_RUNTIME_SUPPORT_HPP
+#define DATAFLOW_SIGNALS_RUNTIME_SUPPORT_HPP
+
+#include <boost/dataflow/support/runtime.hpp>
+#include <boost/dataflow/signals/support.hpp>
+
+DATAFLOW_RUNTIME_PROPERTY(signals::mechanism, const char *, "signals connection")
+DATAFLOW_RUNTIME_PROPERTY(signals::mechanism, int, 10)
+DATAFLOW_RUNTIME_PROPERTY(signals::extract_mechanism, const char *, "signals extraction")
+DATAFLOW_RUNTIME_PROPERTY(signals::extract_mechanism, int, 11)
+
+#endif // DATAFLOW_SIGNALS_RUNTIME_SUPPORT_HPP
\ No newline at end of file


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk