X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpointapp.cpp;h=a3c6f56b3188e1f05bde1c2b3a70882f36a8b0af;hp=0ebd482d628ce5bbf86d7b73e60d6ea5d3d2890d;hb=ab4a1270e9c99ab7a21a957759de2a885100afb1;hpb=0efcf371b4a61fa1376e83d2b7404aeb47a36e26 diff --git a/endpointapp.cpp b/endpointapp.cpp index 0ebd482..a3c6f56 100644 --- a/endpointapp.cpp +++ b/endpointapp.cpp @@ -35,12 +35,12 @@ int EndpointApp::handler(void) /* 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__); }