| 1 |
/*******************************************************/
|
| 2 |
/* */
|
| 3 |
/* LeafOK Innbbsd */
|
| 4 |
/* */
|
| 5 |
/* Copyright (C) LeafOK.com, 2003-2008 */
|
| 6 |
/* */
|
| 7 |
/* http://www.leafok.com */
|
| 8 |
/* */
|
| 9 |
/*******************************************************/
|
| 10 |
|
| 11 |
#pragma once
|
| 12 |
|
| 13 |
class App_common
|
| 14 |
{
|
| 15 |
public:
|
| 16 |
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;
|
| 20 |
static const int Ver_Minor;
|
| 21 |
static const int Ver_Inner;
|
| 22 |
|
| 23 |
static CString GetVersion(void);
|
| 24 |
};
|