Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[samples/component.git] / src / SIGNALSComponent / SIGNALSComponent_CheckOfUndefined.cxx
index 440fc63788c5c856bf623451cb4e19c73c3b2f12..23b7359c851fd053a8ae92fba9c7c1792b77679e 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
 #include <mpi.h>
 #endif
 
+//CCRT
+#include <sstream>
+#include <time.h>
+#include <sys/time.h>
+#include <sys/stat.h>
+//end-CCRT
+
 #include "Container_init_python.hxx"
 
 using namespace std;
@@ -153,7 +160,7 @@ int main(int argc, char* argv[])
 #endif
 
   END_OF(argv[0]);
-  delete myThreadTrace;
+  // delete myThreadTrace;
   return 0 ;
 }