1 6 7 package SOFA.Connector.EEG.EEM.Elements; 8 9 import SOFA.Connector.EEG.CodeWriter.IDLWriterDirectorException; 10 import SOFA.Connector.EEG.EEM.Actions.IDLIfaceCN; 11 import SOFA.Connector.EEG.EEM.Actions.IDLIfaceWriterDirectorBase; 12 import SOFA.SOFAnode.Made.TIR.OperationDef; 13 14 19 public class CORBAInterfaceGen extends IDLIfaceWriterDirectorBase { 20 21 22 public CORBAInterfaceGen(String ifaceCDL, SOFA.Connector.Property[] params) { 23 super(ifaceCDL,params); 24 } 25 26 public String getMethod(OperationDef method) throws IDLWriterDirectorException { 27 return IDLIfaceCN.getOperationDef(method); 28 } 29 30 } 31 | Popular Tags |