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

Annotation of /innwebd/App_common.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations)
Fri Apr 11 17:14:49 2008 UTC (17 years, 11 months ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -6 lines
Content type: text/x-chdr
Update copyright
Add extra log for exception

1 sysadm 1.1 /*******************************************************/
2     /* */
3 sysadm 1.3 /* LeafOK Innbbsd */
4 sysadm 1.1 /* */
5 sysadm 1.5 /* Copyright (C) LeafOK.com, 2003-2008 */
6 sysadm 1.1 /* */
7 sysadm 1.5 /* http://www.leafok.com */
8 sysadm 1.1 /* */
9     /*******************************************************/
10    
11     #pragma once
12    
13     class App_common
14     {
15     public:
16     static const char ProductName[100];
17 sysadm 1.3 static const char ServiceName[100];
18     static const char App_common::Copyright[256];
19 sysadm 1.1 static const int Ver_Major;
20     static const int Ver_Minor;
21     static const int Ver_Inner;
22    
23     static CString GetVersion(void);
24     };

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