Migration to binding v3
[apps/agl-service-can-low-level.git] / low-can-binding / binding / low-can-subscription.cpp
index 20287b8..3f844da 100644 (file)
 #include "application.hpp"
 #include "canutil/write.h"
 
-struct afb_event& low_can_subscription_t::get_event()
+afb_event_t low_can_subscription_t::get_event()
 {
        return event_;
 }
 
-void low_can_subscription_t::set_event(struct afb_event event)
+void low_can_subscription_t::set_event(afb_event_t event)
 {
        event_ = event;
 }