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

HxCorbaApp.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  *  Marc Navarro            (mnavarro@wins.uva.nl)
00007  */
00008  
00009 #ifndef HxCorbaApp_idl
00010 #define HxCorbaApp_idl
00011 
00012 #include "HxCorbaTypes.idl"
00013 #include "HxCorbaImageRep.idl"
00014 #include "HxCorbaPolyline2d.idl"
00015 
00016 module HxCorba
00017 {
00018 
00020 interface App
00021 {
00022     void        listObjectTypes(out StringSeq sl);
00023 
00024     void        listObjects(in string typeId, out StringSeq sl);
00025     Object      getObject(in string typeId, in string name);
00026     boolean     putObject(in string typeId, in string name, in Object obj);
00027 
00028     void        listImages(out StringSeq sl);
00029     ImageRep    getImage(in string name);
00030     boolean     putImage(in string name, in ImageRep img);
00031 
00032     //void        listPolylines(out StringSeq sl);
00033     //Polyline2d  getPolyline(in string name);
00034     //boolean     putPolyline(in string name, in Polyline2d poly);
00035 };
00036 
00037 }; // module HxCorba
00038 
00039 #endif // HxCorbaApp_idl

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