Index: IniDBBuilderPackage.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/IniDBBuilderPackage.cc,v retrieving revision 2.13 diff -u -p -r2.13 IniDBBuilderPackage.cc --- IniDBBuilderPackage.cc 2002/09/21 23:12:23 2.13 +++ IniDBBuilderPackage.cc 2002/11/01 22:03:45 @@ -27,6 +27,8 @@ #include "PackageSpecification.h" #include +using namespace std; + IniDBBuilderPackage::IniDBBuilderPackage (IniParseFeedback const &aFeedback) : cp (0), cbpv (), cspv (), currentSpec (0), currentOrList (0), currentAndList (0), trust (0), _feedback (aFeedback){} Index: IniParseFindVisitor.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/IniParseFindVisitor.cc,v retrieving revision 2.5 diff -u -p -r2.5 IniParseFindVisitor.cc --- IniParseFindVisitor.cc 2002/06/26 21:35:15 2.5 +++ IniParseFindVisitor.cc 2002/11/01 22:04:40 @@ -26,6 +26,8 @@ static const char *cvsid = #include "ini.h" #include +using namespace std; + extern int yyparse (); IniParseFindVisitor::IniParseFindVisitor(IniDBBuilder &aBuilder, String const &localroot, IniParseFeedback &feedback) : _Builder (aBuilder), _feedback (feedback), baseLength (localroot.size()), local_ini(0), Index: LogFile.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/LogFile.cc,v retrieving revision 2.3 diff -u -p -r2.3 LogFile.cc --- LogFile.cc 2002/07/05 05:58:56 2.3 +++ LogFile.cc 2002/11/01 22:03:45 @@ -31,6 +31,8 @@ static const char *cvsid = #include #include +using namespace std; + /* private helper class */ class filedef { Index: LogSingleton.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/LogSingleton.cc,v retrieving revision 2.1 diff -u -p -r2.1 LogSingleton.cc --- LogSingleton.cc 2002/05/04 12:15:55 2.1 +++ LogSingleton.cc 2002/11/01 22:03:45 @@ -16,6 +16,8 @@ #include "LogSingleton.h" #include +using namespace std; + /* Helper functions */ /* End of a Log comment */ Index: PickView.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/PickView.cc,v retrieving revision 2.10 diff -u -p -r2.10 PickView.cc --- PickView.cc 2002/07/09 06:57:40 2.10 +++ PickView.cc 2002/11/01 22:03:45 @@ -23,6 +23,7 @@ #include "resource.h" #include +using namespace std; static PickView::Header pkg_headers[] = { {"Current", 7, 0, 0}, Index: String++.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/String++.cc,v retrieving revision 2.5 diff -u -p -r2.5 String++.cc --- String++.cc 2002/05/19 03:07:50 2.5 +++ String++.cc 2002/11/01 22:03:45 @@ -24,6 +24,8 @@ #include #include +using namespace std; + // _data String::_data::_data(_data const &aData) : count (1), theString (new unsigned char[aData.length]), cstr(0), length (aData.length) { Index: choose.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/choose.cc,v retrieving revision 2.106 diff -u -p -r2.106 choose.cc --- choose.cc 2002/07/09 06:57:40 2.106 +++ choose.cc 2002/11/01 22:03:46 @@ -58,7 +58,9 @@ static const char *cvsid = #include "threebar.h" #include "download.h" - + +using namespace std; + extern ThreeBarProgressPage Progress; static int initialized = 0; Index: download.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/download.cc,v retrieving revision 2.34 diff -u -p -r2.34 download.cc --- download.cc 2002/09/21 09:36:46 2.34 +++ download.cc 2002/11/01 22:03:46 @@ -53,6 +53,8 @@ static const char *cvsid = #include "Exception.h" +using namespace std; + extern ThreeBarProgressPage Progress; Index: find.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/find.cc,v retrieving revision 2.5 diff -u -p -r2.5 find.cc --- find.cc 2002/05/19 03:07:51 2.5 +++ find.cc 2002/11/01 22:04:52 @@ -32,6 +32,8 @@ static const char *cvsid = #include "FindVisitor.h" #include +using namespace std; + Find::Find(String const &starting_dir) : _start_dir (starting_dir), h(INVALID_HANDLE_VALUE) { } Index: install.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/install.cc,v retrieving revision 2.52 diff -u -p -r2.52 install.cc --- install.cc 2002/09/21 09:36:46 2.52 +++ install.cc 2002/11/01 22:03:46 @@ -67,6 +67,8 @@ static const char *cvsid = "\n%%% $Id: i #include "Exception.h" #include "getopt++/BoolOption.h" +using namespace std; + extern ThreeBarProgressPage Progress; static int total_bytes = 0; Index: io_stream.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/io_stream.cc,v retrieving revision 2.14 diff -u -p -r2.14 io_stream.cc --- io_stream.cc 2002/07/05 08:05:51 2.14 +++ io_stream.cc 2002/11/01 22:03:46 @@ -32,6 +32,8 @@ static const char *cvsid = #include "IOStreamProvider.h" #include +using namespace std; + struct ltstr { bool operator()(String const &s1, String const &s2) const Index: io_stream_file.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/io_stream_file.cc,v retrieving revision 2.15 diff -u -p -r2.15 io_stream_file.cc --- io_stream_file.cc 2002/06/26 21:35:16 2.15 +++ io_stream_file.cc 2002/11/01 22:05:10 @@ -39,6 +39,7 @@ static const char *cvsid = #include "io_stream_file.h" #include "IOStreamProvider.h" +using namespace std; /* completely private iostream registration class */ class FileProvider : public IOStreamProvider Index: package_db.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/package_db.cc,v retrieving revision 2.23 diff -u -p -r2.23 package_db.cc --- package_db.cc 2002/07/09 06:57:41 2.23 +++ package_db.cc 2002/11/01 22:03:46 @@ -40,6 +40,8 @@ static const char *cvsid = #include "package_db.h" #include "package_meta.h" +using namespace std; + /* static members */ packagedb::packagedb () Index: root.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/root.cc,v retrieving revision 2.11 diff -u -p -r2.11 root.cc --- root.cc 2002/09/21 09:36:46 2.11 +++ root.cc 2002/11/01 22:03:47 @@ -38,6 +38,8 @@ static const char *cvsid = #include "getopt++/StringOption.h" +using namespace std; + StringOption RootOption ("", 'R', "root", "Root installation directory"); static int rb[] = { IDC_ROOT_TEXT, IDC_ROOT_BINARY, 0 }; Index: site.cc =================================================================== RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/site.cc,v retrieving revision 2.23 diff -u -p -r2.23 site.cc --- site.cc 2002/09/21 09:36:46 2.23 +++ site.cc 2002/11/01 22:03:47 @@ -47,6 +47,8 @@ extern ThreeBarProgressPage Progress; #include "getopt++/StringOption.h" +using namespace std; + SiteList site_list; SiteList all_site_list;