--- innwebd/App_common.h 2004/06/30 12:54:15 1.1 +++ innwebd/App_common.h 2004/07/04 06:45:23 1.3 @@ -1,10 +1,10 @@ /*******************************************************/ /* */ -/* LeafOK Innd */ +/* LeafOK Innbbsd */ /* Copyright (C) LeafOK.com, 2003-2004 */ /* */ /* Programmed by Leaf */ -/* E-mail:leaf@leafok.com QQ:6049044 */ +/* E-mail:leaflet@leafok.com QQ:6049044 */ /* */ /* http://bbs.leafok.com */ /* http://bbs.leafok.net */ @@ -13,17 +13,16 @@ /*******************************************************/ #pragma once -#include ".\nntp_log.h" class App_common { public: static const char ProductName[100]; + static const char ServiceName[100]; + static const char App_common::Copyright[256]; static const int Ver_Major; static const int Ver_Minor; static const int Ver_Inner; static CString GetVersion(void); }; - -extern nntp_log nlog;