//$Id$: #ifndef CIAO_MINIMUM_IDL #define CIAO_MINIMUM_IDL #include module Minimum { interface ReadMessage { void foo (); }; }; #endif /* CIAO_MINIMUM_IDL */