//File: CosContainment.idl //Part of the Externalization Service #ifndef _COS_CONTAINMENT_IDL_ #define _COS_CONTAINMENT_IDL_ #include #pragma prefix "omg.org" module CosContainment { interface Relationship : CosRelationships::Relationship {}; interface ContainsRole : CosGraphs::Role {}; interface ContainedInRole : CosGraphs::Role {}; }; #endif /* ifndef _COS_CONTAINMENT_IDL_ */