Salome HOME
Merge GUI developments from BR_GUI
[tools/hxx2salome.git] / scripts / TEMPLATE_SRC / idl / TEMPLATE_Gen.idl
diff --git a/scripts/TEMPLATE_SRC/idl/TEMPLATE_Gen.idl b/scripts/TEMPLATE_SRC/idl/TEMPLATE_Gen.idl
deleted file mode 100644 (file)
index c989bbd..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef __TEMPLATE_GEN__
-#define __TEMPLATE_GEN__
-
-#include "SALOME_Component.idl"
-#include "SALOME_Exception.idl"
-#include "MED.idl"
-// this include is not protected and already present in MED.idl #include "SALOME_Comm.idl"
-
-module TEMPLATE_ORB
-{
-  /*! \brief Interface of the %TEMPLATE component
-   */
-  interface TEMPLATE_Gen : Engines::Component, SALOME::MultiCommClass
-  {
-HXX2SALOME_IDL_CODE
-  };
-};
-
-#endif
-