updated build and fixed an issue with the analyzer

This commit is contained in:
Diego Waxemberg
2014-10-23 23:16:24 -04:00
parent ef98976ebf
commit c0a3ae9371
4 changed files with 3 additions and 1 deletions

View File

@@ -202,12 +202,14 @@ static StreamConfiguration* streamConfig;
- (void)viewDidAppear:(BOOL)animated
{
[super viewDidAppear:animated];
_mDNSManager = [[MDNSManager alloc] initWithCallback:self];
[_mDNSManager searchForHosts];
}
- (void)viewDidDisappear:(BOOL)animated
{
[super viewDidDisappear:animated];
[_mDNSManager stopSearching];
}