summaryrefslogtreecommitdiff
path: root/libobjc/objc/deprecated/Object.h
blob: 0241f0fd8505c130d79d26063acac8c2ba049f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@interface Object (Deprecated)

/* The following methods were deprecated in GCC 4.6.0 and will be
   removed in the next GCC release.
*/
+ (int)streamVersion: (TypedStream*)aStream; /* __attribute__ ((deprecated)) */

- read: (TypedStream*)aStream; /* __attribute__ ((deprecated)) */
- write: (TypedStream*)aStream; /* __attribute__ ((deprecated)) */
- awake; /* __attribute__ ((deprecated)) */

@end