From fd23c07ef525f836d4974189ae5c7f3ecb0bb640 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sun, 18 May 2014 04:18:36 +1000 Subject: Removed unused optional parameters in BridgeManager. --- heimdall/source/BridgeManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'heimdall/source/BridgeManager.h') diff --git a/heimdall/source/BridgeManager.h b/heimdall/source/BridgeManager.h index 9ebbdae..6b967fa 100644 --- a/heimdall/source/BridgeManager.h +++ b/heimdall/source/BridgeManager.h @@ -125,7 +125,7 @@ namespace Heimdall bool InitialiseProtocol(void); - bool SendBulkTransfer(unsigned char *data, int length, int timeout = 3000, bool retry = true) const; + bool SendBulkTransfer(unsigned char *data, int length, int timeout = 3000) const; public: @@ -138,8 +138,8 @@ namespace Heimdall bool BeginSession(void); bool EndSession(bool reboot) const; - bool SendPacket(OutboundPacket *packet, int timeout = 3000, bool retry = true) const; - bool ReceivePacket(InboundPacket *packet, int timeout = 3000, bool retry = true, unsigned char *buffer = nullptr, unsigned int bufferSize = -1) const; + bool SendPacket(OutboundPacket *packet, int timeout = 3000) const; + bool ReceivePacket(InboundPacket *packet, int timeout = 3000) const; bool RequestDeviceType(unsigned int request, int *result) const; -- cgit v1.2.3