]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Issue 0019981: integrate patch for compilation with cmake (from E.Adam)
authorvsr <vsr@opencascade.com>
Wed, 15 Oct 2008 10:41:34 +0000 (10:41 +0000)
committervsr <vsr@opencascade.com>
Wed, 15 Oct 2008 10:41:34 +0000 (10:41 +0000)
src/Utils/Utils_SALOME_Exception.hxx

index 3cfc7137079a25fe663d4fc3e5aeaa3fc0810d74..5a8e3a91e4c9f6f58775d7e117a887fed4e805c7 100644 (file)
 # define UTILS_EXPORT
 #endif
 
+class SALOME_Exception;
+
+UTILS_EXPORT std::ostream& operator<<( std::ostream&, const SALOME_Exception& );
+
 class UTILS_EXPORT SALOME_Exception : public std::exception
 {