Exemplo n.º 1
0
void NetChat::PushLine(const std::string& text)
{
	std::ostream& stream = NewRPC(cNetTargetOthers, &NetChat::OnPushLine);
	Write(stream, text, text.length());
	CloseRPC();
}
Exemplo n.º 2
0
//------------------------------------------------------------------
bool AVEngine::Stop()
{
	return CloseRPC();
}