Salome HOME
mergefrom branch BR_V511_PR tag mergeto_trunk_03feb09
[modules/yacs.git] / src / wrappergen / bin / HXX2SALOME_GENERIC_CLASS_NAME_SRC / src / HXX2SALOME_GENERIC_CLASS_NAME / HXX2SALOME_GENERIC_CLASS_NAME_i.hxx
1 //  Copyright (C) 2006-2008  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.
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 #ifndef __HXX2SALOME_GENERIC_CLASS_NAME_HXX_hxx2salome__
20 #define __HXX2SALOME_GENERIC_CLASS_NAME_HXX_hxx2salome__
21
22 #include <SALOMEconfig.h>
23 #include CORBA_SERVER_HEADER(HXX2SALOME_GENERIC_CLASS_NAME_Gen)
24 #include CORBA_CLIENT_HEADER(MED)
25 #include "SALOME_Component_i.hxx"
26 #include "SALOMEMultiComm.hxx"
27 class HXX2SALOME_GENERIC_CLASS_NAME;  // forward declaration
28
29 class HXX2SALOME_GENERIC_CLASS_NAME_i:
30   public POA_HXX2SALOME_GENERIC_CLASS_NAME_ORB::HXX2SALOME_GENERIC_CLASS_NAME_Gen,
31   public Engines_Component_i,
32   public SALOMEMultiComm
33 {
34
35 public:
36     HXX2SALOME_GENERIC_CLASS_NAME_i(CORBA::ORB_ptr orb,
37             PortableServer::POA_ptr poa,
38             PortableServer::ObjectId * contId, 
39             const char *instanceName, 
40             const char *interfaceName);
41     virtual ~HXX2SALOME_GENERIC_CLASS_NAME_i();
42
43 //  HXX2SALOME_HXX_CODE
44
45 private:
46     std::auto_ptr<HXX2SALOME_GENERIC_CLASS_NAME> cppCompo_;
47
48 };
49
50
51 extern "C"
52     PortableServer::ObjectId * HXX2SALOME_GENERIC_CLASS_NAMEEngine_factory(
53             CORBA::ORB_ptr orb,
54             PortableServer::POA_ptr poa,
55             PortableServer::ObjectId * contId,
56             const char *instanceName,
57             const char *interfaceName);
58
59
60 #endif