]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxtime.h
Transfer tempName() implementation to FileName.
[lyx.git] / src / support / lyxtime.h
index a84e391bfe4019059db581785906d3a3e1314f74..147d3d6b6dfb022e93920eafe5266a233ee6633e 100644 (file)
 
 namespace lyx {
 
-typedef time_t time_type;
-
-time_type current_time();
+time_t current_time();
 
 /** Returns a locale-dependent formatting of the date
  *  and time encoded in \c time. The \p fmt string
  *  holds the formatting arguments of \c strftime.
  */
-std::string const formatted_time(time_type t, std::string const & fmt);
+std::string const formatted_time(time_t t, std::string const & fmt);
 
 }; // namespace lyx