//File: HDAISValueIO.idl // Change history // DAIS RTF 1.1 6320 2004-10-01 CORBA 3 Home key word collision // HDAIS FTF 6419 2004-09-09 Commented lines removed #ifndef _HDAIS_VALUE_IO_IDL #define _HDAIS_VALUE_IO_IDL #include #include #include #pragma prefix "omg.org" module DAIS { module HDA { module ValueIO { typedef unsigned short UpdateCapabilities; const UpdateCapabilities OPCHDA_INSERTCAP = 0x0001; const UpdateCapabilities OPCHDA_REPLACECAP = 0x0002; const UpdateCapabilities OPCHDA_DELETERAWCAP = 0x0008; const UpdateCapabilities OPCHDA_DELETEATTIMECAP = 0x0010; interface IHome : //6320 SyncRead ,SyncUpdate ,AsyncRead ,AsyncUpdate ,Playback { readonly attribute UpdateCapabilities capabilities; }; };};}; #endif // _HDAIS_VALUE_IO_IDL