summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceCAPI/include/CAmRoutingSenderCAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginRoutingInterfaceCAPI/include/CAmRoutingSenderCAPI.h')
-rw-r--r--PluginRoutingInterfaceCAPI/include/CAmRoutingSenderCAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/PluginRoutingInterfaceCAPI/include/CAmRoutingSenderCAPI.h b/PluginRoutingInterfaceCAPI/include/CAmRoutingSenderCAPI.h
index 2c975c7..20e07ac 100644
--- a/PluginRoutingInterfaceCAPI/include/CAmRoutingSenderCAPI.h
+++ b/PluginRoutingInterfaceCAPI/include/CAmRoutingSenderCAPI.h
@@ -41,6 +41,8 @@ class CAmRoutingSenderCAPI: public IAmRoutingSend
IAmRoutingReceive *mpIAmRoutingReceive; ///< pointer to the routing receive interface
std::shared_ptr<CAmRoutingService> mService; ///< shared pointer to the routing service implementation
CAmRoutingSenderCAPI();
+ void checkSourceLookup(const am_sourceID_t id);
+ void checkSinkLookup(const am_sinkID_t id);
public:
CAmRoutingSenderCAPI(CAmCommonAPIWrapper *aWrapper) ;
virtual ~CAmRoutingSenderCAPI();