fixed casChannelI undefined symbols on WIN32
This commit is contained in:
@@ -5,3 +5,28 @@
|
||||
|
||||
#include "exServer.h"
|
||||
|
||||
//
|
||||
// exChannel::setOwner ()
|
||||
//
|
||||
void exChannel::setOwner(const char * const pUserName,
|
||||
const char * const pHostName)
|
||||
{
|
||||
}
|
||||
|
||||
//
|
||||
// exChannel::readAccess ()
|
||||
//
|
||||
aitBool exChannel::readAccess () const
|
||||
{
|
||||
return aitTrue;
|
||||
}
|
||||
|
||||
//
|
||||
// exChannel::writeAccess ()
|
||||
//
|
||||
aitBool exChannel::writeAccess () const
|
||||
{
|
||||
return aitTrue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user