X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpointapp.cpp;h=a3c6f56b3188e1f05bde1c2b3a70882f36a8b0af;hp=05d5d0b55bb84cc8f6c292e328a1835b3ab33b3b;hb=ab4a1270e9c99ab7a21a957759de2a885100afb1;hpb=5a22e57828617abc14e27814ee918cc63b96fd46 diff --git a/endpointapp.cpp b/endpointapp.cpp index 05d5d0b..a3c6f56 100644 --- a/endpointapp.cpp +++ b/endpointapp.cpp @@ -9,14 +9,12 @@ ** ** \*****************************************************************************/ - -#include #include "main.h" /* * EndpointApp constructor */ -EndpointApp::EndpointApp(class Endpoint *epoint) +EndpointApp::EndpointApp(class Endpoint *epoint, int origin) { ea_endpoint = epoint; classuse++; @@ -37,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__); }