initial player stuff
This commit is contained in:
parent
4b60ece582
commit
5100d91a72
38 changed files with 1107 additions and 93 deletions
|
@ -276,3 +276,8 @@ bool C::Controller::isSubscribed()
|
|||
{
|
||||
return subscribed;
|
||||
}
|
||||
|
||||
const W::Address & C::Controller::getAddress() const
|
||||
{
|
||||
return address;
|
||||
}
|
||||
|
|
|
@ -40,6 +40,7 @@ namespace C {
|
|||
void subscribe();
|
||||
void unsubscribe();
|
||||
bool isSubscribed();
|
||||
const W::Address& getAddress() const;
|
||||
|
||||
void removeHandler(W::Handler* handler);
|
||||
void removeController(C::Controller* ctrl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue