diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-06-01 18:23:45 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-06-01 18:23:45 +0000 |
commit | 9c5a6f34cd042eed0c03d0e1368ccd8cb0194ddc (patch) | |
tree | e722e8b485dd99aaa9efa8679bdde6eb1b71ed76 /modules/CIAO/ccm/CCM_HomeConfiguration.idl | |
parent | dc25598c5fe36d33b5ff9e94a59e90f79cf42dba (diff) | |
download | ATCD-9c5a6f34cd042eed0c03d0e1368ccd8cb0194ddc.tar.gz |
branching/tagging
Diffstat (limited to 'modules/CIAO/ccm/CCM_HomeConfiguration.idl')
-rw-r--r-- | modules/CIAO/ccm/CCM_HomeConfiguration.idl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/CIAO/ccm/CCM_HomeConfiguration.idl b/modules/CIAO/ccm/CCM_HomeConfiguration.idl new file mode 100644 index 00000000000..e5647901bca --- /dev/null +++ b/modules/CIAO/ccm/CCM_HomeConfiguration.idl @@ -0,0 +1,22 @@ +// $Id$ + +#if !defined (CCM_HOMECONFIGURATION_IDL) +#define CCM_HOMECONFIGURATION_IDL + +#include "ccm/CCM_Configurator.idl" +#include "ccm/CCM_StandardConfigurator.idl" +#include "ccm/CCM_Home.idl" + +module Components +{ + typeprefix Components "omg.org"; + + interface HomeConfiguration : CCMHome + { + void set_configurator (in Configurator cfg); + void set_configuration_values (in ConfigValues config); + void complete_component_configuration (in boolean b); + void disable_home_configuration(); + }; +}; +#endif /* CCM_HOMECONFIGURATOR_IDL */ |