ToiDvbEitCacheGetEventsRet.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * ToiDvbEitCacheGetEventsRet.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 TOIDVBEITCACHEGETEVENTSRET_IDL
00016 #define TOIDVBEITCACHEGETEVENTSRET_IDL
00017 #include "ToiDvbEitCache.idl"
00018 //@ [ReturnType(Interface=ToiDvbEitCache,Method=GetEvents)]
00019 interface ToiDvbEitCacheGetEventsRet {
00020 
00021 attribute ToiDvbEitCache::TToiEventInfoSequence infoSequence;
00022 
00023 attribute boolean more;
00024 
00025 //@ [ReturnTypeMethod(Caller=TToiDvbEitCacheCaller)]
00026 //@ [OutParam(Name=infoSequence,Position=4,IsBinary=0,Bound=0)]
00027 //@ [OutParam(Name=more,Position=5,IsBinary=0,Bound=0)]
00028 void getEvents(in ToiDvbEitCacheServiceItem service, 
00029         in unsigned long time, 
00030         in long duration);
00031 
00032 };
00033 #endif