Skip to content
Snippets Groups Projects
Commit ee5e310f authored by PeiYong Zhang's avatar PeiYong Zhang
Browse files

typo fixed

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175568 13f79535-47bb-0310-9956-ffa450edef68
parent e76db1c3
No related merge requests found
...@@ -56,6 +56,9 @@ ...@@ -56,6 +56,9 @@
/* /*
* $Log$ * $Log$
* Revision 1.2 2003/12/16 17:17:25 peiyongz
* typo fixed
*
* Revision 1.1 2003/09/18 18:29:58 peiyongz * Revision 1.1 2003/09/18 18:29:58 peiyongz
* Interface: Binary Output Stream * Interface: Binary Output Stream
* *
...@@ -79,7 +82,7 @@ public : ...@@ -79,7 +82,7 @@ public :
virtual ~BinOutputStream(); virtual ~BinOutputStream();
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
// The virtual input stream interface // The virtual output stream interface
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
virtual unsigned int curPos() const = 0; virtual unsigned int curPos() const = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment