| 1 |
/*******************************************************/ |
/*******************************************************/ |
| 2 |
/* */ |
/* */ |
| 3 |
/* LeafOK Innd */ |
/* LeafOK Innbbsd */ |
|
/* Copyright (C) LeafOK.com, 2003-2004 */ |
|
| 4 |
/* */ |
/* */ |
| 5 |
/* Programmed by Leaf */ |
/* Copyright (C) LeafOK.com, 2003-2008 */ |
|
/* E-mail:leaf@leafok.com QQ:6049044 */ |
|
| 6 |
/* */ |
/* */ |
| 7 |
/* http://bbs.leafok.com */ |
/* http://www.leafok.com */ |
|
/* http://bbs.leafok.net */ |
|
|
/* http://bbs.fenglin.info */ |
|
| 8 |
/* */ |
/* */ |
| 9 |
/*******************************************************/ |
/*******************************************************/ |
| 10 |
|
|
| 11 |
#pragma once |
#pragma once |
|
#include ".\nntp_log.h" |
|
| 12 |
|
|
| 13 |
class App_common |
class App_common |
| 14 |
{ |
{ |
| 15 |
public: |
public: |
| 16 |
static const char ProductName[100]; |
static const char ProductName[100]; |
| 17 |
|
static const char ServiceName[100]; |
| 18 |
|
static const char App_common::Copyright[256]; |
| 19 |
static const int Ver_Major; |
static const int Ver_Major; |
| 20 |
static const int Ver_Minor; |
static const int Ver_Minor; |
| 21 |
static const int Ver_Inner; |
static const int Ver_Inner; |
| 22 |
|
|
| 23 |
static CString GetVersion(void); |
static CString GetVersion(void); |
| 24 |
}; |
}; |
|
|
|
|
extern nntp_log nlog; |
|