remove struct declaration

pull/40/head
Matchman Green 2012-04-29 16:46:46 +08:00
parent 13001ed087
commit ced3ef5e50
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ public :
std::time_t Sec( ) const ;
unsigned long NanoSec( ) const ;
struct tm Tm() const ;
struct timeval Tv() const ;
tm Tm() const ;
timeval Tv() const ;
bool operator==( const DateTime& dt ) const ;
bool operator!=( const DateTime& dt ) const ;