diff OrthancServer/DatabaseWrapper.h @ 1237:0f3716b88af7

cleaning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Dec 2014 15:33:16 +0100
parents 21d84e3acc0d
children 6c07108ff1e2
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Fri Dec 05 14:53:30 2014 +0100
+++ b/OrthancServer/DatabaseWrapper.h	Fri Dec 05 15:33:16 2014 +0100
@@ -122,10 +122,6 @@
                             MetadataType type,
                             const std::string& defaultValue);
 
-    bool GetMetadataAsInteger(int& result,
-                              int64_t id,
-                              MetadataType type);
-
     void AddAttachment(int64_t id,
                        const FileInfo& attachment);
 
@@ -155,15 +151,6 @@
                                int64_t id);
 
     void LogChange(int64_t internalId,
-                   ChangeType changeType,
-                   ResourceType resourceType,
-                   const std::string& publicId)
-    {
-      ServerIndexChange change(changeType, resourceType, publicId);
-      LogChange(internalId, change);
-    }
-
-    void LogChange(int64_t internalId,
                    const ServerIndexChange& change);
 
     void GetChanges(Json::Value& target,
@@ -229,8 +216,6 @@
       db_.FlushToDisk();
     }
 
-    uint64_t IncrementGlobalSequence(GlobalProperty property);
-
     void ClearTable(const std::string& tableName);
 
     bool IsExistingResource(int64_t internalId);