diff options
Diffstat (limited to 'Swiften/Component/CoreComponent.h')
| -rw-r--r-- | Swiften/Component/CoreComponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Component/CoreComponent.h b/Swiften/Component/CoreComponent.h index 1a487d2..7565d00 100644 --- a/Swiften/Component/CoreComponent.h +++ b/Swiften/Component/CoreComponent.h | |||
| @@ -46,7 +46,7 @@ namespace Swift { | |||
| 46 | CoreComponent(const JID& jid, const std::string& secret, NetworkFactories* networkFactories); | 46 | CoreComponent(const JID& jid, const std::string& secret, NetworkFactories* networkFactories); |
| 47 | virtual ~CoreComponent(); | 47 | virtual ~CoreComponent(); |
| 48 | 48 | ||
| 49 | void connect(const std::string& host, int port); | 49 | void connect(const std::string& host, unsigned short port); |
| 50 | void disconnect(); | 50 | void disconnect(); |
| 51 | 51 | ||
| 52 | void sendMessage(std::shared_ptr<Message>); | 52 | void sendMessage(std::shared_ptr<Message>); |
Swift