//File: HDAISNode.idl //Change history // DAIS RTF 1.1 6320 2004-10-01 CORBA 3 Home key word collision #ifndef _HDAIS_NODE_IDL #define _HDAIS_NODE_IDL #pragma prefix "omg.org" #include module DAIS { module HDA { module Node { interface IHome : DAIS::Node::IHome //6320 { ResourceID get_root(); }; };};}; #endif // _HDAIS_NODE_IDL