diff options
Diffstat (limited to 'Swiften/Disco/CapsProvider.h')
-rw-r--r-- | Swiften/Disco/CapsProvider.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Swiften/Disco/CapsProvider.h b/Swiften/Disco/CapsProvider.h index 0f7e49d..9cba027 100644 --- a/Swiften/Disco/CapsProvider.h +++ b/Swiften/Disco/CapsProvider.h @@ -12,14 +12,14 @@ #include <Swiften/Elements/DiscoInfo.h> namespace Swift { - - class SWIFTEN_API CapsProvider { - public: - virtual ~CapsProvider() {} - virtual DiscoInfo::ref getCaps(const std::string&) const = 0; + class SWIFTEN_API CapsProvider { + public: + virtual ~CapsProvider() {} - boost::signal<void (const std::string&)> onCapsAvailable; - }; + virtual DiscoInfo::ref getCaps(const std::string&) const = 0; + + boost::signal<void (const std::string&)> onCapsAvailable; + }; } |