Removing two commented out lines.
[hom.git] / Source / HigherOrderMessaging.h
blob14655dbef31c712e2e0291b304910033ea187759
1 /*
2 * HigherOrderMessaging.h
3 * HigherOrderMessaging
5 * Created by Ofri Wolfus on 07/06/07.
6 * Copyright 2007 Ofri Wolfus. All rights reserved.
8 * Redistribution and use in source and binary forms, with or without modification,
9 * are permitted provided that the following conditions are met:
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. Neither the name of Ofri Wolfus nor the names of his contributors
17 * may be used to endorse or promote products derived from this software
18 * without specific prior written permission.
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23 * IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 #ifndef __HOM_FRAMEWORK__
33 #define __HOM_FRAMEWORK__
35 #import <Foundation/Foundation.h>
37 #import <HigherOrderMessaging/DPObjCRuntime.h>
38 #import <HigherOrderMessaging/DPMessage.h>
39 #import <HigherOrderMessaging/DPCollectionEnumeration.h>
40 #import <HigherOrderMessaging/DPMultiThreading.h>
42 #endif //__HOM_FRAMEWORK__