Merge branch 'master' into jwi-bcc64xsingletonwarning
[ACE_TAO.git] / ACE / apps / JAWS2 / JAWS / Pipeline.cpp
blob6522e40fdeb11c30b8cee766985b3b92393f2447
1 #include "JAWS/Pipeline.h"
4 JAWS_Pipeline::JAWS_Pipeline ()
8 int
9 JAWS_Pipeline::open (void *)
11 // Simply call into the virtual svc() method.
12 if (this->svc () == -1)
13 ACE_ERROR_RETURN ((LM_ERROR,
14 "%p\n",
15 "JAWS_Pipeline::svc"),
16 -1);
17 return 0;
20 int
21 JAWS_Pipeline::close (u_long)
23 return 0;