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

Diff of /innwebd/App_common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Wed Jun 30 12:54:15 2004 UTC Revision 1.5 by sysadm, Fri Apr 11 17:14:49 2008 UTC
# Line 1  Line 1 
1  /*******************************************************/  /*******************************************************/
2  /*                                                     */  /*                                                     */
3  /*  LeafOK Innd                                        */  /*  LeafOK Innbbsd                                     */
 /*  Copyright (C) LeafOK.com, 2003-2004                */  
4  /*                                                     */  /*                                                     */
5  /*  Programmed by Leaf                                 */  /*  Copyright (C) LeafOK.com, 2003-2008                */
 /*  E-mail:leaf@leafok.com  QQ:6049044                 */  
6  /*                                                     */  /*                                                     */
7  /*  http://bbs.leafok.com                              */  /*  http://www.leafok.com                              */
 /*  http://bbs.leafok.net                              */  
 /*  http://bbs.fenglin.info                            */  
8  /*                                                     */  /*                                                     */
9  /*******************************************************/  /*******************************************************/
10    
11  #pragma once  #pragma once
 #include ".\nntp_log.h"  
12    
13  class App_common  class App_common
14  {  {
15  public:  public:
16          static const char ProductName[100];          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;          static const int Ver_Major;
20          static const int Ver_Minor;          static const int Ver_Minor;
21          static const int Ver_Inner;          static const int Ver_Inner;
22    
23          static CString GetVersion(void);          static CString GetVersion(void);
24  };  };
   
 extern nntp_log nlog;  


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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