Update of /cvsroot/okernel/nrtl/test In directory sc8-pr-cvs1:/tmp/cvs-serv7044/test Modified Files: TestArray.cpp TestArray.h TestDico.cpp TestDico.h TestList.cpp TestList.h TestString.cpp TestString.h main.cpp precomp.h Log Message: Massive update with new MASTER PLAN. See changelog.txt and todo.txt. Index: TestArray.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/test/TestArray.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestArray.cpp 8 Feb 2003 15:44:16 -0000 1.1 --- TestArray.cpp 14 May 2003 20:36:06 -0000 1.2 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: TestArray.h =================================================================== RCS file: /cvsroot/okernel/nrtl/test/TestArray.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestArray.h 8 Feb 2003 15:44:16 -0000 1.1 --- TestArray.h 14 May 2003 20:36:06 -0000 1.2 *************** *** 23,27 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 23,27 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: TestDico.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/test/TestDico.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestDico.cpp 8 Feb 2003 15:44:16 -0000 1.1 --- TestDico.cpp 14 May 2003 20:36:06 -0000 1.2 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: TestDico.h =================================================================== RCS file: /cvsroot/okernel/nrtl/test/TestDico.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestDico.h 8 Feb 2003 15:44:16 -0000 1.1 --- TestDico.h 14 May 2003 20:36:06 -0000 1.2 *************** *** 23,27 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 23,27 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: TestList.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/test/TestList.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestList.cpp 8 Feb 2003 15:44:16 -0000 1.1 --- TestList.cpp 14 May 2003 20:36:06 -0000 1.2 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: TestList.h =================================================================== RCS file: /cvsroot/okernel/nrtl/test/TestList.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestList.h 8 Feb 2003 15:44:16 -0000 1.1 --- TestList.h 14 May 2003 20:36:06 -0000 1.2 *************** *** 23,27 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 23,27 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: TestString.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/test/TestString.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestString.cpp 8 Feb 2003 15:44:16 -0000 1.1 --- TestString.cpp 14 May 2003 20:36:06 -0000 1.2 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: TestString.h =================================================================== RCS file: /cvsroot/okernel/nrtl/test/TestString.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestString.h 8 Feb 2003 15:44:16 -0000 1.1 --- TestString.h 14 May 2003 20:36:06 -0000 1.2 *************** *** 23,27 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 23,27 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: main.cpp =================================================================== RCS file: /cvsroot/okernel/nrtl/test/main.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.cpp 9 Feb 2003 12:03:09 -0000 1.2 --- main.cpp 14 May 2003 20:36:06 -0000 1.3 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. Index: precomp.h =================================================================== RCS file: /cvsroot/okernel/nrtl/test/precomp.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** precomp.h 8 Feb 2003 15:44:16 -0000 1.1 --- precomp.h 14 May 2003 20:36:06 -0000 1.2 *************** *** 22,26 **** The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2002 the Initial Developer. All Rights Reserved. --- 22,26 ---- The Initial Developer of the Original Code is Gilles DUMORTIER ! Portions created by the Initial Developer are Copyright (C) 1992-2003 the Initial Developer. All Rights Reserved. |