home *** CD-ROM | disk | FTP | other *** search
- #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
-