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

Annotation of /innwebd/App_common.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations)
Sat Feb 26 16:10:25 2005 UTC (21 years ago) by sysadm
Branch: MAIN
CVS Tags: innwebd_1-4-16-0_MIL
Changes since 1.3: +1 -1 lines
Content type: text/x-chdr
Copyright update

1 sysadm 1.1 /*******************************************************/
2     /* */
3 sysadm 1.3 /* LeafOK Innbbsd */
4 sysadm 1.4 /* Copyright (C) LeafOK.com, 2003-2005 */
5 sysadm 1.1 /* */
6     /* Programmed by Leaf */
7 sysadm 1.3 /* E-mail:leaflet@leafok.com QQ:6049044 */
8 sysadm 1.1 /* */
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 sysadm 1.3 static const char ServiceName[100];
22     static const char App_common::Copyright[256];
23 sysadm 1.1 static const int Ver_Major;
24     static const int Ver_Minor;
25     static const int Ver_Inner;
26    
27     static CString GetVersion(void);
28     };

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