Nothing special. Just bringing the cvs version up-to-date with my private version.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7206 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
// Copyright (c) 2004 Waldemar Kornewald, [email protected]
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
#include "NetServer.h"
|
||||
#include <Application.h>
|
||||
#include <Alert.h>
|
||||
|
||||
|
||||
static const char *kSignature = "application/x-obos.net_server";
|
||||
static const char *kSignature = NET_SERVER_SIGNATURE;
|
||||
|
||||
|
||||
class NetServerApplication : public BApplication {
|
||||
|
||||
Reference in New Issue
Block a user