X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpointapp.cpp;h=158b3d61fdb28b95e92451e402d78ac21b183518;hp=947903379ac6577e609e99de6835858f6680407d;hb=fc716483209769069666cb50fc4b3c924a2dec97;hpb=e01d4caa3eef0f4d17e5513cb793e19fecd2b051 diff --git a/endpointapp.cpp b/endpointapp.cpp index 9479033..158b3d6 100644 --- a/endpointapp.cpp +++ b/endpointapp.cpp @@ -9,8 +9,6 @@ ** ** \*****************************************************************************/ - -#include #include "main.h" /* @@ -30,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__); }