disable value semantics
| 122 | public: |
| 123 | // disable value semantics |
| 124 | Server( const Server& ) = delete; |
| 125 | Server& operator = ( const Server& ) = delete; |
| 126 | |
| 127 | Server(typename ASIOLIB::ContextType& ios, unsigned short port) : |
nothing calls this directly
no outgoing calls
no test coverage detected