1 26 27 package org.objectweb.corba.generator.cif_idl.api; 28 29 import org.objectweb.openccm.ast.api.ModuleDecl; 31 import org.objectweb.openccm.ast.api.InterfaceDecl; 32 import org.objectweb.openccm.ast.api.ComponentDecl; 33 34 41 42 public interface SegmentMapping 43 { 44 51 public void 52 declareCIF(ModuleDecl module, 53 InterfaceDecl seg_base_mapping, 54 ComponentDecl comp); 55 } 56 | Popular Tags |