FACT++  1.0
static shared_ptr tcp_connection::create ( ba::io_service &  io_service,
int  boardid 
)
inlinestatic

Definition at line 433 of file fad.cc.

Referenced by tcp_server::start_accept().

434  {
435  return shared_ptr(new tcp_connection(io_service, boardid));
436  }
boost::shared_ptr< tcp_connection > shared_ptr
Definition: fad.cc:431
tcp_connection(ba::io_service &ioservice, int boardid)
Definition: fad.cc:87

+ Here is the caller graph for this function: