5 // This is a OMG specified IDL. When IIOP modules start getting
6 // complicated we may want to have them here.
7 #pragma prefix "omg.org"
9 #if !defined (TAO_LACKS_IIOP)
19 typedef sequence<ListenPoint> ListenPointList;
21 struct BiDirIIOPServiceContext
23 ListenPointList listen_points;
27 #endif /* TAO_LACKS_IIOP */
29 #endif /* TAO_IIOP_PIDL */