ToiDiagnosticsService.idl
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
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
00034 interface ToiDiagnosticsService {
00035
00041 const string DATA_MODEL_MOTOROLA_STB = "Motorola_STB";
00042
00061
00062
00063
00064
00065
00066 ToiDiagnosticsDataModel createDataModelInstance(in string dataModelName)
00067 raises (TToiInvalidArgumentException);
00068
00069 };
00070
00071 #endif