From d66e90733ebf263bdcd68aa275a0141755aa28ca Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 21 Oct 2018 14:30:44 +0200 Subject: rename create -> connect --- include/sibs/BootstrapConnection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sibs/BootstrapConnection.hpp') diff --git a/include/sibs/BootstrapConnection.hpp b/include/sibs/BootstrapConnection.hpp index 790b7ee..1c5c1a5 100644 --- a/include/sibs/BootstrapConnection.hpp +++ b/include/sibs/BootstrapConnection.hpp @@ -42,7 +42,7 @@ namespace sibs DISABLE_COPY(BootstrapConnection) public: // Throws BootstrapConnectionException on error - static std::future> create(const Ipv4 &bootstrapAddress); + static std::future> connect(const Ipv4 &bootstrapAddress); ~BootstrapConnection(); // If we are already listening on the key @pubsubKey then the callback function is overwritten -- cgit v1.2.3