1020: Use SCOOP mechanism from static/stc/, not olena/oln/stc/.

https://svn.lrde.epita.fr/svn/oln/trunk/olena Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Use SCOOP mechanism from static/stc/, not olena/oln/stc/. * oln/core/equipment.hh: Include stc/scoop.hh (resp. stc/scoop.hxx) instead of oln/stc/scoop.hh (resp. oln/stc/scoop.hxx). * oln/stc/scoop.hh, oln/stc/scoop.hxx: Remove. * oln/stc: Remove directory. equipment.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: oln/core/equipment.hh --- oln/core/equipment.hh (revision 1019) +++ oln/core/equipment.hh (working copy) @@ -30,7 +30,7 @@ # include <mlc/contract.hh> # ifndef OLENA_USE_SCOOP_ALT -# include <oln/stc/scoop.hh> // FIXME: Remove "oln/" later. +# include <stc/scoop.hh> # else # include <stc/scoop-alt.hh> # endif @@ -46,7 +46,7 @@ { # ifndef OLENA_USE_SCOOP_ALT -# include <oln/stc/scoop.hxx> // FIXME: Remove "oln/" later. +# include <stc/scoop.hxx> # else # include <stc/scoop-alt.inc> # endif
participants (1)
-
Roland Levillain