|
|
Sample Programs from NeXSTEP 3.3
#import <objc/Object.h>
#define GLOBALVARIDENT "Global_Things"
@interface GlobalThings:Object
{
int currentSerial;
int runTimeHandle;
}
- init;
- (const char *)identification;
// implement IXRecordTranscription protocol for faster serialization.
- source:aSource didReadRecord:(unsigned)record;
- source:aSource willWriteRecord:(unsigned)record;
- (int )currentSerial;
- (int )consumeSerial;
- (unsigned int)handle;
@end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.