00001 #ifndef __ASCIITIMESTAMP_H__ 00002 #define __ASCIITIMESTAMP_H__ 00003 00004 #include <fstream> 00005 #ifndef __PHTIMESTAMP_H__ 00006 #include "PHTimeStamp.h" 00007 #endif 00008 00009 PHTimeStamp getTimeStamp(const char* thedate); 00010 PHTimeStamp getTimeStamp(std::ifstream& in); 00011 00012 #endif 00013 00014