Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

HxCorbaUserOpsMenu.idl

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2000, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Jan-Mark Geusebroek     (mark@wins.uva.nl)
00007  */
00008 
00009 #include "HxCorbaMenu.idl"
00010 
00011 
00012 //module HxCorbaMenu
00013 //{
00014 //interface GlobalOps
00015 //{
00016 //struct Menu
00017 //{
00018 
00019 struct User
00020 {
00021     struct myString
00022     {
00023         operation MyStringFunction;
00024         operation MyStringFunction2;
00025     } end_myString;
00026 
00027     operation JmCalcAapFeatures;
00028 
00029 } end_User;
00030 
00031 //}; // Menu
00032 //}; // GlobalOps
00033 //}; // HxCorbaMenu
00034 
00035 

Generated on Mon Jan 27 15:09:39 2003 for IDLReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001