/* * This module defines a single interface that * inherits/implements all api2 IO interfaces. * * $Id: IO.IDL 1632 2006-07-11 21:59:01Z rvosa $ */ #include "api2/IO.idl" module CipresIDL_api2 { interface DataIO : AttachmentInput, AttachmentOutput, AttachmentSeqInput, AttachmentSeqOutput, TaxonInput, TaxonOutput, TaxaListInput, TaxaListOutput, TreeScoreInput, TreeScoreOutput, TreeInput, TreeOutput, TreeListInput, TreeListOutput, DataMatrixInput, DataMatrixOutput, DataMatrixListInput, DataMatrixListOutput { /* nothing here! */ }; };