[*] Another runtime update
This commit is contained in:
parent
ae885c3784
commit
eb042e5a29
@ -171,6 +171,11 @@ void AuRPCPipe::OnPipeFailureEvent()
|
||||
this->OnFatalError();
|
||||
}
|
||||
|
||||
void AuRPCPipe::OnPipeReallocEvent(bool bSuccess)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// IIOBufferedStreamAvailable
|
||||
bool AuRPCPipe::OnDataAvailable(AuByteBuffer& view)
|
||||
{
|
||||
|
@ -29,6 +29,7 @@ struct AuRPCPipe : AuIO::IIOBufferedStreamAvailable, AuIO::IIOSimpleEventListene
|
||||
void OnPipePartialEvent(AuUInt trasnferred) override;
|
||||
void OnPipeSuccessEvent() override;
|
||||
void OnPipeFailureEvent() override;
|
||||
void OnPipeReallocEvent(bool bSuccess) override;
|
||||
|
||||
// IIOBufferedStreamAvailable
|
||||
bool OnDataAvailable(AuByteBuffer& view) override;
|
||||
|
Loading…
Reference in New Issue
Block a user