[Mockpp-commits] mockpp/mockpp/chaining AbstractDynamicChainingMock.h,1.39,1.40 AbstractInvocationDi
Brought to you by:
ewald-arnold
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12933/mockpp/chaining Modified Files: AbstractDynamicChainingMock.h AbstractInvocationDispatcher.h ChainableMockMethod.h ChainableMockMethod0.h ChainableMockMethod1.h ChainableMockMethod2.h ChainableMockMethod3.h ChainableMockMethod4.h ChainableMockMethod5.h ChainableMockMethod6.h ChainableMockObject.cpp ChainableMockObject.h ChainableMockObject_macro.h ChainingMockBuilder.h ChainingMockObjectSupport.cpp ChainingMockObjectSupport.h CoreMock.h CountedChainableMethod.h DynamicChainingMock.h DynamicChainingMockError.h FIFOInvocationDispatcher.h Invocation.cpp Invocation.h InvocationDispatcher.h InvocationMocker.h InvocationN.h Invokable.h LIFOInvocationDispatcher.h StubMatchersCollection.h gen_chainablemethod_N.pl gen_countchainable_N.pl gen_invocation_N.pl mockpp_pti.h Log Message: update copyright date Index: ChainableMockMethod6.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod6.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- ChainableMockMethod6.h 10 Dec 2005 20:07:21 -0000 1.10 +++ ChainableMockMethod6.h 29 Dec 2005 19:29:50 -0000 1.11 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Oct 2 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: FIFOInvocationDispatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/FIFOInvocationDispatcher.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- FIFOInvocationDispatcher.h 3 Apr 2005 21:49:57 -0000 1.14 +++ FIFOInvocationDispatcher.h 29 Dec 2005 19:29:50 -0000 1.15 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainableMockMethod3.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod3.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChainableMockMethod3.h 10 Dec 2005 20:07:21 -0000 1.12 +++ ChainableMockMethod3.h 29 Dec 2005 19:29:50 -0000 1.13 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Oct 2 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: CountedChainableMethod.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/CountedChainableMethod.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- CountedChainableMethod.h 26 Nov 2005 18:34:16 -0000 1.5 +++ CountedChainableMethod.h 29 Dec 2005 19:29:50 -0000 1.6 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sun Oct 30 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainableMockMethod4.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod4.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChainableMockMethod4.h 10 Dec 2005 20:07:21 -0000 1.12 +++ ChainableMockMethod4.h 29 Dec 2005 19:29:50 -0000 1.13 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Oct 2 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: CoreMock.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/CoreMock.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- CoreMock.h 16 Oct 2005 12:10:55 -0000 1.16 +++ CoreMock.h 29 Dec 2005 19:29:50 -0000 1.17 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainableMockObject.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockObject.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ChainableMockObject.cpp 10 Dec 2005 20:07:21 -0000 1.2 +++ ChainableMockObject.cpp 29 Dec 2005 19:29:50 -0000 1.3 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Sep 28 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainableMockObject.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockObject.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ChainableMockObject.h 10 Dec 2005 19:18:50 -0000 1.1 +++ ChainableMockObject.h 29 Dec 2005 19:29:50 -0000 1.2 @@ -8,7 +8,7 @@ /************************************************************************** begin : Thu Sep 28 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainableMockMethod0.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod0.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChainableMockMethod0.h 10 Dec 2005 20:07:21 -0000 1.12 +++ ChainableMockMethod0.h 29 Dec 2005 19:29:50 -0000 1.13 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Oct 2 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainableMockMethod1.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod1.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChainableMockMethod1.h 10 Dec 2005 20:07:21 -0000 1.12 +++ ChainableMockMethod1.h 29 Dec 2005 19:29:50 -0000 1.13 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Oct 2 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainableMockMethod.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- ChainableMockMethod.h 10 Dec 2005 20:07:21 -0000 1.13 +++ ChainableMockMethod.h 29 Dec 2005 19:29:50 -0000 1.14 @@ -8,7 +8,7 @@ /************************************************************************** begin : Thu Oct 2 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainableMockMethod5.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod5.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChainableMockMethod5.h 10 Dec 2005 20:07:21 -0000 1.12 +++ ChainableMockMethod5.h 29 Dec 2005 19:29:50 -0000 1.13 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Oct 2 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainableMockMethod2.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod2.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChainableMockMethod2.h 10 Dec 2005 20:07:21 -0000 1.12 +++ ChainableMockMethod2.h 29 Dec 2005 19:29:50 -0000 1.13 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Oct 2 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: Invocation.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/Invocation.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Invocation.h 27 Oct 2005 18:54:01 -0000 1.18 +++ Invocation.h 29 Dec 2005 19:29:50 -0000 1.19 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Aug 24 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: Invocation.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/Invocation.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Invocation.cpp 1 Oct 2005 16:24:08 -0000 1.5 +++ Invocation.cpp 29 Dec 2005 19:29:50 -0000 1.6 @@ -8,7 +8,7 @@ /************************************************************************** begin : Sat Oct 23 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: InvocationN.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/InvocationN.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- InvocationN.h 13 Nov 2005 11:53:18 -0000 1.7 +++ InvocationN.h 29 Dec 2005 19:29:50 -0000 1.8 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Aug 24 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainingMockObjectSupport.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainingMockObjectSupport.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- ChainingMockObjectSupport.h 27 Nov 2005 15:34:36 -0000 1.23 +++ ChainingMockObjectSupport.h 29 Dec 2005 19:29:50 -0000 1.24 @@ -8,7 +8,7 @@ /************************************************************************** begin : Sat Aug 21 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de Index: Invokable.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/Invokable.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Invokable.h 30 Dec 2004 20:54:04 -0000 1.7 +++ Invokable.h 29 Dec 2005 19:29:50 -0000 1.8 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sat Aug 21 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainingMockBuilder.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainingMockBuilder.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- ChainingMockBuilder.h 26 Nov 2005 17:56:30 -0000 1.26 +++ ChainingMockBuilder.h 29 Dec 2005 19:29:50 -0000 1.27 @@ -8,7 +8,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: InvocationDispatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/InvocationDispatcher.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- InvocationDispatcher.h 13 Nov 2005 11:53:18 -0000 1.10 +++ InvocationDispatcher.h 29 Dec 2005 19:29:50 -0000 1.11 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainingMockObjectSupport.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainingMockObjectSupport.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ChainingMockObjectSupport.cpp 3 Mar 2005 23:32:23 -0000 1.5 +++ ChainingMockObjectSupport.cpp 29 Dec 2005 19:29:50 -0000 1.6 @@ -8,7 +8,7 @@ /************************************************************************** begin : Fri Sep 24 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de Index: AbstractInvocationDispatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/AbstractInvocationDispatcher.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- AbstractInvocationDispatcher.h 26 Nov 2005 17:56:30 -0000 1.17 +++ AbstractInvocationDispatcher.h 29 Dec 2005 19:29:50 -0000 1.18 @@ -8,7 +8,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: InvocationMocker.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/InvocationMocker.h,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- InvocationMocker.h 27 Nov 2005 17:27:57 -0000 1.37 +++ InvocationMocker.h 29 Dec 2005 19:29:50 -0000 1.38 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: gen_invocation_N.pl =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/gen_invocation_N.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gen_invocation_N.pl 27 Oct 2005 18:54:01 -0000 1.1 +++ gen_invocation_N.pl 29 Dec 2005 19:29:50 -0000 1.2 @@ -28,7 +28,7 @@ /************************************************************************** begin : Thu Aug 24 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: LIFOInvocationDispatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/LIFOInvocationDispatcher.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- LIFOInvocationDispatcher.h 3 Apr 2005 21:49:57 -0000 1.14 +++ LIFOInvocationDispatcher.h 29 Dec 2005 19:29:50 -0000 1.15 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: mockpp_pti.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/mockpp_pti.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- mockpp_pti.h 4 Apr 2005 08:57:33 -0000 1.8 +++ mockpp_pti.h 29 Dec 2005 19:29:50 -0000 1.9 @@ -8,7 +8,7 @@ /************************************************************************** begin : Wed Jan 12 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: gen_countchainable_N.pl =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/gen_countchainable_N.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- gen_countchainable_N.pl 26 Nov 2005 18:34:16 -0000 1.4 +++ gen_countchainable_N.pl 29 Dec 2005 19:29:50 -0000 1.5 @@ -29,7 +29,7 @@ /************************************************************************** begin : Sun Oct 30 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: ChainableMockObject_macro.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockObject_macro.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ChainableMockObject_macro.h 26 Nov 2005 17:56:30 -0000 1.14 +++ ChainableMockObject_macro.h 29 Dec 2005 19:29:50 -0000 1.15 @@ -9,7 +9,7 @@ /************************************************************************** begin : Thu Sep 28 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: DynamicChainingMockError.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/DynamicChainingMockError.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- DynamicChainingMockError.h 30 Dec 2004 20:54:04 -0000 1.6 +++ DynamicChainingMockError.h 29 Dec 2005 19:29:50 -0000 1.7 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: StubMatchersCollection.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/StubMatchersCollection.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- StubMatchersCollection.h 30 Jan 2005 12:09:18 -0000 1.13 +++ StubMatchersCollection.h 29 Dec 2005 19:29:50 -0000 1.14 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: AbstractDynamicChainingMock.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/AbstractDynamicChainingMock.h,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- AbstractDynamicChainingMock.h 23 Dec 2005 22:03:30 -0000 1.39 +++ AbstractDynamicChainingMock.h 29 Dec 2005 19:29:50 -0000 1.40 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: gen_chainablemethod_N.pl =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/gen_chainablemethod_N.pl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- gen_chainablemethod_N.pl 24 Nov 2005 19:17:09 -0000 1.8 +++ gen_chainablemethod_N.pl 29 Dec 2005 19:29:50 -0000 1.9 @@ -30,7 +30,7 @@ /************************************************************************** begin : Thu Oct 2 2005 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify Index: DynamicChainingMock.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/DynamicChainingMock.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- DynamicChainingMock.h 26 Nov 2005 17:56:30 -0000 1.12 +++ DynamicChainingMock.h 29 Dec 2005 19:29:50 -0000 1.13 @@ -9,7 +9,7 @@ /************************************************************************** begin : Sun Aug 22 2004 - copyright : (C) 2002-2005 by Ewald Arnold + copyright : (C) 2002-2006 by Ewald Arnold email : mockpp at ewald-arnold dot de This program is free software; you can redistribute it and/or modify |