public static Ice.DispatchStatus get_sent_friend_request___(AppService obj__, IceInternal.Incoming inS__, Ice.Current current__) { Ice.ObjectImpl.checkMode__(Ice.OperationMode.Normal, current__.mode); inS__.readEmptyParams(); _System.Collections.Generic.List<minie.irpc.cm_friend_request_rpc> ret__ = obj__.get_sent_friend_request(current__); IceInternal.BasicStream os__ = inS__.startWriteParams__(Ice.FormatType.DefaultFormat); minie.irpc.cm_friend_request_rpc_listHelper.write(os__, ret__); os__.writePendingObjects(); inS__.endWriteParams__(true); return Ice.DispatchStatus.DispatchOK; }