home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stl453up.zip / stl453fx / zOSv1r2_DIFFS / src-iostream.cpp < prev    next >
C/C++ Source or Header  |  2002-04-29  |  516b  |  16 lines

  1. 69,70c69
  2. < //TORLAB DEBUG original _STLP_DECLSPEC ostream cout(0);
  3. < _Export ostream cout(0); //TORLAB DEBUG changed _STLP_DECLSPEC to _Export
  4. ---
  5. > _STLP_DECLSPEC ostream cout(0);
  6. 119,120c118
  7. < //TORLAB DEBUG original ios_base::Init::Init() {
  8. < _Export ios_base::Init::Init() { //TORLAB DEBUG added _Export keyword
  9. ---
  10. > ios_base::Init::Init() {
  11. 125,126c123
  12. < //TORLAB DEBUG original ios_base::Init::~Init() {
  13. < _Export ios_base::Init::~Init() { //TORLAB DEBUG added _Export keyword
  14. ---
  15. > ios_base::Init::~Init() {
  16.