/[gnustep]/gnustep/usr-apps/gworkspace/GWRemote/gwsd/gwsd.m
ViewVC logotype

Diff of /gnustep/usr-apps/gworkspace/GWRemote/gwsd/gwsd.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by esersale, Fri Sep 26 11:03:56 2003 UTC revision 1.4 by esersale, Sun Sep 28 10:40:21 2003 UTC
# Line 199  static GWSd *shared = nil; Line 199  static GWSd *shared = nil;
199        ASSIGN (userPassword, passwd);        ASSIGN (userPassword, passwd);
200        ASSIGN (userName, NSUserName());        ASSIGN (userName, NSUserName());
201    
202        firstConn = [[NSConnection alloc] initWithReceivePort: (NSPort *)[NSPort port]        firstConn = [[NSConnection alloc] initWithReceivePort: [NSSocketPort port]
203                                                                                                                                                                       sendPort: nil];                                                                                                                                                                       sendPort: nil];
204        [firstConn enableMultipleThreads];        [firstConn enableMultipleThreads];
205        [firstConn setRootObject: self];        [firstConn setRootObject: self];
# Line 236  static GWSd *shared = nil; Line 236  static GWSd *shared = nil;
236                                
237    pool = [[NSAutoreleasePool alloc] init];    pool = [[NSAutoreleasePool alloc] init];
238        
239    connection = [[NSConnection alloc] initWithReceivePort: (NSPort *)[NSPort port]    connection = [[NSConnection alloc] initWithReceivePort: [NSSocketPort port]
240                                                                                                                                                                    sendPort: (NSPort *)[NSPort port]];                                                                                                                                                                    sendPort: [NSSocketPort port]];
241    
242    gwsd = [[GWSd alloc] initWithRemote: remote connection: connection];    gwsd = [[GWSd alloc] initWithRemote: remote connection: connection];
243    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26