IViaccessService.idl

00001 // Copyright (c) 2010 Motorola, Inc. All rights reserved.
00002 
00003 
00004 #ifndef IVIACCESSSERVICE_IDL
00005 #define IVIACCESSSERVICE_IDL
00006 
00007 #include "ITeiViaccessService.idl"
00008 #include "TToiInvalidArgumentException.idl"
00013 interface IViaccessService : ITeiViaccessService
00014 {
00015 
00025   void RegisterObserverInternal(in string address)
00026     raises (TToiInvalidArgumentException);
00027 };
00028 
00029 #endif