dtinfo subtree DtMmdb
This commit is contained in:
committed by
Jon Trulson
parent
b92cf08899
commit
8c8363f4a5
@@ -24,8 +24,9 @@
|
||||
/* Copyright (c) 1995 FUJITSU LIMITED */
|
||||
/* All Rights Reserved */
|
||||
|
||||
#include <iostream.h>
|
||||
#include <strstream.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
using namespace std;
|
||||
|
||||
#include "SymTab.h"
|
||||
#include "Exceptions.hh"
|
||||
@@ -84,7 +85,7 @@ private:
|
||||
char* const f_buffer;
|
||||
ostrstream f_output;
|
||||
#else
|
||||
strstreambuf *f_streambuf ;
|
||||
stringbuf *f_streambuf;
|
||||
ostream f_output;
|
||||
#endif
|
||||
Resolver &f_resolver;
|
||||
|
||||
Reference in New Issue
Block a user