/[cvs]/api/Classes/DateTime/DateTime.h
ViewVC logotype

Annotation of /api/Classes/DateTime/DateTime.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (22 years, 11 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

1 bearsoft 1.1 #ifndef __DateTime_H__
2     #define __DateTime_H__
3    
4     class DateTime
5     {
6    
7     public:
8    
9     DateTime(int iOption);
10     DateTime(int iOption, long t);
11     ~DateTime();
12    
13     char *get(int option);
14     char *get(int option, long t);
15     char *buffer;
16     int length;
17    
18     int option;
19    
20    
21     };
22    
23     #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26