diff Core/FileStorage/StorageAccessor.cpp @ 233:c11273198cef

rename
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 14:30:05 +0100
parents 5368bbe813cf
children bdd72233b105
line wrap: on
line diff
--- a/Core/FileStorage/StorageAccessor.cpp	Fri Nov 30 14:22:27 2012 +0100
+++ b/Core/FileStorage/StorageAccessor.cpp	Fri Nov 30 14:30:05 2012 +0100
@@ -35,7 +35,7 @@
 namespace Orthanc
 {
   FileInfo StorageAccessor::Write(const std::vector<uint8_t>& content,
-                                  FileType type)
+                                  FileContentType type)
   {
     if (content.size() == 0)
     {
@@ -48,7 +48,7 @@
   }
 
   FileInfo StorageAccessor::Write(const std::string& content,
-                                  FileType type)
+                                  FileContentType type)
   {
     if (content.size() == 0)
     {