|
@@ -27,10 +27,12 @@ class room_processor implements IProcessor
|
|
|
$this->mRooms = [];
|
|
|
$this->mChatwo = new chatwo();
|
|
|
}
|
|
|
-
|
|
|
- public function onStart() {
|
|
|
+
|
|
|
+ public function onStart()
|
|
|
+ {
|
|
|
}
|
|
|
- public function onConnected($bufid,$stream,$host,$port,$args) {
|
|
|
+ public function onConnected($bufid,$stream,$host,$port,$args)
|
|
|
+ {
|
|
|
}
|
|
|
public function onClose($bufid)
|
|
|
{
|