mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 07:22:21 +08:00
Merged Win32 updates. Added full warnings on g++. Fixed bug in
client when handling server rejection.
This commit is contained in:
@@ -34,3 +34,18 @@ IDataSocket::getConnectionFailedEvent()
|
||||
return CEvent::registerTypeOnce(s_failedEvent,
|
||||
"IDataSocket::failed");
|
||||
}
|
||||
|
||||
void
|
||||
IDataSocket::close()
|
||||
{
|
||||
// this is here to work around a VC++6 bug. see the header file.
|
||||
assert(0 && "bad call");
|
||||
}
|
||||
|
||||
void*
|
||||
IDataSocket::getEventTarget() const
|
||||
{
|
||||
// this is here to work around a VC++6 bug. see the header file.
|
||||
assert(0 && "bad call");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user