Salome HOME
Merge GUI developments from BR_GUI
[tools/hxx2salome.git] / scripts / TEMPLATE_SRC / src / TEMPLATE / TEMPLATE_i.hxx
diff --git a/scripts/TEMPLATE_SRC/src/TEMPLATE/TEMPLATE_i.hxx b/scripts/TEMPLATE_SRC/src/TEMPLATE/TEMPLATE_i.hxx
deleted file mode 100644 (file)
index d8d3070..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-#ifndef _TEMPLATE_HXX_
-#define _TEMPLATE_HXX_
-
-#include <SALOMEconfig.h>
-#include CORBA_SERVER_HEADER(TEMPLATE_Gen)
-#include CORBA_CLIENT_HEADER(MED)
-#include "SALOME_Component_i.hxx"
-#include "SALOMEMultiComm.hxx"
-class TEMPLATE;  // forward declaration
-
-class TEMPLATE_i:
-  public POA_TEMPLATE_ORB::TEMPLATE_Gen,
-  public Engines_Component_i,
-  public SALOMEMultiComm
-{
-
-public:
-    TEMPLATE_i(CORBA::ORB_ptr orb,
-           PortableServer::POA_ptr poa,
-           PortableServer::ObjectId * contId, 
-           const char *instanceName, 
-           const char *interfaceName);
-    virtual ~TEMPLATE_i();
-
-//  HXX2SALOME_HXX_CODE
-
-private:
-    std::auto_ptr<TEMPLATE> cppCompo_;
-
-};
-
-
-extern "C"
-    PortableServer::ObjectId * TEMPLATEEngine_factory(
-           CORBA::ORB_ptr orb,
-           PortableServer::POA_ptr poa,
-           PortableServer::ObjectId * contId,
-           const char *instanceName,
-           const char *interfaceName);
-
-
-#endif