MYNetwork.h
author Jens Alfke <jens@mooseyard.com>
Sun May 24 15:03:39 2009 -0700 (2009-05-24)
changeset 49 20cccc7c26ee
permissions -rw-r--r--
Misc. tweaks made while porting Chatty to use MYNetwork.
* Allow -[BLIPConnection sendRequest:] to re-send an already-sent or received request.
* Allow use of the basic -init method for BLIPConnection.
* Some new convenience factory methods.
* Broke dependencies on Security.framework out into new TCPEndpoint+Certs.m source file, so client apps aren't forced to link against Security.
jens@26
     1
/*
jens@26
     2
 *  MYNetwork.h
jens@26
     3
 *  MYNetwork
jens@26
     4
 *
jens@26
     5
 *  Created by Jens Alfke on 4/21/09.
jens@26
     6
 *  Copyright 2009 Jens Alfke. All rights reserved.
jens@26
     7
 *
jens@26
     8
 */
jens@26
     9
jens@26
    10
#import "BLIP.h"
jens@26
    11
#import "MYBonjourBrowser.h"
jens@26
    12
#import "MYBonjourService.h"
jens@26
    13
#import "IPAddress.h"
jens@26
    14
#import "MYPortMapper.h"