~ubuntu-branches/ubuntu/precise/gnustep-base/precise

« back to all changes in this revision

Viewing changes to Headers/Foundation/NSExpression.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:
24
24
 
25
25
#ifndef __NSExpression_h_GNUSTEP_BASE_INCLUDE
26
26
#define __NSExpression_h_GNUSTEP_BASE_INCLUDE
27
 
 
28
 
#include <Foundation/NSPredicate.h>
 
27
#import <GNUstepBase/GSVersionMacros.h>
 
28
 
 
29
#if     OS_API_VERSION(100400, GS_API_LATEST)
 
30
 
 
31
#import <Foundation/NSPredicate.h>
 
32
 
 
33
#if     defined(__cplusplus)
 
34
extern "C" {
 
35
#endif
29
36
 
30
37
@class NSMutableDictionary;
31
38
 
59
66
- (NSString *) variable;
60
67
 
61
68
@end
 
69
 
 
70
#if     defined(__cplusplus)
 
71
}
 
72
#endif
 
73
 
 
74
#endif  /* 100400 */
 
75
 
62
76
#endif /* __NSExpression_h_GNUSTEP_BASE_INCLUDE */
63
77