stanley-king 6 سال پیش
والد
کامیت
a5407cce4a
3فایلهای تغییر یافته به همراه5 افزوده شده و 3 حذف شده
  1. 5 3
      helper/room/room_processor.php
  2. BIN
      mac_webacc
  3. BIN
      webacc

+ 5 - 3
helper/room/room_processor.php

@@ -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)
     {

BIN
mac_webacc