Changeset 36473

Show
Ignore:
Timestamp:
01/18/10 18:13:57 (3 years ago)
Author:
saturday06
Message:

じじじ

Location:
lang/objective-cplusplus/i3/trunk/tmp
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/tmp/onmainthread.cpp

    r36472 r36473  
    166166        [mainTask performSelectorOnMainThread:@selector(start) withObject:nil waitUntilDone:NO]; 
    167167 
    168         [NSApp run]; 
     168        //[NSApp run]; 
    169169        [[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:10]]; 
    170170    } 
  • lang/objective-cplusplus/i3/trunk/tmp/onmainthread.m

    r36472 r36473  
    166166        [mainTask performSelectorOnMainThread:@selector(start) withObject:nil waitUntilDone:NO]; 
    167167 
    168         [NSApp run]; 
     168        //[NSApp run]; 
    169169        [[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:10]]; 
    170170    }