Changeset 19888

Show
Ignore:
Timestamp:
03/28/07 07:35:11 (2 years ago)
Author:
patrick
Message:

Made comments in vrj::CocoaWrapper::run() more accurate and descriptive.
No functional changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vrjuggler/vrj/Kernel/CocoaWrapper.mm

    r19887 r19888  
    467467                                        inMode:NSDefaultRunLoopMode 
    468468                                       dequeue:YES]; 
     469 
     470   // Ensure that the VR Juggler application becomes focused even if it is 
     471   // executed directly from within its bundle. 
    469472   [app activateIgnoringOtherApps:YES]; 
     473 
    470474   NSDate* date = [NSDate date]; 
    471475 
     
    486490   NSLog(@"CocoaWrapper::run returning\n"); 
    487491*/ 
     492   // Ensure that the VR Juggler application becomes focused even if it is 
     493   // executed directly from within its bundle. 
     494   [app activateIgnoringOtherApps:YES]; 
     495 
    488496   // This never returns. 
    489    [app activateIgnoringOtherApps:YES]; 
    490497   [app run]; 
    491498}