Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. @synchronized (_foundServices)
  2. {
  3. ServiceDescription *theService = _foundServices[theUUID];
  4.  
  5. if (theService != nil)
  6. {
  7. [_foundServices removeObjectForKey:theUUID];
  8. [self notifyDelegateOfLostService:theService];
  9. theService = nil;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement