|
@@ -24,8 +24,8 @@ struct IOServiceImpl;
|
|
|
|
|
|
class IOService {
|
|
|
public:
|
|
|
- IOService(AuthSrv* auth_server, const char* port,
|
|
|
- const bool use_ipv4, const bool use_ipv6);
|
|
|
+ IOService(AuthSrv* auth_server, const char* port, bool use_ipv4,
|
|
|
+ bool use_ipv6);
|
|
|
~IOService();
|
|
|
void run();
|
|
|
void stop();
|