/[LeafOK_CVS]/innwebd/App_common.h
ViewVC logotype

Contents of /innwebd/App_common.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Wed Jun 30 12:54:15 2004 UTC (21 years, 8 months ago) by sysadm
Branch: MAIN
Content type: text/x-chdr
Add common information
Set nlog as global variable

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 #include ".\nntp_log.h"
17
18 class App_common
19 {
20 public:
21 static const char ProductName[100];
22 static const int Ver_Major;
23 static const int Ver_Minor;
24 static const int Ver_Inner;
25
26 static CString GetVersion(void);
27 };
28
29 extern nntp_log nlog;

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1