/*
* File: ./THISORTHATSERVER.JAVA
* From: THISORTHATSERVER.IDL
* Date: Thu Apr 15 21:42:40 1999
* By: C:\PROGRA~1\JDK12~1.1\BIN\IDLTOJ~1.EXE Java IDL 1.2 Aug 18 1998 16:25:34
*/
public interface ThisOrThatServer
extends org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity {
String doThis(String what)
;
String doThat(String what)
;
}
|