ToiAssetManagerServiceGetAssetInfoResultRet.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *--------------------------------------------------------------------
00003  *
00004  * ToiAssetManagerServiceGetAssetInfoResultRet.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 TOIASSETMANAGERSERVICEGETASSETINFORESULTRET_IDL
00016 #define TOIASSETMANAGERSERVICEGETASSETINFORESULTRET_IDL
00017 #include "ToiAssetManagerService.idl"
00018 //@ [ReturnType(Interface=ToiAssetManagerService,Method=GetAssetInfoResult)]
00019 interface ToiAssetManagerServiceGetAssetInfoResultRet {
00020 
00021 attribute ToiAssetManagerService::TToiAssetInfoSequence objects;
00022 
00023 attribute boolean hasMore;
00024 
00025 //@ [ReturnTypeMethod(Caller=TToiAssetManagerServiceCaller)]
00026 //@ [OutParam(Name=objects,Position=3,IsBinary=0,Bound=0)]
00027 //@ [OutParam(Name=hasMore,Position=4,IsBinary=0,Bound=0)]
00028 void getAssetInfoResult(in ToiOperationManager::TToiOperationId operationId, 
00029         in unsigned long maxCount);
00030 
00031 };
00032 #endif