00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *-------------------------------------------------------------------- 00003 * 00004 * ISchedulerService.idl 00005 * 00006 * Copyright (c) 2010 Motorola, Inc. All Rights Reserved. 00007 * 00008 *-------------------------------------------------------------------- 00009 */ 00010 00011 #ifndef ISCHEDULERSERVICE_IDL 00012 #define ISCHEDULERSERVICE_IDL 00013 00014 #include "IToiSchedulerService.idl" 00015 00020 interface ISchedulerService : IToiSchedulerService 00021 { 00022 00034 void RegisterObserverInternal(in string address) 00035 raises (TToiInvalidArgumentException); 00036 }; 00037 00038 #endif