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

Rabbit.idl

Go to the documentation of this file.
00001 
00002 #include <ipc/ipc.idl> 
00003 
00004 
00005 module Stew {
00006   
00007   interface Carrot;
00008   interface Onion;
00009 
00010   interface Carrot : ipc::servant {
00011     Onion anOnion();
00012   };
00013 
00014   interface Onion : ipc::servant {
00015   };
00016 
00017 };

Generated on Thu Feb 10 02:46:20 2005 for SCT DAQ/DCS Software - IDL by doxygen 1.3.5