00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *--------------------------------------------------------------------------- 00003 * 00004 * IVqecCore.idl 00005 * 00006 * Copyright (c) 2009 Motorola Inc. All rights reserved. 00007 * 00008 *--------------------------------------------------------------------------- 00009 */ 00010 00011 #ifndef IVQECCORE_IDL 00012 #define IVQECCORE_IDL 00013 00014 #include "TToiInvalidArgumentException.idl" 00015 00016 interface IVqecCore 00017 { 00018 oneway void Bind(in string uri); 00019 oneway void Unbind(); 00020 oneway void Read(in long key, in long offset, in long size); 00021 oneway void Discard(); 00022 oneway void SetClientSocketName(in string socketName); 00023 }; 00024 00025 #endif /* #ifndef IVQECCORE_IDL */