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:
Waldemar Kornewald
2004-04-15 16:05:40 +00:00
parent 6c3f95cd4b
commit 0a628cf2fc
4 changed files with 93 additions and 5 deletions
+2 -1
View File
@@ -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 {