Main Page | Namespace List | Class Hierarchy | Data Structures | File List | Namespace Members | Data Fields

Rabbit.idl

Go to the documentation of this file.
00001 
00002 module Stew {
00003   
00004   interface Carrot;
00005   interface Onion;
00006 
00007   interface Carrot {
00008     Onion anOnion();
00009   };
00010 
00011   interface Onion {
00012   };
00013 
00014 };

Generated on Thu Dec 15 21:27:33 2005 for SCT DAQ/DCS Software - IDL by doxygen 1.3.5