summaryrefslogtreecommitdiffstats
path: root/endpointapp.h
diff options
context:
space:
mode:
authorSuper User2007-12-22 10:10:18 +0100
committerSuper User2007-12-22 10:10:18 +0100
commite01d4caa3eef0f4d17e5513cb793e19fecd2b051 (patch)
tree4340e25359bd64c12f04d891d49057742111976b /endpointapp.h
parentsome minor output fixes (diff)
downloadlcr-e01d4caa3eef0f4d17e5513cb793e19fecd2b051.tar.gz
lcr-e01d4caa3eef0f4d17e5513cb793e19fecd2b051.tar.xz
lcr-e01d4caa3eef0f4d17e5513cb793e19fecd2b051.zip
some fixes, check README
modified: README modified: action.cpp modified: action_vbox.cpp modified: admin_client.c modified: admin_server.c modified: apppbx.cpp modified: apppbx.h modified: dss1.cpp modified: endpointapp.cpp modified: endpointapp.h modified: interface.c modified: joinpbx.cpp modified: joinremote.cpp modified: mISDN.cpp modified: main.h modified: message.h modified: port.cpp modified: port.h modified: todo.txt modified: tones.c
Diffstat (limited to 'endpointapp.h')
-rw-r--r--endpointapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/endpointapp.h b/endpointapp.h
index 6bcc9fb..11001f3 100644
--- a/endpointapp.h
+++ b/endpointapp.h
@@ -14,7 +14,7 @@
class EndpointApp
{
public:
- EndpointApp(class Endpoint *epoint);
+ EndpointApp(class Endpoint *epoint, int origin);
virtual ~EndpointApp();
class Endpoint *ea_endpoint;