summaryrefslogtreecommitdiff
path: root/xml2cmp/source/xcd/cr_index.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml2cmp/source/xcd/cr_index.cxx')
-rw-r--r--xml2cmp/source/xcd/cr_index.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xml2cmp/source/xcd/cr_index.cxx b/xml2cmp/source/xcd/cr_index.cxx
index 7c27dabab..23e70ba7a 100644
--- a/xml2cmp/source/xcd/cr_index.cxx
+++ b/xml2cmp/source/xcd/cr_index.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cr_index.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: np $ $Date: 2001-03-23 13:39:36 $
+ * last change: $Author: np $ $Date: 2001-07-10 11:02:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,8 +201,8 @@ Index::CreateHtmlFileName( char * o_sOutputHtml,
void
-Index::WriteTableFromHeap( ofstream & o_rOut,
- Heap & i_rHeap,
+Index::WriteTableFromHeap( ostream & o_rOut,
+ Heap & i_rHeap,
const char * i_sIndexValue,
const char * i_sIndexReference,
E_LinkType i_eLinkType )
@@ -220,7 +220,7 @@ Index::WriteTableFromHeap( ofstream & o_rOut,
void
-Index::WriteHeap( ofstream & o_rOut,
+Index::WriteHeap( ostream & o_rOut,
Heap & i_rHeap,
E_LinkType i_eLinkType )
{