source: trunk/modelicaml/org.openmodelica.modelicaml.simulation/src/org/modelica/OmcCommunication.java @ 633

Last change on this file since 633 was 633, checked in by wschamai, 14 years ago
File size: 1.9 KB
Line 
1/*
2 * This file is part of OpenModelica.
3 *
4 * Copyright (c) 1998-CurrentYear, Open Source Modelica Consortium (OSMC),
5 * c/o Linköpings universitet, Department of Computer and Information Science,
6 * SE-58183 Linköping, Sweden.
7 *
8 * All rights reserved.
9 *
10 * THIS PROGRAM IS PROVIDED UNDER THE TERMS OF GPL VERSION 3 LICENSE OR
11 * THIS OSMC PUBLIC LICENSE (OSMC-PL).
12 * ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE
13 * OF THE OSMC PUBLIC LICENSE OR THE GPL VERSION 3, ACCORDING TO RECIPIENTS CHOICE.
14 *
15 * The OpenModelica software and the Open Source Modelica
16 * Consortium (OSMC) Public License (OSMC-PL) are obtained
17 * from OSMC, either from the above address,
18 * from the URLs: http://www.ida.liu.se/projects/OpenModelica or 
19 * http://www.openmodelica.org, and in the OpenModelica distribution.
20 * GNU version 3 is obtained from: http://www.gnu.org/copyleft/gpl.html.
21 *
22 * This program is distributed WITHOUT ANY WARRANTY; without
23 * even the implied warranty of  MERCHANTABILITY or FITNESS
24 * FOR A PARTICULAR PURPOSE, EXCEPT AS EXPRESSLY SET FORTH
25 * IN THE BY RECIPIENT SELECTED SUBSIDIARY LICENSE CONDITIONS OF OSMC-PL.
26 *
27 * See the full OSMC Public License conditions for more details.
28 *
29 * Contributors:
30 *   Wladimir Schamai, EADS Innovation Works 2009-2011
31 *   Uwe Pohlmann, University of Paderborn 2009-2010
32 *   Parham Vasaiely, EADS Innovation Works / Hamburg University of Applied Sciences 2009-2011
33 */
34package org.modelica;
35
36
37/**
38* OmcCommunication.java .
39* Generated by the IDL-to-Java compiler (portable), version "3.2"
40* from omc_communication.idl
41* Thursday, October 27, 2005 10:11:20 AM CEST
42*/
43
44
45// As simple as can be omc communication, sending and recieving of strings.
46public interface OmcCommunication extends OmcCommunicationOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity 
47{
48} // interface OmcCommunication
Note: See TracBrowser for help on using the repository browser.