X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpointapp.cpp;h=158b3d61fdb28b95e92451e402d78ac21b183518;hp=0ebd482d628ce5bbf86d7b73e60d6ea5d3d2890d;hb=7b103167ba7d7bdd863a8ea43c15680c9cfe3e20;hpb=0efcf371b4a61fa1376e83d2b7404aeb47a36e26 diff --git a/endpointapp.cpp b/endpointapp.cpp index 0ebd482..158b3d6 100644 --- a/endpointapp.cpp +++ b/endpointapp.cpp @@ -28,19 +28,14 @@ EndpointApp::~EndpointApp(void) classuse--; } -int EndpointApp::handler(void) -{ - return(0); -} - /* mini application for test purpose only */ -void EndpointApp::ea_message_port(unsigned long port_id, int message_type, union parameter *param) +void EndpointApp::ea_message_port(unsigned int port_id, int message_type, union parameter *param) { PDEBUG(DEBUG_EPOINT, "%s: Spare function.\n", __FUNCTION__); } -void EndpointApp::ea_message_join(unsigned long join_id, int message_type, union parameter *param) +void EndpointApp::ea_message_join(unsigned int join_id, int message_type, union parameter *param) { PDEBUG(DEBUG_EPOINT, "%s: Spare function.\n", __FUNCTION__); }