00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *--------------------------------------------------------------------------- 00003 * 00004 * interface/internal/IPlatformComponent.idl 00005 * 00006 * Copyright (c) 2003, 2010 Motorola, Inc. All rights reserved. 00007 * 00008 *--------------------------------------------------------------------------- 00009 */ 00010 00011 #ifndef IPLATFORMCOMPONENT_IDL 00012 #define IPLATFORMCOMPONENT_IDL 00013 00021 interface IPlatformComponent 00022 { 00027 oneway void OnLoad(); 00028 00041 oneway void OnUnload(in boolean willReboot); 00042 00049 oneway void OnStandbyChanged(); 00050 00058 oneway void Ping(); 00059 }; 00060 00061 #endif