Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields  

Timestamp.h

00001 /*
00002  * $Id: Timestamp.h,v 1.3 2003/08/15 22:03:02 mindstorm2600 Exp $
00003  */
00004 #ifndef __CLAW_TIMESTAMP_H__
00005 #define __CLAW_TIMESTAMP_H__
00006 
00007 #include<Time.h>
00008 
00009 namespace clawsoft{
00010 
00015         class Timestamp:public Time{
00016                 public:
00017                         Timestamp();
00018                         Timestamp(Uint32 tstamp);
00020                         int Hour();
00022                         int Minute();
00024                         int Second();
00026                         Uint32 timestamp();
00027         };
00028 };
00029 
00030 #endif

Authors:

Juan V. Guerrero
Jannette C. Mejia
Juan C. Guevara

Powered by:

SourceForgeLogo