Browse Source

修改OnSendMessage参数错误

tanghai 14 years ago
parent
commit
b55204b546
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Src/Egametang/Rpc/RPCCommunicator.h

+ 1 - 1
Src/Egametang/Rpc/RPCCommunicator.h

@@ -31,7 +31,7 @@ public:
 	void SendDone(const boost::system::error_code& err);
 
 	virtual void OnRecvMessage(StringPtr ss) = 0;
-	virtual void OnSendMessage(int32 id, RpcHandlerPtr handler) = 0;
+	virtual void OnSendMessage() = 0;
 };
 
 } // namespace Egametang