Changeset 373

Show
Ignore:
Timestamp:
04/09/07 20:34:14 (1 year ago)
Author:
hagedorn
Message:

debugging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/LaserLine_2.0/Src/MainController.m

    r371 r373  
    5555 
    5656- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender { 
    57         /* 
     57         
    5858        if ([output stopDevice]) { 
    5959                NSLog(@"applicationShouldTerminate: later..."); 
     
    6161        } 
    6262        NSLog(@"applicationShouldTerminate: now!"); 
    63          */ 
     63          
     64         /* 
    6465        [output stopDevice]; 
    6566        sleep(1); 
     67         */ 
    6668        return NSTerminateNow; 
    6769} 
  • trunk/LaserLine_2.0/Src/OutputController/EasyLaseDriverThread.m

    r371 r373  
    5151                JRLogDebug(@"Card closed successfully."); 
    5252        } 
     53 
    5354} 
    5455 
     
    110111        [self stopCards]; 
    111112        JRLogDebug(@"Driver Thread is exiting."); 
    112         /* 
     113         
    113114        NSInvocation *reply = 
    114115                [NSInvocation invocationWithMethodSignature:[NSApp methodSignatureForSelector:@selector(replyToApplicationShouldTerminate:)]]; 
     
    116117        [reply setArgument:(void *)YES atIndex:2]; 
    117118        [reply performSelectorOnMainThread:@selector(invoke) withObject:nil waitUntilDone:NO]; 
    118          */ 
     119         
     120          
    119121        [pool release]; 
    120122} 
  • trunk/LaserTools/FlashInspector/AppDelegate.h

    r287 r373  
    88 
    99#import <Cocoa/Cocoa.h> 
    10 #import <LaserTools/LaserTools.h> 
     10#import "LaserTools/LaserTools.h" 
    1111//#import <LaserTools.h> 
    1212#import "LTRenderedContextView.h"