| Motorola Mobility Confidential Restricted. |
|
/extra/kbs/check_outs/co_356297/STABLE_geranium_lpm_cornsilk_10/dist/idl/js/toi/ToiDiagnosticsService.idl 00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *-------------------------------------------------------------------- 00003 * 00004 * ToiDiagnosticsService.idl 00005 * 00006 * This file was created by the Motorola IDL backend, 00007 * which is based on the OmniORB IDL parser. 00008 * Please do not modify. 00009 * 00010 * Copyright (c) 2009 Motorola Inc. All Rights Reserved. 00011 * 00012 *-------------------------------------------------------------------- 00013 */ 00014 00015 #ifndef TOIDIAGNOSTICSSERVICE_IDL 00016 #define TOIDIAGNOSTICSSERVICE_IDL 00017 00018 #include "TToiInvalidArgumentException.idl" 00019 #include "TToiUnhandledValueException.idl" 00020 #include "ToiApplicationService.idl" 00021 interface ToiDiagnosticsDataModel; 00022 00031 //@ [Service(Name=DiagnosticsService)] 00034 interface ToiDiagnosticsService { 00035 00041 const string DATA_MODEL_MOTOROLA_STB = "Motorola_STB"; 00042 00061 //@ [ReturnAddress(Type=IToiDiagnosticsDataModel)] 00062 //@ [IgnoredApplicationId(Position=1)] 00063 00064 00065 //@ [OutParam(Name=dataModelAddress,Position=3,IsBinary=0, Bound=0)] 00066 ToiDiagnosticsDataModel createDataModelInstance(in string dataModelName) 00067 raises (TToiInvalidArgumentException); 00068 00069 }; 00070 00071 #endif |