// $Id$ /** * @file * @author Marcel Smit (msmit@remedy.nl) * * by-hand idl3 translation of sender components. */ #ifndef COMMAND_LINE_PASSAGE_IDL_ #define COMMAND_LINE_PASSAGE_IDL_ #include #include "dance/DAnCE_LocalityManager.idl" module locality { component Shutdown { uses DAnCE::LocalityManager lm_port; }; }; #endif