diff OrthancFramework/Sources/DicomFormat/DicomStreamReader.h @ 4277:c5ca798b158a

CheckOrthancFrameworkSymbols.py
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Nov 2020 18:45:32 +0100
parents 38d446c9ee1d
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomStreamReader.h	Tue Nov 03 17:00:58 2020 +0100
+++ b/OrthancFramework/Sources/DicomFormat/DicomStreamReader.h	Tue Nov 03 18:45:32 2020 +0100
@@ -118,14 +118,8 @@
 
     void Consume(IVisitor& visitor);
 
-    bool IsDone() const
-    {
-      return (state_ == State_Done);
-    }
+    bool IsDone() const;
 
-    uint64_t GetProcessedBytes() const
-    {
-      return reader_.GetProcessedBytes();
-    }
+    uint64_t GetProcessedBytes() const;
   };
 }