aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs b/Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs
index 6eb0ac5f9..c5cb1d378 100644
--- a/Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs
+++ b/Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs
@@ -17,6 +17,6 @@ namespace Tango.Integration.Services
String IPAddress { get; set; }
- Task<bool> Authenticate();
+ Task<bool> Authenticate(String password);
}
}