From d805fab31e75c268ee6d9eb888c596a63caffc18 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 3 Dec 2009 10:01:23 -0800 Subject: DEV-43463: swap visit_and_connect() overloads for Linux compiler --- indra/llcommon/llevents.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/indra/llcommon/llevents.h b/indra/llcommon/llevents.h index 5646407f6a..d6d1ea5178 100644 --- a/indra/llcommon/llevents.h +++ b/indra/llcommon/llevents.h @@ -257,6 +257,11 @@ namespace LLEventDetail /// signature. typedef boost::function ConnectFunc; + /// overload of visit_and_connect() when we have a string identifier available + template + LLBoundListener visit_and_connect(const std::string& name, + const LISTENER& listener, + const ConnectFunc& connect_func); /** * Utility template function to use Visitor appropriately * @@ -271,11 +276,6 @@ namespace LLEventDetail { return visit_and_connect("", listener, connect_func); } - /// overload of visit_and_connect() when we have a string identifier available - template - LLBoundListener visit_and_connect(const std::string& name, - const LISTENER& listener, - const ConnectFunc& connect_func); } // namespace LLEventDetail /***************************************************************************** -- cgit v1.2.3