CARMA C++
TipperControl.idl
Go to the documentation of this file.
1 #ifndef CARMA_TIPPER_IDL
2 #define CARMA_TIPPER_IDL
3 
5 
20 module carma
21 {
26  module tipper
27  {
28 
32  const string TIPPER_NAME = "carma.tipper.TipperControl";
33 
37  interface TipperControl
38  {
39 
43  void doTip()
44  raises ( carma::util::UserException );
45 
46  };
47  };
48 };
49 
50 #endif /* CARMA_TIPPER_IDL */
51 
52 // vim: set expandtab smarttab sw=2 ts=2 :
TipperControl interface
Generic Carma variant of CORBA::UserException.
const string TIPPER_NAME
The CARMA canonical name for this Distributed Object.
CORBA User Exception for carma::util.