import "ciao/CCM_Events.idl";
import "ciao/CCM_Navigation.idl";
import "ciao/CCM_Home.idl";
import "ciao/CCM_PrimaryKeyBase.idl";
Namespaces | |
namespace | Components |
Classes | |
exception | Components::InvalidConfiguration |
Shouldn't be here but is now here because of CIAO additions. More... | |
interface | Components::ComponentPortDescription |
exception | Components::NoKeyAvailable |
interface | Components::CCMObject |
Defines | |
#define | CCM_OBJECT_IDL |
Typedefs | |
typedef FailureReason | Components::InvalidConfigurationReason |
Variables | |
const InvalidConfigurationReason | Components::UnknownConfigValueName = 0 |
const InvalidConfigurationReason | Components::InvalidConfigValueType = 1 |
const InvalidConfigurationReason | Components::ConfigValueRequired = 2 |
const InvalidConfigurationReason | Components::ConfigValueNotExpected = 3 |
#define CCM_OBJECT_IDL |
@ Compile this file with:
tao_idl -Gv -I ../.. -I ../../orbsvcs/orbsvcs \ -Wb,export_macro=CIAO_Export \ -Wb,export_include=CIAO_export.h \ -Wb,pre_include="ace/pre.h" \ -Wb,post_include="ace/post.h" \ CCM_Component.idl