Adding User edit/create view
This commit is contained in:
@@ -24,8 +24,13 @@
|
||||
#include <list>
|
||||
|
||||
#include <boost/locale.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time_types.hpp>
|
||||
|
||||
|
||||
boost::optional<long>
|
||||
readLong(const std::string& str);
|
||||
|
||||
bool
|
||||
readAsPosixTime(const std::string& str, boost::posix_time::ptime& time);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user