* Refactored MYPortMapper to use a new abstract base class MYDNSService; that way I can re-use it later for implementing Bonjour.
* Fixed issue #1: a memory leak in BLIPProperties, reported by codechemist.
5 * Created by Jens Alfke on 4/21/09.
6 * Copyright 2009 Jens Alfke. All rights reserved.
11 #import "MYBonjourBrowser.h"
12 #import "MYBonjourService.h"
14 #import "MYPortMapper.h"