IToiDiagnosticsService.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * IToiDiagnosticsService.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 ITOIDIAGNOSTICSSERVICE_IDL
00016 #define ITOIDIAGNOSTICSSERVICE_IDL
00017 
00018 #include "TToiInvalidArgumentException.idl"
00019 #include "TToiUnhandledValueException.idl"
00020 #include "IToiApplicationService.idl"
00021 
00030 //@ [Service(Name=DiagnosticsService)]
00031 
00032 interface IToiDiagnosticsService {
00033 
00039   const string DATA_MODEL_MOTOROLA_STB = "Motorola_STB";
00040   
00062   //@ [ReturnAddress(Type=IToiDiagnosticsDataModel)]
00063   //@ [IgnoredApplicationId(Position=1)]
00064   
00065   
00066   void CreateDataModelInstance(in IToiApplicationService::TToiApplicationId applicationId, 
00067         in string dataModelName, 
00068         out string dataModelAddress)
00069    raises (TToiInvalidArgumentException);
00070   
00071 };
00072 
00073 #endif