More World stuff, and mkworld.
This commit is contained in:
parent
1b1945c63e
commit
cae58f43f1
13 changed files with 281 additions and 105 deletions
|
@ -95,12 +95,10 @@ public:
|
|||
*
|
||||
* @param hp Home path
|
||||
* @param port TCP and UDP port for packets and HTTP control (if 0, pick random port)
|
||||
* @param overrideRootTopology String-serialized root topology (for testing, default: NULL)
|
||||
*/
|
||||
static OneService *newInstance(
|
||||
const char *hp,
|
||||
unsigned int port,
|
||||
const char *overrideRootTopology = (const char *)0);
|
||||
unsigned int port);
|
||||
|
||||
virtual ~OneService();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue