Salome HOME
New access protocol rsync.
[modules/kernel.git] / src / Utils / Test / UtilsTest.hxx
index 5c320c4323f43e98f1127e86bfc7fad6ce493df2..d3a46b3a9ef47e2fdf7c211088a0aec4bced52ec 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -6,7 +6,7 @@
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -24,6 +24,7 @@
 #define _UTILSTEST_HXX_
 
 #include <cppunit/extensions/HelperMacros.h>
+#include <string>
 
 #ifdef WIN32
 # if defined UTILSTEST_EXPORTS || defined UtilsTest_EXPORTS
@@ -49,6 +50,9 @@ public:
 
   void testSALOME_ExceptionThrow();
   void testSALOME_ExceptionMessage();
+
+ private:
+  std::string _getTraceFileName();
 };
 
 #endif