Salome HOME
Synchronize adm files
[modules/yacs.git] / src / wrappergen / src / HXX2SALOME_GENERIC_CLASS_NAME_SRC / src / HXX2SALOME_GENERIC_CLASS_NAME_I / HXX2SALOME_GENERIC_CLASS_NAME_i.hxx
1 // Copyright (C) 2006-2014  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 #ifndef __HXX2SALOME_GENERIC_CLASS_NAME_HXX_hxx2salome__
21 #define __HXX2SALOME_GENERIC_CLASS_NAME_HXX_hxx2salome__
22
23 #include <SALOMEconfig.h>
24 #include CORBA_SERVER_HEADER(HXX2SALOME_GENERIC_CLASS_NAME_Gen)
25
26 #ifdef USE_MED
27 #include CORBA_CLIENT_HEADER(MED)
28 #endif
29
30 #include "SALOME_Component_i.hxx"
31 #include "SALOMEMultiComm.hxx"
32 class HXX2SALOME_GENERIC_CLASS_NAME;  // forward declaration
33
34 class HXX2SALOME_GENERIC_CLASS_NAME_i:
35   public POA_HXX2SALOME_GENERIC_CLASS_NAME_ORB::HXX2SALOME_GENERIC_CLASS_NAME_Gen,
36   public Engines_Component_i,
37   public SALOMEMultiComm
38 {
39
40 public:
41     HXX2SALOME_GENERIC_CLASS_NAME_i(CORBA::ORB_ptr orb,
42             PortableServer::POA_ptr poa,
43             PortableServer::ObjectId * contId, 
44             const char *instanceName, 
45             const char *interfaceName);
46     virtual ~HXX2SALOME_GENERIC_CLASS_NAME_i();
47
48 //  HXX2SALOME_HXX_CODE
49
50 private:
51     std::auto_ptr<HXX2SALOME_GENERIC_CLASS_NAME> cppCompo_;
52
53 };
54
55
56 extern "C"
57     PortableServer::ObjectId * HXX2SALOME_GENERIC_CLASS_NAMEEngine_factory(
58             CORBA::ORB_ptr orb,
59             PortableServer::POA_ptr poa,
60             PortableServer::ObjectId * contId,
61             const char *instanceName,
62             const char *interfaceName);
63
64
65 #endif