Salome HOME
Integration of 0019971: A patch for cmake compilation.
[modules/kernel.git] / idl / DSC_Engines.xml
1 <?xml version="1.0"?>
2 <!--
3 //  Copyright (C) 2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5 // 
6 //  This library is free software; you can redistribute it and/or 
7 //  modify it under the terms of the GNU Lesser General Public 
8 //  License as published by the Free Software Foundation; either 
9 //  version 2.1 of the License. 
10 // 
11 //  This library is distributed in the hope that it will be useful, 
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 //  Lesser General Public License for more details. 
15 // 
16 //  You should have received a copy of the GNU Lesser General Public 
17 //  License along with this library; if not, write to the Free Software 
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19 // 
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 //  File   : DSC_Engines.xml
23 //  Author : Andre RIBES, EDF
24 -->
25 <GridCCM_Interface_description
26       xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
27       xsi:noNamespaceSchemaLocation='$PACOPATH/IDL2Tool/interface.xsd'
28 >
29
30 <Module>
31  <Name>Engines</Name>
32  <Interface>
33   <Name>DSC</Name>
34   <Method>
35    <Name>connect_provides_port</Name>
36    <Type>distributed</Type>
37  </Method>
38  <Method>
39    <Name>connect_uses_port</Name>
40    <Type>distributed</Type>
41  </Method>
42  </Interface>
43  <Interface>
44    <Name>Parallel_DSC</Name>
45    <Method>
46      <Name>set_paco_proxy</Name>
47      <Type>distributed</Type>
48    </Method>
49  </Interface>
50  <Interface>
51    <Name>Superv_Component</Name>
52    <Method>
53      <Name>init_service</Name>
54      <Type>distributed</Type>
55    </Method>
56  </Interface>
57 </Module>
58 </GridCCM_Interface_description>