You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(9) |
Oct
(124) |
Nov
(120) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(6) |
Feb
(34) |
Mar
(49) |
Apr
(81) |
May
(25) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(37) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:15
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex7/include In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex7/include Modified Files: BannerComponent.hpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: BannerComponent.hpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex7/include/BannerComponent.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** BannerComponent.hpp 10 Feb 2000 14:32:21 -0000 1.2 --- BannerComponent.hpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 29,32 **** --- 29,36 ---- #include <iostream> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + /** A BannerComponent is a base component that displays |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:15
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex6 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex6 Modified Files: EquipmentComposite.cpp examp6.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: EquipmentComposite.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex6/EquipmentComposite.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** EquipmentComposite.cpp 31 Aug 2000 22:49:01 -0000 1.2 --- EquipmentComposite.cpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 44,47 **** --- 44,51 ---- #endif + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + using namespace corelinux; Index: examp6.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex6/examp6.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** examp6.cpp 31 Aug 2000 22:49:01 -0000 1.2 --- examp6.cpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 48,51 **** --- 48,54 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif // |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex4 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex4 Modified Files: examp4.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp4.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex4/examp4.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** examp4.cpp 31 Aug 2000 22:49:01 -0000 1.3 --- examp4.cpp 13 Jun 2002 23:42:09 -0000 1.4 *************** *** 48,51 **** --- 48,55 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex23 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex23 Modified Files: examp23.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp23.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex23/examp23.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** examp23.cpp 21 Apr 2001 13:28:32 -0000 1.1 --- examp23.cpp 13 Jun 2002 23:42:09 -0000 1.2 *************** *** 37,40 **** --- 37,44 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex19/include
In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex19/include
Modified Files:
ListColleague.hpp ListMediator.hpp ListMementos.hpp
SelectColleague.hpp
Log Message:
Has added in:
#ifdef REQUIRE_STD_NAMESPACE
using namespace std;
#endif
to allow for compilation under compilers that require a namespace declaration.
Index: ListColleague.hpp
===================================================================
RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex19/include/ListColleague.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ListColleague.hpp 31 Aug 2000 22:49:01 -0000 1.2
--- ListColleague.hpp 13 Jun 2002 23:42:09 -0000 1.3
***************
*** 34,37 ****
--- 34,41 ----
#endif
+ #ifdef REQUIRE_STD_NAMESPACE
+ using namespace std;
+ #endif
+
DECLARE_CLASS( ListMediator );
DECLARE_CLASS( ListColleague );
Index: ListMediator.hpp
===================================================================
RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex19/include/ListMediator.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ListMediator.hpp 31 Aug 2000 22:49:01 -0000 1.2
--- ListMediator.hpp 13 Jun 2002 23:42:09 -0000 1.3
***************
*** 42,45 ****
--- 42,49 ----
#endif
+ #ifdef REQUIRE_STD_NAMESPACE
+ using namespace std;
+ #endif
+
DECLARE_CLASS( ListColleague ); // Adds to list, notifies of List Change
// Notified of edit change
Index: ListMementos.hpp
===================================================================
RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex19/include/ListMementos.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ListMementos.hpp 31 Aug 2000 22:49:01 -0000 1.2
--- ListMementos.hpp 13 Jun 2002 23:42:09 -0000 1.3
***************
*** 34,37 ****
--- 34,41 ----
#endif
+ #ifdef REQUIRE_STD_NAMESPACE
+ using namespace std;
+ #endif
+
DECLARE_CLASS( ChangedListMemento );
Index: SelectColleague.hpp
===================================================================
RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex19/include/SelectColleague.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** SelectColleague.hpp 31 Aug 2000 22:49:01 -0000 1.2
--- SelectColleague.hpp 13 Jun 2002 23:42:09 -0000 1.3
***************
*** 34,37 ****
--- 34,41 ----
#endif
+ #ifdef REQUIRE_STD_NAMESPACE
+ using namespace std;
+ #endif
+
DECLARE_CLASS( ListMediator );
DECLARE_CLASS( SelectColleague );
|
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex8/include In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex8/include Modified Files: Dictionary.hpp Modeler.hpp ObjectModel.hpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: Dictionary.hpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex8/include/Dictionary.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Dictionary.hpp 31 Aug 2000 22:47:56 -0000 1.4 --- Dictionary.hpp 13 Jun 2002 23:42:09 -0000 1.5 *************** *** 36,39 **** --- 36,43 ---- #include <string> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + CORELINUX_MAP( DwordIdentifier, string, less<DwordIdentifier>, NameMap ) ; Index: Modeler.hpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex8/include/Modeler.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Modeler.hpp 31 Aug 2000 22:47:56 -0000 1.4 --- Modeler.hpp 13 Jun 2002 23:42:09 -0000 1.5 *************** *** 38,41 **** --- 38,45 ---- #endif + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + CORELINUX_VECTOR( DwordIdentifier , IdVector ) ; CORELINUX_MAP( DwordIdentifier, IdVector, less<DwordIdentifier>, IdMap ) ; Index: ObjectModel.hpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex8/include/ObjectModel.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ObjectModel.hpp 10 Feb 2000 14:32:21 -0000 1.2 --- ObjectModel.hpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 36,39 **** --- 36,43 ---- #include <iostream> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + DECLARE_CLASS( Dictionary ); DECLARE_CLASS( Modeler ); |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/utils/csamon In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/utils/csamon Modified Files: csamon.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: csamon.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/utils/csamon/csamon.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** csamon.cpp 10 Jun 2000 19:51:06 -0000 1.1 --- csamon.cpp 13 Jun 2002 23:42:09 -0000 1.2 *************** *** 38,41 **** --- 38,45 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + using namespace corelinux; |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex20 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex20 Modified Files: Edit.cpp Select.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: Edit.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex20/Edit.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Edit.cpp 31 Aug 2000 22:49:01 -0000 1.2 --- Edit.cpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 35,38 **** --- 35,43 ---- #endif + #include <iostream> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // Buffer space for cin.getline Index: Select.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex20/Select.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Select.cpp 31 Aug 2000 22:49:01 -0000 1.2 --- Select.cpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 35,38 **** --- 35,43 ---- #endif + #include <iostream> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + using namespace corelinux; |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex7 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex7 Modified Files: examp7.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp7.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex7/examp7.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** examp7.cpp 31 Aug 2000 22:49:00 -0000 1.2 --- examp7.cpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 43,46 **** --- 43,50 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex19 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex19 Modified Files: EditColleague.cpp SelectColleague.cpp examp19.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: EditColleague.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex19/EditColleague.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** EditColleague.cpp 7 May 2000 03:46:00 -0000 1.1 --- EditColleague.cpp 13 Jun 2002 23:42:08 -0000 1.2 *************** *** 35,38 **** --- 35,43 ---- #endif + #include <iostream> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // Buffer space for cin.getline Index: SelectColleague.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex19/SelectColleague.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** SelectColleague.cpp 7 May 2000 04:03:02 -0000 1.2 --- SelectColleague.cpp 13 Jun 2002 23:42:08 -0000 1.3 *************** *** 35,38 **** --- 35,43 ---- #endif + #include <iostream> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + using namespace corelinux; Index: examp19.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex19/examp19.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** examp19.cpp 31 Aug 2000 22:49:01 -0000 1.2 --- examp19.cpp 13 Jun 2002 23:42:08 -0000 1.3 *************** *** 64,67 **** --- 64,71 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex21
In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex21
Modified Files:
examp21c.cpp examp21s.cpp
Log Message:
Has added in:
#ifdef REQUIRE_STD_NAMESPACE
using namespace std;
#endif
to allow for compilation under compilers that require a namespace declaration.
Index: examp21c.cpp
===================================================================
RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex21/examp21c.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** examp21c.cpp 31 Aug 2000 22:49:01 -0000 1.5
--- examp21c.cpp 13 Jun 2002 23:42:09 -0000 1.6
***************
*** 37,42 ****
#include <exception>
!
!
--- 37,41 ----
#include <exception>
! using namespace std;
Index: examp21s.cpp
===================================================================
RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex21/examp21s.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** examp21s.cpp 31 Aug 2000 22:49:01 -0000 1.5
--- examp21s.cpp 13 Jun 2002 23:42:09 -0000 1.6
***************
*** 37,40 ****
--- 37,44 ----
#include <exception>
+ #ifdef REQUIRE_STD_NAMESPACE
+ using namespace std;
+ #endif
+
extern "C"
{
|
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex2 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex2 Modified Files: examp2.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp2.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex2/examp2.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** examp2.cpp 31 Aug 2000 22:49:01 -0000 1.5 --- examp2.cpp 13 Jun 2002 23:42:09 -0000 1.6 *************** *** 37,40 **** --- 37,44 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // A map is like a set in regards to the keys, it |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex5 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex5 Modified Files: examp5.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp5.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex5/examp5.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** examp5.cpp 31 Aug 2000 22:49:01 -0000 1.2 --- examp5.cpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 35,38 **** --- 35,42 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + using namespace corelinux; |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:14
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex22 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex22 Modified Files: examp22.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp22.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex22/examp22.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** examp22.cpp 15 Nov 2000 22:54:42 -0000 1.4 --- examp22.cpp 13 Jun 2002 23:42:09 -0000 1.5 *************** *** 55,58 **** --- 55,62 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:13
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex18 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex18 Modified Files: UpperCaseCommand.cpp examp18.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: UpperCaseCommand.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex18/UpperCaseCommand.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** UpperCaseCommand.cpp 4 May 2000 05:41:59 -0000 1.1 --- UpperCaseCommand.cpp 13 Jun 2002 23:42:08 -0000 1.2 *************** *** 32,35 **** --- 32,40 ---- #endif + #include <cctype> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + using namespace corelinux; Index: examp18.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex18/examp18.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** examp18.cpp 31 Aug 2000 22:49:02 -0000 1.2 --- examp18.cpp 13 Jun 2002 23:42:08 -0000 1.3 *************** *** 48,51 **** --- 48,55 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:13
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex17 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex17 Modified Files: HandlerHelpHandler.cpp RequestHelpHandler.cpp examp17.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: HandlerHelpHandler.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex17/HandlerHelpHandler.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** HandlerHelpHandler.cpp 27 Apr 2000 14:32:21 -0000 1.1 --- HandlerHelpHandler.cpp 13 Jun 2002 23:42:08 -0000 1.2 *************** *** 27,30 **** --- 27,35 ---- #endif + #include <iostream> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + using namespace corelinux; Index: RequestHelpHandler.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex17/RequestHelpHandler.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** RequestHelpHandler.cpp 27 Apr 2000 14:32:21 -0000 1.1 --- RequestHelpHandler.cpp 13 Jun 2002 23:42:08 -0000 1.2 *************** *** 27,30 **** --- 27,35 ---- #endif + #include <iostream> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + using namespace corelinux; Index: examp17.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex17/examp17.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** examp17.cpp 31 Aug 2000 22:49:02 -0000 1.2 --- examp17.cpp 13 Jun 2002 23:42:08 -0000 1.3 *************** *** 37,40 **** --- 37,44 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:13
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex20/include In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex20/include Modified Files: SubjectObserver.hpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: SubjectObserver.hpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex20/include/SubjectObserver.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** SubjectObserver.hpp 31 Aug 2000 22:49:01 -0000 1.2 --- SubjectObserver.hpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 38,41 **** --- 38,45 ---- #endif + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + DECLARE_CLASS( SubjectObserver ); |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:13
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex8 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex8 Modified Files: ObjectFactory.cpp examp8.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: ObjectFactory.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex8/ObjectFactory.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ObjectFactory.cpp 31 Aug 2000 22:47:57 -0000 1.3 --- ObjectFactory.cpp 13 Jun 2002 23:42:09 -0000 1.4 *************** *** 31,34 **** --- 31,38 ---- #endif + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + using namespace corelinux; Index: examp8.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex8/examp8.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** examp8.cpp 31 Aug 2000 22:47:57 -0000 1.2 --- examp8.cpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 82,85 **** --- 82,89 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:13
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex15 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex15 Modified Files: examp15.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp15.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex15/examp15.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** examp15.cpp 31 Aug 2000 22:49:02 -0000 1.4 --- examp15.cpp 13 Jun 2002 23:42:08 -0000 1.5 *************** *** 44,47 **** --- 44,51 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:13
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex3 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex3 Modified Files: examp3.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp3.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex3/examp3.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** examp3.cpp 31 Aug 2000 22:49:01 -0000 1.2 --- examp3.cpp 13 Jun 2002 23:42:09 -0000 1.3 *************** *** 37,40 **** --- 37,44 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:12
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex14 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex14 Modified Files: examp14.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp14.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex14/examp14.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** examp14.cpp 7 Sep 2000 12:56:24 -0000 1.4 --- examp14.cpp 13 Jun 2002 23:42:08 -0000 1.5 *************** *** 54,57 **** --- 54,61 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:12
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex16 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex16 Modified Files: examp16.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp16.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex16/examp16.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** examp16.cpp 31 Aug 2000 22:49:02 -0000 1.4 --- examp16.cpp 13 Jun 2002 23:42:08 -0000 1.5 *************** *** 40,43 **** --- 40,47 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // In module function prototypes |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:12
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex12 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex12 Modified Files: examp12.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp12.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex12/examp12.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** examp12.cpp 31 Aug 2000 22:50:31 -0000 1.2 --- examp12.cpp 13 Jun 2002 23:42:08 -0000 1.3 *************** *** 57,60 **** --- 57,64 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // Otherstuff |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:11
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex11/include In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex11/include Modified Files: Maze.hpp MazeBuilder.hpp MazeBuilderFactory.hpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: Maze.hpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex11/include/Maze.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Maze.hpp 31 Aug 2000 22:50:31 -0000 1.3 --- Maze.hpp 13 Jun 2002 23:42:08 -0000 1.4 *************** *** 35,38 **** --- 35,41 ---- #endif + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif CORELINUX_MAP( RoomNumber, RoomPtr, less<RoomNumber> , RoomMap ); Index: MazeBuilder.hpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex11/include/MazeBuilder.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** MazeBuilder.hpp 31 Aug 2000 22:50:31 -0000 1.4 --- MazeBuilder.hpp 13 Jun 2002 23:42:08 -0000 1.5 *************** *** 51,54 **** --- 51,57 ---- #endif + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif // Index: MazeBuilderFactory.hpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex11/include/MazeBuilderFactory.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** MazeBuilderFactory.hpp 31 Aug 2000 22:50:31 -0000 1.2 --- MazeBuilderFactory.hpp 13 Jun 2002 23:42:08 -0000 1.3 *************** *** 43,46 **** --- 43,50 ---- #endif + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif + // // We use a map for storing our allocators. We could have fire-walled this |
|
From: Dale H. <da...@us...> - 2002-06-13 23:42:11
|
Update of /cvsroot/corelinux/corelinux/src/testdrivers/ex13 In directory usw-pr-cvs1:/tmp/cvs-serv21984/src/testdrivers/ex13 Modified Files: examp13.cpp Log Message: Has added in: #ifdef REQUIRE_STD_NAMESPACE using namespace std; #endif to allow for compilation under compilers that require a namespace declaration. Index: examp13.cpp =================================================================== RCS file: /cvsroot/corelinux/corelinux/src/testdrivers/ex13/examp13.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** examp13.cpp 7 Sep 2000 12:54:44 -0000 1.9 --- examp13.cpp 13 Jun 2002 23:42:08 -0000 1.10 *************** *** 57,60 **** --- 57,63 ---- #include <exception> + #ifdef REQUIRE_STD_NAMESPACE + using namespace std; + #endif // |