From b85601c12d8f67c04a691911bf8eedca4a3d7ecb Mon Sep 17 00:00:00 2001 From: "Unknown (roddey)" <dev-null@apache.org> Date: Mon, 24 Jan 2000 20:38:56 +0000 Subject: [PATCH] Fixed some small bugs introduced in the recent move away from the util/* streams. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171638 13f79535-47bb-0310-9956-ffa450edef68 --- tests/ParserTest/ParserTest.hpp | 5 ++++- tests/ParserTest/ParserTest_Parser.hpp | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/ParserTest/ParserTest.hpp b/tests/ParserTest/ParserTest.hpp index 58b851674..6fbb7d8f3 100644 --- a/tests/ParserTest/ParserTest.hpp +++ b/tests/ParserTest/ParserTest.hpp @@ -56,6 +56,9 @@ /** * $Log$ + * Revision 1.4 2000/01/24 20:38:56 roddey + * Fixed some small bugs introduced in the recent move away from the util/* streams. + * * Revision 1.3 2000/01/21 23:58:06 roddey * Initial move away from util streams was bad. Wide char APIs didn't allow enough * control to do canonical output, so changed to use std short char APIs. @@ -86,8 +89,8 @@ enum OutputTypes // Includes that everyone uses inside this program // --------------------------------------------------------------------------- #include "ParserTest_Parser.hpp" -#include <iostream.h> #include <stdlib.h> +#include <iostream.h> // --------------------------------------------------------------------------- diff --git a/tests/ParserTest/ParserTest_Parser.hpp b/tests/ParserTest/ParserTest_Parser.hpp index 515435210..3022b3080 100644 --- a/tests/ParserTest/ParserTest_Parser.hpp +++ b/tests/ParserTest/ParserTest_Parser.hpp @@ -56,6 +56,9 @@ /** * $Log$ + * Revision 1.4 2000/01/24 20:38:56 roddey + * Fixed some small bugs introduced in the recent move away from the util/* streams. + * * Revision 1.3 2000/01/21 23:58:06 roddey * Initial move away from util streams was bad. Wide char APIs didn't allow enough * control to do canonical output, so changed to use std short char APIs. @@ -383,4 +386,4 @@ inline void TestParser::setShowWarnings(const bool state) inline void TestParser::setShowErrLoc(const bool state) { fShowErrLoc = state; - +} -- GitLab