Salome HOME
Use real temporary file name for unit tests trace
[modules/kernel.git] / src / LifeCycleCORBA / Test / LifeCycleCORBATest.hxx
index d97b48a0a4a6b945324245fd23a7ee4378afad10..bd65356510d66ce6fe3d6c9120962afb9e29ab72 100644 (file)
@@ -24,6 +24,7 @@
 #define _LIFECYCLECORBATEST_HXX_
 
 #include <cppunit/extensions/HelperMacros.h>
+#include <string>
 
 #include <SALOMEconfig.h>
 #include CORBA_CLIENT_HEADER(SALOME_Component)
@@ -92,6 +93,9 @@ public:
 //   void testFindOrLoad_Component_();
 //   void testFindOrLoad_Component_();
 
+ private:
+  std::string _getTraceFileName();
+
 protected:
   std::string GetRemoteHost();
   CORBA::ORB_var _orb;