summaryrefslogtreecommitdiffstats
path: root/endpointapp.h
diff options
context:
space:
mode:
authorSuper User2008-06-14 08:34:50 +0200
committerSuper User2008-06-14 08:34:50 +0200
commitd2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4 (patch)
tree8c9e9504a275a43d5a8785dcca7badf28ada5999 /endpointapp.h
parentfixed dialing-bug when dialing chan_lcr (diff)
downloadlcr-d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4.tar.gz
lcr-d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4.tar.xz
lcr-d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4.zip
changed long to int (64 bit system's compatibilty)
Diffstat (limited to 'endpointapp.h')
-rw-r--r--endpointapp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/endpointapp.h b/endpointapp.h
index 11001f3..a330a63 100644
--- a/endpointapp.h
+++ b/endpointapp.h
@@ -19,7 +19,7 @@ class EndpointApp
class Endpoint *ea_endpoint;
virtual int handler(void);
- virtual void ea_message_port(unsigned long port_id, int message, union parameter *param);
- virtual void ea_message_join(unsigned long join_id, int message, union parameter *param);
+ virtual void ea_message_port(unsigned int port_id, int message, union parameter *param);
+ virtual void ea_message_join(unsigned int join_id, int message, union parameter *param);
};