X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fscicos%2Fsrc%2Fcpp%2Fview_scilab%2FLinkAdapter.hxx;h=040dc9806a801906bb8112fdd9162a52aabe73e2;hp=4ad8fd494636d16af81e2c2b3c694156aeb6faff;hb=2998100c72c50ac0a184a61f2ebece2a7103b3a5;hpb=d8c865c1d5ec9017f75862d71ddde132493cc9de diff --git a/scilab/modules/scicos/src/cpp/view_scilab/LinkAdapter.hxx b/scilab/modules/scicos/src/cpp/view_scilab/LinkAdapter.hxx index 4ad8fd4..040dc98 100644 --- a/scilab/modules/scicos/src/cpp/view_scilab/LinkAdapter.hxx +++ b/scilab/modules/scicos/src/cpp/view_scilab/LinkAdapter.hxx @@ -6,7 +6,7 @@ * This source file is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at - * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt * */ @@ -14,7 +14,6 @@ #define LINKADAPTER_HXX_ #include -#include #include "BaseAdapter.hxx" @@ -37,12 +36,11 @@ public: return L"Link"; } - bool toString(std::wostringstream& ostr); std::wstring getTypeStr(); std::wstring getShortTypeStr(); }; -} /* view_scilab */ +} /* namespace view_scilab */ } /* namespace org_scilab_modules_scicos */ #endif /* MODELADAPTER_HXX_ */