note description: "EiffelVision vertical separator, Cooca implementation" author: "Daniel Furrer" date: "$Date$"; revision: "$Revision$" class EV_VERTICAL_SEPARATOR_IMP inherit EV_VERTICAL_SEPARATOR_I redefine interface end EV_SEPARATOR_IMP redefine interface end create make feature {EV_ANY, EV_ANY_I} -- Implementation interface: detachable EV_VERTICAL_SEPARATOR note option: stable attribute end; end -- class EV_VERTICAL_SEPARATOR_IMP