~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Headers/Foundation/NSKeyValueObserving.h

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2007-10-03 17:16:39 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071003171639-rtyga33jz04drwe3
Tags: 1.14.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
   
19
19
   You should have received a copy of the GNU Library General Public
20
20
   License along with this library; if not, write to the Free
21
 
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
22
 
   MA 02111 USA.
 
21
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
22
   Boston, MA 02111 USA.
23
23
   */ 
24
24
 
25
25
#ifndef __NSKeyValueObserving_h_GNUSTEP_BASE_INCLUDE
26
26
#define __NSKeyValueObserving_h_GNUSTEP_BASE_INCLUDE
27
 
 
28
 
#include        <Foundation/NSObject.h>
 
27
#import <GNUstepBase/GSVersionMacros.h>
29
28
 
30
29
#if OS_API_VERSION(100300,GS_API_LATEST) && GS_API_VERSION(010200,GS_API_LATEST)
31
30
 
32
 
@class NSArray;
 
31
#import <Foundation/NSObject.h>
 
32
#import <Foundation/NSArray.h>
 
33
 
 
34
#if     defined(__cplusplus)
 
35
extern "C" {
 
36
#endif
 
37
 
33
38
@class NSIndexSet;
34
39
@class NSSet;
35
40
@class NSString;
220
225
 
221
226
@end
222
227
 
 
228
#if     defined(__cplusplus)
 
229
}
223
230
#endif
224
 
#endif /* __NSKeyValueObserving_h_GNUSTEP_BASE_INCLUDE */
 
231
 
 
232
#endif  /* 100300 */
 
233
 
 
234
#endif  /* __NSKeyValueObserving_h_GNUSTEP_BASE_INCLUDE */
225
235