00001 // Copyright (c) 2011 Motorola, Inc. All rights reserved. 00002 00003 #ifndef IMEDIACONSUMER_IDL 00004 #define IMEDIACONSUMER_IDL 00005 00006 #include "IToiMediaConsumer.idl" 00007 00012 interface IMediaConsumer : IToiMediaConsumer 00013 { 00014 00027 void RegisterObserverInternal(in string address) 00028 raises (TToiInvalidArgumentException); 00029 }; 00030 00031 #endif