00001 /* Copyright (c) 2011 Motorola Mobility, Inc. All rights reserved. 00002 * 00003 * This program is confidential and proprietary to Motorola Mobility, Inc and 00004 * may not be copied, reproduced, disclosed to others, published or used, in 00005 * whole or in part, without the expressed prior written permission of Motorola 00006 * Mobility, Inc. 00007 * 00008 * IToiMediaPlayer.idl 00009 */ 00010 00011 #ifndef IMEDIAPLAYER_IDL 00012 #define IMEDIAPLAYER_IDL 00013 00014 #include "IToiMediaPlayer.idl" 00015 00020 interface IMediaPlayer : IToiMediaPlayer 00021 { 00022 00035 void RegisterObserverInternal(in string address) 00036 raises (TToiInvalidArgumentException); 00037 }; 00038 00039 #endif