Mercurial > hg > orthanc
diff OrthancServer/DatabaseWrapper.h @ 1236:21d84e3acc0d
clean
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 05 Dec 2014 14:53:30 +0100 |
parents | 9b4977e3c19d |
children | 0f3716b88af7 |
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h Fri Dec 05 14:31:46 2014 +0100 +++ b/OrthancServer/DatabaseWrapper.h Fri Dec 05 14:53:30 2014 +0100 @@ -120,7 +120,7 @@ std::string GetMetadata(int64_t id, MetadataType type, - const std::string& defaultValue = ""); + const std::string& defaultValue); bool GetMetadataAsInteger(int& result, int64_t id, @@ -179,8 +179,7 @@ const std::string& studyInstanceUid, const std::string& seriesInstanceUid, const std::string& sopInstanceUid, - const boost::posix_time::ptime& date = - boost::posix_time::second_clock::local_time()); + const boost::posix_time::ptime& date); void GetExportedResources(Json::Value& target, int64_t since,