X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpointapp.cpp;h=947903379ac6577e609e99de6835858f6680407d;hp=3e1a6b92d3cc35f0e79aaa21c73e17b9a7573294;hb=d57a2db4c6a9143b8fbee59ff4d151846e8f4303;hpb=2ed0fee489c37a6e2d4473f6185ebbe3e746ac11 diff --git a/endpointapp.cpp b/endpointapp.cpp index 3e1a6b9..9479033 100644 --- a/endpointapp.cpp +++ b/endpointapp.cpp @@ -1,6 +1,6 @@ /*****************************************************************************\ ** ** -** PBX4Linux ** +** Linux Call Router ** ** ** **---------------------------------------------------------------------------** ** Copyright: Andreas Eversberg ** @@ -16,7 +16,7 @@ /* * EndpointApp constructor */ -EndpointApp::EndpointApp(class Endpoint *epoint) +EndpointApp::EndpointApp(class Endpoint *epoint, int origin) { ea_endpoint = epoint; classuse++; @@ -42,7 +42,7 @@ void EndpointApp::ea_message_port(unsigned long port_id, int message_type, union PDEBUG(DEBUG_EPOINT, "%s: Spare function.\n", __FUNCTION__); } -void EndpointApp::ea_message_call(unsigned long port_id, int message_type, union parameter *param) +void EndpointApp::ea_message_join(unsigned long join_id, int message_type, union parameter *param) { PDEBUG(DEBUG_EPOINT, "%s: Spare function.\n", __FUNCTION__); }