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