00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *--------------------------------------------------------------------------- 00003 * 00004 * interface/public/IToiHelloWorldObserver.idl 00005 * 00006 * Copyright (c) 2006 Motorola Inc. All Rights Reserved. 00007 * 00008 *--------------------------------------------------------------------------- 00009 */ 00010 00011 #ifndef ITOIHELLOWORLDOBSERVER_IDL 00012 #define ITOIHELLOWORLDOBSERVER_IDL 00013 00014 interface IToiHelloWorldObserver 00015 { 00016 00023 oneway void OnMessageReady(in string message); 00024 00025 }; 00026 00027 #endif