MYNetwork.h
author Jens Alfke <jens@mooseyard.com>
Sun May 10 19:00:50 2009 -0700 (2009-05-10)
changeset 45 8efb48eabd08
permissions -rw-r--r--
Fixed MYAddressLookup to allocate an NSSet, and to send correct KV notifications. (Based on Jim Roepke's patch, but outsourcing the KV grunge to CollectionUtils.)
     1 /*
     2  *  MYNetwork.h
     3  *  MYNetwork
     4  *
     5  *  Created by Jens Alfke on 4/21/09.
     6  *  Copyright 2009 Jens Alfke. All rights reserved.
     7  *
     8  */
     9 
    10 #import "BLIP.h"
    11 #import "MYBonjourBrowser.h"
    12 #import "MYBonjourService.h"
    13 #import "IPAddress.h"
    14 #import "MYPortMapper.h"