00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 #import "NSCodingProtocol.h"
00010 #import "NSCopyingProtocol.h"
00011
00012 @interface NSPort : NSObject <NSCopying, NSCoding>
00013 {
00014 }
00015
00016 + (id)allocWithZone:(struct _NSZone *)fp8;
00017 + (id)port;
00018 + (id)portWithMachPort:(unsigned int)fp8;
00019 - (id)initWithMachPort:(unsigned int)fp8;
00020 - (void)invalidate;
00021 - (BOOL)isValid;
00022 - (unsigned int)machPort;
00023 - (void)setDelegate:(id)fp8;
00024 - (id)delegate;
00025 - (unsigned int)reservedSpaceLength;
00026 - (id)copyWithZone:(struct _NSZone *)fp8;
00027 - (id)replacementObjectForCoder:(id)fp8;
00028 - (Class)classForPortCoder;
00029 - (Class)classForCoder;
00030 - (id)initWithCoder:(id)fp8;
00031 - (id)replacementObjectForPortCoder:(id)fp8;
00032 - (void)encodeWithCoder:(id)fp8;
00033 - (BOOL)sendBeforeDate:(id)fp8 components:(id)fp12 from:(id)fp16 reserved:(unsigned int)fp20;
00034 - (BOOL)sendBeforeDate:(id)fp8 msgid:(unsigned int)fp12 components:(id)fp16 from:(id)fp20 reserved:(unsigned int)fp24;
00035 - (void)scheduleInRunLoop:(id)fp8 forMode:(id)fp12;
00036 - (void)removeFromRunLoop:(id)fp8 forMode:(id)fp12;
00037 - (void)addConnection:(id)fp8 toRunLoop:(id)fp12 forMode:(id)fp16;
00038 - (void)removeConnection:(id)fp8 fromRunLoop:(id)fp12 forMode:(id)fp16;
00039
00040 @end
00041