1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 21:05:37 +02:00

setOptimazation takes an argument.

This commit is contained in:
Alain Magloire 2002-09-11 14:49:24 +00:00
parent 68b68482f3
commit 27c53603c7

View file

@ -57,15 +57,15 @@ public interface ICBuilder {
/**
* Get the Optimization level.
* @params String[]
* @return IOptimization
*/
IOptimization getOptimization();
/**
* Change the Optimization level.
* @params String[]
* @params IOptimization
*/
void setOptimization();
void setOptimization(IOptimization o);
/**
* Build the project.