diff options
Diffstat (limited to 'Sluift/SluiftComponent.h')
| -rw-r--r-- | Sluift/SluiftComponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sluift/SluiftComponent.h b/Sluift/SluiftComponent.h index 9fc7101..586a94e 100644 --- a/Sluift/SluiftComponent.h +++ b/Sluift/SluiftComponent.h | |||
| @@ -63,7 +63,7 @@ namespace Swift { | |||
| 63 | return component; | 63 | return component; |
| 64 | } | 64 | } |
| 65 | 65 | ||
| 66 | void connect(const std::string& host, int port); | 66 | void connect(const std::string& host, unsigned short port); |
| 67 | void waitConnected(int timeout); | 67 | void waitConnected(int timeout); |
| 68 | bool isConnected() const; | 68 | bool isConnected() const; |
| 69 | void setTraceEnabled(bool b); | 69 | void setTraceEnabled(bool b); |
Swift