00001 #ifndef ORO_PROPERTYCOMPOSITION_HPP_
00002 #define ORO_PROPERTYCOMPOSITION_HPP_
00003
00004 #include "../base/PropertyBase.hpp"
00005 #include "../PropertyBag.hpp"
00006
00007 namespace RTT {
00008 namespace types {
00009
00026 bool RTT_API composePropertyBag( PropertyBag const& sourcebag, PropertyBag& target );
00027
00037 bool RTT_API decomposePropertyBag( PropertyBag const& sourcebag, PropertyBag& target);
00038 }
00039 }
00040
00041 #endif