IToiDlnaRendererObserver.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef ITOIDLNARENDEREROBSERVER_IDL
00016 #define ITOIDLNARENDEREROBSERVER_IDL
00017
00018 #include "TToiInvalidArgumentException.idl"
00019 #include "TToiOperationNotSupportedException.idl"
00020 #include "TToiNoDataException.idl"
00021 #include "TToiNotEnoughResourcesException.idl"
00022 #include "TToiUnhandledValueException.idl"
00023 #include "IToiApplicationService.idl"
00024 #include "IToiOperationManager.idl"
00025 #include "IToiDlnaContentDirectoryService.idl"
00026 #include "IToiDlnaRendererManager.idl"
00027
00035
00043 interface IToiDlnaRendererObserver {
00044
00052 oneway void OnRendererSessionChanged(in IToiDlnaRendererManager::TToiRendererSessionInfo info);
00053
00054 };
00055
00056 #endif