Subversion Repositories seema-scanner

Rev

Rev 223 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 223 Rev 226
Line 335... Line 335...
335
    if(!executeStringCommand(cmdStream.str()))
335
    if(!executeStringCommand(cmdStream.str()))
336
        throw "Could not execute move command!";
336
        throw "Could not execute move command!";
337
}
337
}
338
 
338
 
339
RotationStage::~RotationStage(){
339
RotationStage::~RotationStage(){
-
 
340
    if(Handle)
340
    if(Handle)// TODO is this the right check
341
        fnPerformaxComClose(Handle);
-
 
342
 
341
        std::cout << "Rotation stage closed." << std::endl << std::flush;
343
    std::cout << "Rotation stage closed." << std::endl << std::flush;
342
}
344
}