~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Headers/Foundation/NSPortMessage.h

Tags: upstream-1.20.0
ImportĀ upstreamĀ versionĀ 1.20.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 */
45
45
@interface      NSPortMessage : NSObject
46
46
{
 
47
#if     GS_EXPOSE(NSPortMessage)
 
48
@private
47
49
  unsigned              _msgid;
48
50
  NSPort                *_recv;
49
51
  NSPort                *_send;
50
52
  NSMutableArray        *_components;
 
53
#endif
 
54
#if     !GS_NONFRAGILE
 
55
  void                  *_unused;
 
56
#endif
51
57
}
52
58
/**
53
59
 * OpenStep compatibility.