X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=joinremote.h;h=a9334669bdb81ced71831bc58b27be9804199f91;hp=f80d0d97c0545198c4383049f4de3d4494fd3064;hb=3e1c6a9f43301783ef2f517a0ce7d6204c987145;hpb=cbe9d412a37e75b61cc74e8a65b0293923eb5160 diff --git a/joinremote.h b/joinremote.h index f80d0d9..a933466 100644 --- a/joinremote.h +++ b/joinremote.h @@ -12,16 +12,15 @@ class JoinRemote : public Join { public: - JoinRemote(unsigned long serial, char *remote_name, int remote_id); + JoinRemote(unsigned int serial, char *remote_name, int remote_id); ~JoinRemote(); - void message_epoint(unsigned long epoint_id, int message, union parameter *param); + void message_epoint(unsigned int epoint_id, int message, union parameter *param); void message_remote(int message_type, union parameter *param); - int handler(void); + unsigned int j_remote_ref; int j_remote_id; char j_remote_name[32]; - unsigned long j_epoint_id; + unsigned int j_epoint_id; }; -void message_bchannel_to_join(int serial, int type, unsigned long addr);