From: adam Date: Mon, 4 May 2009 15:36:06 +0000 (+0000) Subject: [WNT] Export symbol maketext X-Git-Tag: V5_1_2rc1~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d3b54093a36424bbd7005ea1b5bddd1f26a6afc7;p=modules%2Fkernel.git [WNT] Export symbol maketext --- diff --git a/src/Utils/Utils_SALOME_Exception.hxx b/src/Utils/Utils_SALOME_Exception.hxx index 30d378266..f1caac758 100644 --- a/src/Utils/Utils_SALOME_Exception.hxx +++ b/src/Utils/Utils_SALOME_Exception.hxx @@ -60,6 +60,8 @@ class SALOME_Exception; UTILS_EXPORT std::ostream& operator<<( std::ostream&, const SALOME_Exception& ); +UTILS_EXPORT const char *makeText( const char *text, const char *fileName, const unsigned int lineNumber ); + class UTILS_EXPORT SALOME_Exception : public std::exception {