public static Ice.DispatchStatus refuse_friend_req___(AppService obj__, IceInternal.Incoming inS__, Ice.Current current__)
 {
     Ice.ObjectImpl.checkMode__(Ice.OperationMode.Normal, current__.mode);
     IceInternal.BasicStream is__ = inS__.startReadParams();
     IceInternal.ParamPatcher<minie.irpc.cm_friend_request_rpc> req__PP = new IceInternal.ParamPatcher<minie.irpc.cm_friend_request_rpc>(minie.irpc.cm_friend_request_rpc.ice_staticId());
     is__.readObject(req__PP);
     is__.readPendingObjects();
     inS__.endReadParams();
     int ret__ = obj__.refuse_friend_req(req__PP.value, current__);
     IceInternal.BasicStream os__ = inS__.startWriteParams__(Ice.FormatType.DefaultFormat);
     os__.writeInt(ret__);
     inS__.endWriteParams__(true);
     return Ice.DispatchStatus.DispatchOK;
 }