Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] ICBuilder interface patch

> 
> 
> 
> Index: ICBuilder.java

Patch Applied.

Note the builder architecture will change in the weeks/days to come ... again 8-(
And even after the changes I expect things to still change until we get
a better understanding of the requirements and what is or is not feasible.
Thanks for keeping up with me.
 
> ===================================================================
> RCS file:
> /home/tools/org.eclipse.cdt.core/builder/org/eclipse/cdt/core/builder/ICBuil
> der.java,v
> retrieving revision 1.1
> diff -u -r1.1 ICBuilder.java
> --- ICBuilder.java 26 Aug 2002 20:01:45 -0000 1.1
> +++ ICBuilder.java 11 Sep 2002 12:41:02 -0000
> @@ -56,16 +56,16 @@
>   void setLibraries(String[] libs);
> 
>   /**
> -  * Get the Optimization level.
> -  * @params String[]
> +  * Method getOptimization.
> +  * @return IOptimization
>    */
>   IOptimization getOptimization();
> 
>   /**
> -  * Change the Optimization level.
> -  * @params String[]
> +  * Method setOptimization.
> +  * @param optimization
>    */
> - void setOptimization();
> + void setOptimization(IOptimization optimization);
> 
>   /**
>    * Build the project.
> 
> 
> 
> ============================================
> 
> Alex Chapiro
> 
> _______________________________________________
> cdt-patch mailing list
> cdt-patch@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-patch
> 


-- 
au revoir, alain
----
Aussi haut que l'on soit assis, on n'est toujours assis que sur son cul !!!



Back to the top