From c294d983f89f9039d5f1ca5ec4236400c04c34a9 Mon Sep 17 00:00:00 2001
From: PeiYong Zhang <peiyongz@apache.org>
Date: Tue, 26 Oct 2004 14:57:41 +0000
Subject: [PATCH] Getter

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176159 13f79535-47bb-0310-9956-ffa450edef68
---
 src/xercesc/util/BinMemInputStream.hpp | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/xercesc/util/BinMemInputStream.hpp b/src/xercesc/util/BinMemInputStream.hpp
index cb07bec32..a2495e19a 100644
--- a/src/xercesc/util/BinMemInputStream.hpp
+++ b/src/xercesc/util/BinMemInputStream.hpp
@@ -15,9 +15,6 @@
  */
 
 /*
- * $Log$
- * Revision 1.6  2004/10/26 14:50:49  peiyongz
- * net getter
  *
  * Revision 1.5  2004/09/08 13:56:21  peiyongz
  * Apache License Version 2.0
@@ -94,15 +91,14 @@ public :
     // -----------------------------------------------------------------------
     virtual unsigned int curPos() const;
 
-    unsigned int getSize() const;
-
     virtual unsigned int readBytes
     (
                 XMLByte* const  toFill
         , const unsigned int    maxToRead
     );
 
-
+    inline unsigned int getSize() const;
+    
 private :
     // -----------------------------------------------------------------------
     //  Unimplemented constructors and operators
-- 
GitLab