00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *-------------------------------------------------------------------- 00003 * 00004 * ToiStorageFile.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 TOISTORAGEFILE_IDL 00016 #define TOISTORAGEFILE_IDL 00017 00018 #include "TToiFileException.idl" 00019 00030 //@ [ReleaseInstance(Method=ReleaseInstance)] 00031 interface ToiStorageFile { 00032 00035 //@ [Enum] 00036 typedef long TToiStorageFileType; 00039 00045 //@ [Enumerator(Enum=TToiStorageFileType,Name=FILE_TYPE_TEMPORARY)] 00046 const TToiStorageFileType FILE_TYPE_TEMPORARY = 0; 00047 00049 00055 //@ [OutParam(Name=uri,Position=1,IsBinary=0, Bound=0)] 00056 string getUri(); 00057 00064 //@ [OutParam(Name=fileType,Position=1,IsBinary=0, Bound=0)] 00065 TToiStorageFileType getType(); 00066 00070 //@ [ReleaseInstance] 00071 00072 00073 void releaseInstance(); 00074 00075 }; 00076 00077 #endif