dangsn
2024-06-11 dba1e53cd7652f1b973ffec118e5b3312278c814
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.vci.corba.omd.btm;
 
 
/**
 * Generated from IDL interface "BTMFactory".
 *
 * @author JacORB IDL compiler V 3.9
 * @version generated at 2022-12-23 15:42:24
 */
 
public interface BTMFactoryOperations
{
    /* constants */
    /* operations  */
    com.vci.corba.omd.btm.BTMService getBTMService() throws com.vci.corba.common.VCIError;
}