IVqecDaemon.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *---------------------------------------------------------------------------
00003  *
00004  * IVqecDaemon.idl
00005  *
00006  * Copyright (c) 2009 Motorola Inc. All rights reserved.
00007  *
00008  *---------------------------------------------------------------------------
00009  */
00010 
00011 #ifndef IVQECDAEMON_IDL
00012 #define IVQECDAEMON_IDL
00013 
00014 interface IVqecDaemon
00015 {
00016   void Open(out long handle, out string address);
00017   void Close(in long handle);
00018 };
00019 
00020 #endif /* #ifndef IVQECDAEMON_IDL */