1 #include "JAWS/Pipeline.h"
5 JAWS_Pipeline::JAWS_Pipeline (void)
10 JAWS_Pipeline::open (void *)
12 // Simply call into the virtual svc() method.
13 if (this->svc () == -1)
14 ACE_ERROR_RETURN ((LM_ERROR
,
16 "JAWS_Pipeline::svc"),
22 JAWS_Pipeline::close (u_long
)