You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falk-werner_webfuse/src/webfuse/ws/config.cpp

13 lines
99 B

#include "webfuse/ws/config.hpp"
namespace webfuse
{
ws_config::ws_config()
: port(8081)
{
}
}