Kaydet (Commit) c40c00c1 authored tarafından siqi's avatar siqi

minor

üst 3b097454
......@@ -18,7 +18,7 @@
@property (nonatomic, strong) NSString* mPin;
@property (nonatomic, strong) NSString* mName;
@property const int mPort;
@property const uint mPort;
@property (nonatomic, weak) Server* mServer;
@property (nonatomic, weak) Receiver* mReceiver;
......@@ -56,7 +56,7 @@ NSString * const CHARSET = @"UTF-8";
return self;
}
- (void)streamOpenWithIp:(NSString *)ip withPortNumber:(int)portNumber
- (void)streamOpenWithIp:(NSString *)ip withPortNumber:(uint)portNumber
{
CFReadStreamRef readStream;
CFWriteStreamRef writeStream;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment