fixed casChannelI undefined symbols on WIN32

This commit is contained in:
Jeff Hill
1998-11-18 18:52:49 +00:00
parent 2ab3555c08
commit 7debd1da9d
4 changed files with 56 additions and 23 deletions
+25
View File
@@ -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;
}