]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
[WNT] Export symbol maketext
authoradam <adam>
Mon, 4 May 2009 15:36:06 +0000 (15:36 +0000)
committeradam <adam>
Mon, 4 May 2009 15:36:06 +0000 (15:36 +0000)
src/Utils/Utils_SALOME_Exception.hxx

index 30d378266cd45dcbe8b44319f8c848f8085e6752..f1caac7589bf3edd72b453ce2415968c5206f805 100644 (file)
@@ -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
 {