#include <ServerChannelAuth.h>

Public Member Functions | |
| ServerChannelAuth () | |
| virtual | ~ServerChannelAuth () |
| virtual bool | allowConnection (const char *channel, unsigned int destination)=0 |
Definition at line 26 of file ServerChannelAuth.h.
| ServerChannelAuth::ServerChannelAuth | ( | ) |
Definition at line 25 of file ServerChannelAuth.cpp.
| ServerChannelAuth::~ServerChannelAuth | ( | ) | [virtual] |
Definition at line 29 of file ServerChannelAuth.cpp.
| virtual bool ServerChannelAuth::allowConnection | ( | const char * | channel, | |
| unsigned int | destination | |||
| ) | [pure virtual] |
Implemented in ServerChannelAuthAdmin.
Referenced by ServerChannelManager::joinClient(), and ServerChannelManager::refreshDestination().
1.5.3