--- a/bldsystemtools/commonbldutils/AntiVirus.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/AntiVirus.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!/usr/bin/perl -w
use strict;
use FindBin; # for FindBin::Bin
--- a/bldsystemtools/commonbldutils/AntiVirus.pm Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/AntiVirus.pm Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
package AntiVirus;
use strict;
--- a/bldsystemtools/commonbldutils/BuildLaunchChecks.pm Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/BuildLaunchChecks.pm Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#This module is used by startbuild.pl
#It asks for some BuildLaunch data from the user and performs some checks on this data
#This is then input to the BuildLaunch.xml file and then opens the file for the user to verify before launching the build.
--- a/bldsystemtools/commonbldutils/DefectTrack.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/DefectTrack.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
# This script scans through the changes submitted on the specified codeline, within the range specified, and detects all changes involving a Defect Fix
# Renaming Parameters
--- a/bldsystemtools/commonbldutils/EventLogReader.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/EventLogReader.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!perl -w
# This script reads data from specified Windows Event Logs and writes the information to a file
# Output is ScanLog-compatible. First this script establishes a time range by reading the specified Build Log.
--- a/bldsystemtools/commonbldutils/GenResult/GenDiamondsXml.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/GenDiamondsXml.pl Fri Apr 16 16:10:01 2010 +0300
@@ -50,8 +50,8 @@
Usage: GenDiamondsXml.pl [switches]
[Switches]
- -t Stage (e.g. STARTBUILD|GT|TV|ROM|CBR|CDB|BUILD|ENDBUILD|ALL)
- -i (START|END)
+ -t Stage (e.g. STARTBUILD|GT|TV|ROM|CBR|CDB|BUILD|SMOKETEST|ENDBUILD|ALL)
+ -i (START|STOP)
-s server (e.g. diamonds.nmp.nokia.com:9003)
[Optional]
--- a/bldsystemtools/commonbldutils/GenResult/GenDiamondsXml.pm Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/GenDiamondsXml.pm Fri Apr 16 16:10:01 2010 +0300
@@ -64,6 +64,9 @@
'START' => ['stage.tmpl'],
'STOP' => ['stage.tmpl','faults.tmpl']
},
+'SMOKETEST' => {
+ 'STOP' => ['smoketest.tmpl']
+ },
'ENDBUILD' => {
'START' => ['diamonds_finish.tmpl', 'status.tmpl']
}
--- a/bldsystemtools/commonbldutils/GenResult/build.tmpl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/build.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/bldsystemtools/commonbldutils/GenResult/content.tmpl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/content.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/bldsystemtools/commonbldutils/GenResult/diamonds_finish.tmpl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/diamonds_finish.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/bldsystemtools/commonbldutils/GenResult/faults.tmpl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/faults.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/bldsystemtools/commonbldutils/GenResult/files.tmpl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/files.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/bldsystemtools/commonbldutils/GenResult/locations.tmpl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/locations.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/bldsystemtools/commonbldutils/GenResult/schema.tmpl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/schema.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bldsystemtools/commonbldutils/GenResult/smoketest.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -0,0 +1,149 @@
+[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+# Template processed by GenDiamondsXml.pm
+#
+#--@]
+<?xml version="1.0" encoding="utf-8"?>
+<diamonds-build>
+ <schema>[@--$ENV{DiamondsSchemaNum}--@]</schema>
+[@--
+ use myutils;
+ use GenAutoSmokeTestResult;
+ our $Gtotal = 0;
+ our $Gexecuted = 0 ;
+ our $Gsuccessful =0;
+ our $Gnot_tested = 0 ;
+ our $Gfailed = 0 ;
+ our $Gtestcases;
+ our $Gtitle = "";
+
+ my $iDir = &myutils::getiDir();
+ my $iSnapshot = &myutils::getiSnapshot();
+ my $iProduct = &myutils::getiProduct();
+ my $iLinkPath = &myutils::getiLinkPath();
+
+
+ {
+ #my $str = PlanTxtAutoSmokeTestResult('.\\', "MSF00290", "tb92sf", '.\\');
+ my $str = PlanTxtAutoSmokeTestResult($iDir, $iSnapshot, $iProduct, $iLinkPath);
+
+ if ($str ne undef) #not empty
+ {
+ $Gtestcases = resultTestCasesXMLbody($str);
+ $Gtotal = $Gsuccessful+ $Gnot_tested+ $Gfailed; # total number of testcases
+ }
+}
+$OUT = '';#return value
+
+# _html2text HTML formate convert to plan text string.
+# input a html string
+# ouput smiplified text
+sub _html2text {
+ my ($str) = shift(@_);
+
+ $str =~ s/\n//sg; # Remove all obsolete newlines.
+
+ # Link:
+ $str =~ s/<a[ ]+.*?>(.+)<\/a>/$1/ig;
+
+ # Table:
+ $str =~ s/<\/?table[ ]*.*?>/\n/ig;
+ $str =~ s/<td[ ]*.*?>/\t/ig;
+ $str =~ s/<tr[ ]*.*?>/\n/ig;
+ $str =~ s/<th[ ]*.*?>/\t/ig;
+
+ # Cleaning up:
+ $str =~ s/<.*?>//sg; # Remove all tags.
+ $str =~ s/\n[ ]+\n/\n\n/sg; # Remove all obsolete spaces.
+ $str =~ s/\n[ ]+/\n/sg;
+ $str =~ s/\n{2,}/\n\n/sg; # Remove all obsolete newlines.
+ $str =~ s/^[ ]*//g; # Remove all leading spaces (again).
+ $str =~ s/[ ]+/ /g; # Remove all duplicate spaces (again).
+
+ $str =~ s/[\t\t]+/\t/g;
+ return $str;
+}
+
+sub PlanTxtAutoSmokeTestResult
+{
+ my ($iLogsPublishLocation, $iSnapshot, $iProduct, $iLinkPathLocation) = @_;
+ my $str;
+ $str = GenAutoSmokeTestResult::generateSTHTMLSummary($iLogsPublishLocation."AutoSmokeTest", $iSnapshot, $iProduct, $iLinkPathLocation."AutoSmokeTest");
+ $str =~ s/[\t]+//g; # Remove extra \t. the \t was gen by GenSmokeTestResult.pm
+
+ $str = _html2text($str);
+
+ $str =~ s/ //g; #remove  
+ $str =~ s/\n\t/\n/g;#remove \t at head
+ $str =~ s/\n\n/\n/g;
+ $str=~ s/^\n//g;#remove first empy line
+ return $str;
+}
+
+sub resultTestCasesXMLbody
+{
+ my ($str) = shift (@_);
+ my @lines = split(/\n/,$str);
+ #print Dumper(\@lines);
+ $Gtitle = $lines[0];#Auto Smoke Test
+ @results = @lines[2..$#lines];
+ #print Dumper(\@results);
+
+ my $ret ="<testcases>\n";
+ my @testTitle = split (/\t/, $lines[1]);
+ foreach my $APlatform (@results)
+ {
+ my @result = split (/\t/, $APlatform);
+ $plat = $result[0];# platform name;
+ $result[1];# Summary
+ $result[2];# Time World
+ $result[3];# Contacts
+ $result[4];# Messaging
+ $result[5];# Agenda
+ $result[6];# Defects
+ for (my $i =2;$i<6;++$i)
+ {
+ $ret .= "<testcase>\n<name>".$plat.$testTitle[$i]."</name>\n";
+ $ret .= "<status>".$result[$i]."</status>\n";
+ $ret .= "</testcase>\n";
+ if ($result[$i] =~/FAILURES/)
+ {$Gexecuted++;
+ $Gfailed++;} #FAILURES
+ elsif( $result[$i] =~/Unexecuted/)
+ {$Gnot_tested++;}#Unexecuted
+ elsif ( $result[$i] =~/OK/)
+ {$Gexecuted++;
+ $Gsuccessful++;}#OK
+
+ }
+ }
+ $ret .="</testcases>\n";
+ return $ret;
+}
+
+--@]
+ <tests>
+ <test_results>
+ <test type="[@--$Gtitle--@]">
+ <total>[@--$Gtotal--@]</total>
+ <executed>[@--$Gexecuted--@]</executed>
+ <successful>[@--$Gsuccessful--@]</successful>
+ <failed>[@--$Gfailed--@]</failed>
+ <not_tested>[@--$Gnot_tested--@]</not_tested>
+ [@--$Gtestcases--@]
+ </test>
+ </test_results>
+ </tests>
+</diamonds-build>
+
--- a/bldsystemtools/commonbldutils/GenResult/stage.tmpl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/stage.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
@@ -21,9 +21,46 @@
<stage>
<name>[@--$iStage--@]</name>
[@--
- use myutils;
- if($START){"<started>".&myutils::getTime()."</started>";}
- elsif($STOP){"<finished>".&myutils::getTime()."</finished>";}
+ use myutils;
+ if($START){$OUT = "<started>".&myutils::getTime()."</started>";}
+ elsif($STOP){
+ my $iDir = &myutils::getiLinkPath();
+ my $iSnapshot = &myutils::getiSnapshot();
+ my $iProduct = &myutils::getiProduct();
+ my $iGTFileName = "GT.summary.html";
+ my $iTVFileName = "TV.summary.html";
+ my $iBUILDFileName = "$iSnapshot"."_Symbian_OS_v"."$iProduct".".summary.html";
+ my $iCBRFileName = "$iSnapshot"."_Symbian_OS_v"."$iProduct"."_cbr.summary.html";
+ my $iROMFileName = "techviewroms"."$iSnapshot"."_Symbian_OS_v"."$iProduct". ".log";
+ my $iCDBFileName = "$iSnapshot"."_Symbian_OS_v"."$iProduct"."_cdb.summary.html";
+ my $iURL ;
+ $OUT = "<finished>".&myutils::getTime()."</finished>\n";
+ if ($iStage =~ /GT/i)
+ {
+ $iURL = $iDir.$iGTFileName;
+ }
+ elsif($iStage =~ /TV/i)
+ {
+ $iURL = $iDir.$iTVFileName;
+ }
+ elsif($iStage =~ /BUILD/i)
+ {
+ $iURL = $iDir.$iBUILDFileName;
+ }
+ elsif($iStage =~ /CBR/i)
+ {
+ $iURL = $iDir.$iCBRFileName;
+ }
+ elsif($iStage =~ /ROM/i)
+ {
+ $iURL = $iDir.$iROMFileName;
+ }
+ elsif($iStage =~ /CDB/i)
+ {
+ $iURL = $iDir.$iCDBFileName;
+ }
+ $OUT .= "<link>".$iURL."</link>";
+ }
--@]
</stage>
</stages>
--- a/bldsystemtools/commonbldutils/GenResult/status.tmpl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/status.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/bldsystemtools/commonbldutils/GenResult/tools.tmpl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenResult/tools.tmpl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
[@--# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/bldsystemtools/commonbldutils/GenerateChangesReport.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GenerateChangesReport.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#! perl
use strict;
@@ -540,6 +555,7 @@
my $CompName;
my $dirCount = 0;
+ my $spacer = "\n";
# Loop through the list of elements running perforce commands to obtain the descriptions
@@ -673,30 +689,38 @@
# Must be properly formatted change description
# discard everything seen so far except the "Change" line.
@revisedLines = (shift @revisedLines);
- while ($line = shift @changeLines)
+
+ # Process all lines starting with the first <EXTERNAL> section.
+ while (($line =~ /<EXTERNAL>$/) || ($line = shift @changeLines))
{
- last if ($line =~ /<\/EXTERNAL>$/);
-
- $line =~ s/^\t+//;
- $line =~ s/\&/&/g;
- $line =~ s/\</</g;
- $line =~ s/\>/>/g;
- $line =~ s/\"/"/g; # quote the " character as well
+ # Process an <EXTERNAL> section.
+ while ($line =~ /<EXTERNAL>$/)
+ {
+ # Keep processing until an </EXTERNAL> line is encountered
+ while(($line = shift @changeLines) && ($line !~ /<\/EXTERNAL>$/))
+ {
+ $line =~ s/^\t+//;
+ $line =~ s/\&/&/g;
+ $line =~ s/\</</g;
+ $line =~ s/\>/>/g;
+ $line =~ s/\"/"/g; # quote the " character as well
- push @revisedLines, $line;
+ push @revisedLines, $line;
- # Opportunity to pick information out of changes as they go past
- if ($line =~ /^\s*((DEF|PDEF|INC)\d+):?\s/)
- {
- $allDefects{$1} = $line;
- next;
- }
- if ($line =~ /^(BR[0-9.]+)\s/)
- {
- $allBreaks{$1} = $line;
- next;
- }
-
+ # Opportunity to pick information out of changes as they go past
+ if ($line =~ /^\s*((DEF|PDEF|INC)\d+):?\s/)
+ {
+ $allDefects{$1} = $line;
+ next;
+ }
+ if ($line =~ /^(BR[0-9.]+)\s/)
+ {
+ $allBreaks{$1} = $line;
+ next;
+ }
+ }
+ push @revisedLines, $spacer;
+ }
}
# update the description for this change
--- a/bldsystemtools/commonbldutils/GetDPComp/GetDPComp.pm Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GetDPComp/GetDPComp.pm Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!/usr/bin/perl
package GetDPComp ;
--- a/bldsystemtools/commonbldutils/GetDPComp/unzip_cbr_tools.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/GetDPComp/unzip_cbr_tools.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
use FindBin;
use lib "$FindBin::Bin";
use LWP::UserAgent;
--- a/bldsystemtools/commonbldutils/RemoveMASfromCBR.cmd Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/RemoveMASfromCBR.cmd Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+@rem
+@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+@rem All rights reserved.
+@rem This component and the accompanying materials are made available
+@rem under the terms of "Eclipse Public License v1.0"
+@rem which accompanies this distribution, and is available
+@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+@rem
+@rem Initial Contributors:
+@rem Nokia Corporation - initial contribution.
+@rem
+@rem Contributors:
+@rem
+@rem Description:
+@rem
+
@ECHO OFF
@REM This batch file removes MAS (ActiveSync) from the CBR archive(s) indicated by RelTools.ini
--- a/bldsystemtools/commonbldutils/SFPostProcessResults.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/SFPostProcessResults.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,17 +1,18 @@
-# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
-# Nokia Corporation - initial contribution
-#
-# Contributors
+# Nokia Corporation - initial contribution.
#
-# Description: Post processes result CSV file generated by the SFCheckSource.pl
-# Version: 0.5 $optNoIgnore added
-# Version: 0.52 filenameOf added and applied to normalized file names
+# Contributors:
+# matti.parnanen@nokia.com
+#
+# Description: Post processes result CSV file generated by the SFCheckSource.pl
#
use strict;
--- a/bldsystemtools/commonbldutils/SFUpdateLicenceHeader.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/SFUpdateLicenceHeader.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,14 +1,18 @@
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+# All rights reserved.
+# This material, including documentation and any related
+# computer programs, is protected by copyright controlled by
+# Nokia. All rights are reserved. Copying, including
+# reproducing, storing, adapting or translating, any
+# or all of this material requires the prior written consent of
+# Nokia. This material also contains confidential
+# information which may not be disclosed to others without the
+# prior written consent of Nokia.
#
-# Initial Contributors:
-# Nokia Corporation - initial contribution
-#
-# Contributors
-#
+# Contributors:
+# matti.parnanen@nokia.com
+# pasi.kauraniemi@nokia.com
+#
# Description: Replace S60 header with Symbian Foundation license header.
# Output file (results) is compatibe for SFMakeLxrLinks.pl as input.
#
@@ -144,9 +148,9 @@
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
-* under the terms of the License "Symbi'.'an Foundation License v1.0"
+* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
-* at the URL "http://www.symbi'.'anfoundation.org/legal/sf'.'l-v10.html".
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
@@ -175,9 +179,9 @@
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Symbi'.'an Foundation License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
-# at the URL "http://www.symbi','anfoundation.org/legal/sf'.'l-v10.html".
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
@@ -1425,10 +1429,10 @@
# Returns LICENSE_CHANGED if function switched the license succesfully
##################################################
# Switch only license text and URL
-my $sflText = '"Symbian Foundation License v1.0"';
+my $sflText = '"Eclipse Public License v1.0"';
my $sflTextPattern = '(the\s*License\s*)?\"Symbian\s*Foundation\s*License\s*v1\.0\"';
my $sflUrlPattern = 'http\:\/\/www\.symbianfoundation\.org\/legal\/sfl\-v10\.html';
-my $sflUrl = 'http://www.symbianfoundation.org/legal/sf'.'l-v10.html';
+my $sflUrl = 'http://www.eclipse.org/legal/epl-v10.html';
my $eplText = '"Eclipse Public License v1.0"';
my $eplUrl = 'http://www.eclipse.org/legal/epl-v10.html';
my $eplUrlPattern = 'http\:\/\/www\.eclipse\.org\/legal\/epl\-v10\.html';
--- a/bldsystemtools/commonbldutils/SetP4Client.pm Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/SetP4Client.pm Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/bldsystemtools/commonbldutils/SweepStart.bat Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/SweepStart.bat Fri Apr 16 16:10:01 2010 +0300
@@ -1,2 +1,18 @@
+@rem
+@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+@rem All rights reserved.
+@rem This component and the accompanying materials are made available
+@rem under the terms of "Eclipse Public License v1.0"
+@rem which accompanies this distribution, and is available
+@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+@rem
+@rem Initial Contributors:
+@rem Nokia Corporation - initial contribution.
+@rem
+@rem Contributors:
+@rem
+@rem Description:
+@rem
+
net start sweepsrv.sys
net start sweepupdate
\ No newline at end of file
--- a/bldsystemtools/commonbldutils/SweepStop.bat Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/SweepStop.bat Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+@rem
+@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+@rem All rights reserved.
+@rem This component and the accompanying materials are made available
+@rem under the terms of "Eclipse Public License v1.0"
+@rem which accompanies this distribution, and is available
+@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+@rem
+@rem Initial Contributors:
+@rem Nokia Corporation - initial contribution.
+@rem
+@rem Contributors:
+@rem
+@rem Description:
+@rem
+
net stop sweepsrv.sys
net stop sweepupdate
net stop sweepnet
\ No newline at end of file
--- a/bldsystemtools/commonbldutils/cdb_sysbuild.bat Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/cdb_sysbuild.bat Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+@rem
+@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+@rem All rights reserved.
+@rem This component and the accompanying materials are made available
+@rem under the terms of "Eclipse Public License v1.0"
+@rem which accompanies this distribution, and is available
+@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+@rem
+@rem Initial Contributors:
+@rem Nokia Corporation - initial contribution.
+@rem
+@rem Contributors:
+@rem
+@rem Description:
+@rem
@echo off
set JAVA_HOME=c:\Apps\jre1.5.0_13
--- a/bldsystemtools/commonbldutils/check_tables.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/check_tables.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!Perl -w
use strict;
@@ -498,7 +513,7 @@
=head1 VERSION
-$Id: //SSS/release/sf/tb92/os/buildtools/bldsystemtools/commonbldutils/check_tables.pl#1 $
-$Change: 1751173 $ $DateTime: 2009/12/19 09:14:39 $
+$Id: //SSS/master/sf/os/buildtools/bldsystemtools/commonbldutils/check_tables.pl#2 $
+$Change: 1761879 $ $DateTime: 2010/02/11 15:53:10 $
=cut
--- a/bldsystemtools/commonbldutils/clean.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/clean.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
use strict;
use Getopt::Long;
--- a/bldsystemtools/commonbldutils/package.bat Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/package.bat Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+@rem
+@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+@rem All rights reserved.
+@rem This component and the accompanying materials are made available
+@rem under the terms of "Eclipse Public License v1.0"
+@rem which accompanies this distribution, and is available
+@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+@rem
+@rem Initial Contributors:
+@rem Nokia Corporation - initial contribution.
+@rem
+@rem Contributors:
+@rem
+@rem Description:
+@rem
+
set PATH=%PATH%;\generic\epoc32\tools
attrib -r \product\tools\*.* /s
perl \product\tools\package.pl %BuildNumber% \Product\BuildProduct.log
\ No newline at end of file
--- a/bldsystemtools/commonbldutils/pushComp.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/pushComp.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!/usr/bin/perl
use strict;
use LWP::UserAgent;
--- a/bldsystemtools/commonbldutils/relnotes.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/relnotes.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!perl
# Release notes generator
--- a/bldsystemtools/commonbldutils/remove_old_builds.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/remove_old_builds.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!perl -w
#
# remove_old_builds.pl
--- a/bldsystemtools/commonbldutils/startbuild.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/startbuild.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!perl -w
#
# StartBuild.pl
--- a/bldsystemtools/commonbldutils/tools_utils_common.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/commonbldutils/tools_utils_common.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#build tools
component tools_utils_common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bldsystemtools/sysdeftools/LICENSE.xalan Fri Apr 16 16:10:01 2010 +0300
@@ -0,0 +1,55 @@
+/*
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 1999 The Apache Software Foundation. All rights
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in
+ * the documentation and/or other materials provided with the
+ * distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ * if any, must include the following acknowledgment:
+ * "This product includes software developed by the
+ * Apache Software Foundation (http://www.apache.org/)."
+ * Alternately, this acknowledgment may appear in the software itself,
+ * if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Xalan" and "Apache Software Foundation" must
+ * not be used to endorse or promote products derived from this
+ * software without prior written permission. For written
+ * permission, please contact apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ * nor may "Apache" appear in their name, without prior written
+ * permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation and was
+ * originally based on software copyright (c) 1999, Lotus
+ * Development Corporation., http://www.lotus.com. For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ */
--- a/bldsystemtools/sysdeftools/filter-module.xsl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/filter-module.xsl Fri Apr 16 16:10:01 2010 +0300
@@ -3,7 +3,7 @@
<!--Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/bldsystemtools/sysdeftools/filtering.xsl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/filtering.xsl Fri Apr 16 16:10:01 2010 +0300
@@ -3,7 +3,7 @@
<!--Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/bldsystemtools/sysdeftools/group/sysdeftools.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/group/sysdeftools.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component sysdeftools
source \sf\os\buildtools\bldsystemtools\sysdeftools\
--- a/bldsystemtools/sysdeftools/joinsysdef-module.xsl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/joinsysdef-module.xsl Fri Apr 16 16:10:01 2010 +0300
@@ -4,7 +4,7 @@
<!--Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/bldsystemtools/sysdeftools/joinsysdef.xsl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/joinsysdef.xsl Fri Apr 16 16:10:01 2010 +0300
@@ -3,7 +3,7 @@
<!--Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/bldsystemtools/sysdeftools/mergesysdef-module.xsl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/mergesysdef-module.xsl Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
<!--Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/bldsystemtools/sysdeftools/mergesysdef.xsl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/mergesysdef.xsl Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
<!--Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/bldsystemtools/sysdeftools/sysdefdowngrade.xsl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/sysdefdowngrade.xsl Fri Apr 16 16:10:01 2010 +0300
@@ -3,7 +3,7 @@
<!--Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/bldsystemtools/sysdeftools/validate/checklinks.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/validate/checklinks.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/bldsystemtools/sysdeftools/validate/modelcheck.xsl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/validate/modelcheck.xsl Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
<!--Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/bldsystemtools/sysdeftools/validate/test-model.xsl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/validate/test-model.xsl Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
<!--Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/bldsystemtools/sysdeftools/validate/validate-sysdef.xsl Tue Feb 02 01:39:43 2010 +0200
+++ b/bldsystemtools/sysdeftools/validate/validate-sysdef.xsl Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
<!--Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
Binary file bldsystemtools/sysdeftools/xalan.jar has changed
Binary file bldsystemtools/sysdeftools/xercesImpl.jar has changed
Binary file bldsystemtools/sysdeftools/xml-apis.jar has changed
--- a/buildtools_info/buildtools_metadata/buildtools_metadata.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/buildtools_info/buildtools_metadata/buildtools_metadata.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component buildtools_metadata
source \sf\os\buildtools\buildtools_info\buildtools_metadata
source \sf\os\buildtools\package_definition.xml
--- a/imgtools_os/romkiteka2/group/release.txt Tue Feb 02 01:39:43 2010 +0200
+++ b/imgtools_os/romkiteka2/group/release.txt Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,7 @@
+version 3.15.1
+================
+(Made by Marvin Shi 15/01/2010)
+ 1. DEF143368 Changes to omxilcompref.iby cause errors in rombuild for textshell roms.
Version is unchanged
================
(Made by Zheng Shen, 24/08/2009)
--- a/imgtools_os/romkiteka2/group/tools_romkit.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/imgtools_os/romkiteka2/group/tools_romkit.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component tools_romkit
source \sf\os\buildtools\imgtools_os\romkiteka2
binary \sf\os\buildtools\imgtools_os\romkiteka2\group all
--- a/imgtools_os/romkiteka2/include/featureUIDs.xml Tue Feb 02 01:39:43 2010 +0200
+++ b/imgtools_os/romkiteka2/include/featureUIDs.xml Fri Apr 16 16:10:01 2010 +0300
@@ -5,7 +5,7 @@
Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/imgtools_os/romkiteka2/include/featuredatabase.xml Tue Feb 02 01:39:43 2010 +0200
+++ b/imgtools_os/romkiteka2/include/featuredatabase.xml Fri Apr 16 16:10:01 2010 +0300
@@ -5,7 +5,7 @@
Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/imgtools_os/romkiteka2/include/textshell.oby Tue Feb 02 01:39:43 2010 +0200
+++ b/imgtools_os/romkiteka2/include/textshell.oby Fri Apr 16 16:10:01 2010 +0300
@@ -125,9 +125,7 @@
#include <traces.iby>
#include <mmf_plugin.iby>
#include <omxilcompref.iby>
-#ifdef SYMBIAN_MULTIMEDIA_OPENMAX_IL_V2
#include <omxilcomp.iby>
-#endif
#include <omxilcore.iby>
#include <inetprotutil.iby> /* needed for mmfcontrollerframework.dll */
--- a/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/misccomponents/emulatorlauncher/group/tools_sdk_eng_emulator_launcher.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component tools_sdk_eng_emulator_launcher
source \sf\os\buildtools\misccomponents\emulatorlauncher
binary \sf\os\buildtools\misccomponents\emulatorlauncher\group all
--- a/misccomponents/emulatorlauncher/perl/console.ini Tue Feb 02 01:39:43 2010 +0200
+++ b/misccomponents/emulatorlauncher/perl/console.ini Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/bldmake/abld.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/bldmake/abld.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/bldmake/egmak.fil Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/bldmake/egmak.fil Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/bldmake/linkdeps.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/bldmake/linkdeps.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/bldmake/metabld.bat Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/bldmake/metabld.bat Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
@REM Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
@REM All rights reserved.
@REM This component and the accompanying materials are made available
-@REM under the terms of the License "Eclipse Public License v1.0"
+@REM under the terms of "Eclipse Public License v1.0"
@REM which accompanies this distribution, and is available
@REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
@REM
--- a/sbsv1_os/e32toolp/design/makmake.mdl Tue Feb 02 01:39:43 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2075 +0,0 @@
-
-(object Petal
- version 37)
-
-(object Design "<Top Level>"
- is_unit TRUE
- is_loaded TRUE
- defaults (object defaults
- rightMargin 0.250000
- leftMargin 0.250000
- topMargin 0.250000
- bottomMargin 0.500000
- pageOverlap 0.250000
- clipIconLabels TRUE
- autoResize FALSE
- snapToGrid TRUE
- gridX 0
- gridY 0
- defaultFont (object Font
- size 12
- face "Arial"
- bold FALSE
- italics FALSE
- underline FALSE
- strike FALSE
- color 0
- default_color TRUE)
- showMessageNum 3
- showClassOfObject TRUE
- notation "Booch")
- root_category (object Class_Category "<Top Level>"
- exportControl "Public"
- global TRUE
- subsystem "<Top Level>"
- logical_models (list unit_reference_list
- (object Class "MAKMAKE"
- statemachine (object State_Machine
- states (list States
- (object State "$UNNAMED$0"
- type "EndState")
- (object State "$UNNAMED$1"
- transitions (list transition_list
- (object State_Transition
- supplier "Load PERL Platform Module"
- Event (object Event "Buil")
- sendEvent (object sendEvent)))
- type "StartState")
- (object State "Call PMGetBldList"
- documentation "Returns array of build types"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartMakefile"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMStartMakefile"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMBld"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrjDoc"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "if not defined PMStartBldSPrjSrc"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "if not defined PMStartBldSPrjSrc"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "if defined PMStartBldSPrjSrc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartBld"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMBld"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Setup the next build"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartBldSPrjDoc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMBld"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMBldSPrjDoc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Read MMP file"
- transitions (list transition_list
- (object State_Transition
- supplier "Open Makefile"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Setup Globals"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Setup Globals"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartMakefile"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMGetBldList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartBldSPrjSrcList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrjSrc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMSource"
- type "Normal")
- (object State "Call PMBldSPrjDoc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndBldSPrjDoc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartMakefile"
- transitions (list transition_list
- (object State_Transition
- supplier "CallPMStartBldList"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMGetBldList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartBldSPrjList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrj"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMBldSPrj"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrjSrcList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndBldSPrjSrc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrjSrc"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMEndBldSPrjSrcList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndBldSPrjDoc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrjDoc"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMEndBldSPrjDocList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndBldSPrj"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrj"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMEndBldSPrjList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndBld"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBld"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMEndBldList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Load PERL Platform Module"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartPlatform"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartPlatform"
- transitions (list transition_list
- (object State_Transition
- supplier "Read MMP file"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Open Makefile"
- transitions (list transition_list
- (object State_Transition
- supplier "Setup Globals"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Write text to makefile"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "CallPMStartBldList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "if not defined PMStartBldSPrjSrc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrjList"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMEndBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "if defined PMStartBldSPrjSrc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrjList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartBldSPrj"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMBldSPrj"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartBldSPrjSrc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMBldSPrjSrc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMBldSPrjSrc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndBldSPrjSrc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndBldSPrjSrcList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrjDocList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndBldSPrjDocList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndBldSPrj"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartBldSPrjDocList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartBldSPrjDoc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndBldSPrjList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndBldList"
- transitions (list transition_list
- (object State_Transition
- supplier "if not defined PMSPrjSrc"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "if not defined PMSPrjSrc"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "if defined PMSPrjSrc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "if not defined PMSPrjSrc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndMakefile"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "if defined PMSPrjSrc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartSPrjList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrj"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartSPrjSrcList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMSPrjSrcList"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMStartSPrjSrc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartSPrjDoc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjSrcList"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMSPrjDoc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMSPrjSrcList"
- type "Normal")
- (object State "Call PMStartSPrjSrcBldList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjSrcBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMSPrjSrc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjSrcBldList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartSPrjSrc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMSPrjSrc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMSPrjSrcBldList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjSrcBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartSPrjSrcBld"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMSPrjSrcBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMSPrjSrcBld"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndSPrjSrcBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndSPrjSrcBld"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndSPrjSrcBldList"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMStartSPrjSrcBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndSPrjSrcBldList"
- transitions (list transition_list
- (object State_Transition
- supplier "CallPMEndSPrjSrc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "CallPMEndSPrjSrc"
- transitions (list transition_list
- (object State_Transition
- supplier "CallPMEndSPrjSrcList"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMStartSPrjSrc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "CallPMEndSPrjSrcList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjDocList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartSPrjDocList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjDoc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartSPrjDocBldList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjDocBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartSPrjDocBld"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMSPrjDocBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMSPrjDocBld"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndSPrjDocBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndSPrjDocBldList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndSPrjDoc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndSPrjDoc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndSPrjDocList"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMStartSPrjDoc"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndSPrjDocList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndSPrj"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndSPrj"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndSPrjList"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMStartSPrj"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndSPrjList"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndMakefile"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndMakefile"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndPlatform"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndPlatform"
- transitions (list transition_list
- (object State_Transition
- supplier "Open Makefile"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMStartSPrj"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjDoc"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMSPrj"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMSPrjDoc"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjDocBldList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMSPrj"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMStartSPrjSrcList"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Call PMEndSPrjDocBld"
- transitions (list transition_list
- (object State_Transition
- supplier "Call PMEndSPrjDocBldList"
- sendEvent (object sendEvent))
- (object State_Transition
- supplier "Call PMStartSPrjDocBld"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Write text to makefile"
- transitions (list transition_list
- (object State_Transition
- supplier "Close Makefile"
- sendEvent (object sendEvent)))
- type "Normal")
- (object State "Close Makefile"
- transitions (list transition_list
- (object State_Transition
- supplier "$UNNAMED$0"
- sendEvent (object sendEvent)))
- type "Normal")))
- statediagram (object State_Diagram ""
- title ""
- zoom 60
- max_height 28350
- max_width 21600
- origin_x 0
- origin_y 0
- items (list diagram_item_list
- (object StateView "EndState" "$UNNAMED$0" @1
- location (322, 11086))
- (object StateView "StartState" "$UNNAMED$1" @2
- location (112, 78))
- (object StateView "Normal" "Call PMGetBldList" @3
- location (330, 1319)
- label (object ItemLabel
- Parent_View @3
- location (330, 1293)
- anchor_loc 1
- nlines 1
- max_width 534
- justify 0
- label "Call PMGetBldList")
- width 546
- height 142)
- (object StateView "Normal" "Call PMBld" @4
- location (827, 2557)
- label (object ItemLabel
- Parent_View @4
- location (827, 2536)
- anchor_loc 1
- nlines 1
- max_width 380
- justify 0
- label "Call PMBld")
- width 392
- height 133)
- (object StateView "Normal" "Call PMStartBld" @5
- location (328, 2281)
- label (object ItemLabel
- Parent_View @5
- location (328, 2239)
- anchor_loc 1
- nlines 1
- max_width 496
- justify 0
- label "Call PMStartBld")
- width 508
- height 175)
- (object TransView "" @6
- client @5
- supplier @4
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartBldSPrjDoc" @7
- location (3957, 4721)
- label (object ItemLabel
- Parent_View @7
- location (3957, 4699)
- anchor_loc 1
- nlines 1
- max_width 710
- justify 0
- label "Call PMStartBldSPrjDoc")
- width 722
- height 134)
- (object NoteView @8
- location (1187, 1929)
- label (object ItemLabel
- Parent_View @8
- location (759, 1818)
- nlines 3
- max_width 881
- label
-|main::TargetDir $(path)\<build>
-|main::BuildDir $(path)\<build>
-|main::Build build
- )
- width 941
- height 234)
- (object StateView "Normal" "Read MMP file" @9
- location (346, 780)
- label (object ItemLabel
- Parent_View @9
- location (346, 757)
- anchor_loc 1
- nlines 1
- max_width 507
- justify 0
- label "Read MMP file")
- width 519
- height 137)
- (object StateView "Normal" "Setup Globals" @10
- location (330, 1023)
- label (object ItemLabel
- Parent_View @10
- location (330, 1003)
- anchor_loc 1
- nlines 1
- max_width 600
- justify 0
- label "Setup Globals")
- width 612
- height 131)
- (object NoteView @11
- location (2463, 908)
- label (object ItemLabel
- Parent_View @11
- location (1793, 56)
- nlines 27
- max_width 1365
- label
-|main::Path_MakeToRoot path from makefile to top directory
-|main::Project project
-|main::PlainTarget plaintarget . def-> mmp file - no ext.
-|main::TargetType targettype. def-> "EXE"
-|main::Target target. def-> plaintarget.targettype
-|main::UserIncludeList user include list
-|main::SystemIncludeList system include list
-|main::LibraryList list of libraries
-|main::PlatformText platform text block from mmp file
-|main::SubProject null
-|main::Source null
-|main::PlainSource null
-|main::SourceDir null
-|main::SourceList list of all source files
-|main::PlainSourceList list of all source files - no exts.
-|main::DependencyList null
-|main::DocumentList list of all document files
-|main::Document null
-|main::BuildList null
-|main::Build null
-|main::TargetDir \epoc32\release\<platform>
-|main::BuildDir \epoc32\build\project(?D)\<platform>
-|main::MacroList current macrolist
-|main::AddMacro list of added macros
-|main::RemoveMacro list of removed macros if successful
-|main::Output 1 if successful else die
- )
- width 1425
- height 1716)
- (object StateView "Normal" "Call PMStartBldSPrjSrcList" @12
- location (3004, 3681)
- label (object ItemLabel
- Parent_View @12
- location (3004, 3658)
- anchor_loc 1
- nlines 1
- max_width 796
- justify 0
- label "Call PMStartBldSPrjSrcList")
- width 808
- height 136)
- (object StateView "Normal" "Call PMBldSPrjDoc" @13
- location (4572, 4914)
- label (object ItemLabel
- Parent_View @13
- location (4572, 4897)
- anchor_loc 1
- nlines 1
- max_width 566
- justify 0
- label "Call PMBldSPrjDoc")
- width 578
- height 124)
- (object NoteView @14
- location (3268, 821)
- label (object ItemLabel
- Parent_View @14
- location (2906, 690)
- nlines 4
- max_width 748
- label "All Main:: functions return default text or the null string If called prematurely.")
- width 808
- height 275)
- (object AttachView "" @15
- client @11
- supplier @10
- line_style 0)
- (object AttachView "" @16
- client @8
- supplier @5
- line_style 0)
- (object NoteView @17
- location (1057, 1426)
- label (object ItemLabel
- Parent_View @17
- location (792, 1370)
- nlines 2
- max_width 555
- label "main::BuildList buildlist")
- width 615
- height 125)
- (object NoteView @18
- location (3749, 3450)
- label (object ItemLabel
- Parent_View @18
- location (3397, 3374)
- nlines 2
- max_width 729
- label
-|main::Source source
-|main::PlainSource plainsource
- )
- width 789
- height 164)
- (object NoteView @19
- location (3787, 4544)
- label (object ItemLabel
- Parent_View @19
- location (3459, 4488)
- nlines 1
- max_width 680
- label
-|main::Document Document
- )
- width 740
- height 124)
- (object StateView "Normal" "Call PMStartBldSPrjList" @20
- location (1806, 3112)
- label (object ItemLabel
- Parent_View @20
- location (1806, 3091)
- anchor_loc 1
- nlines 1
- max_width 696
- justify 0
- label "Call PMStartBldSPrjList")
- width 708
- height 132)
- (object StateView "Normal" "Call PMBldSPrj" @21
- location (3007, 3345)
- label (object ItemLabel
- Parent_View @21
- location (3007, 3315)
- anchor_loc 1
- nlines 1
- max_width 463
- justify 0
- label "Call PMBldSPrj")
- width 475
- height 150)
- (object NoteView @22
- location (1669, 3467)
- label (object ItemLabel
- Parent_View @22
- location (1118, 3312)
- nlines 5
- max_width 1127
- label
-|main::SubProject subproject
-|main::SourceDir source directory
-|main::SourceList subproj relative src list
-|main::PlainSourceList subproj relative plain src list
-|main::DocumentList subproj relative document list
- )
- width 1187
- height 323)
- (object TransView "" @23
- client @21
- supplier @12
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMEndBldSPrjSrc" @24
- location (3928, 4034)
- label (object ItemLabel
- Parent_View @24
- location (3928, 4011)
- anchor_loc 1
- nlines 1
- max_width 668
- justify 0
- label "Call PMEndBldSPrjSrc")
- width 680
- height 136)
- (object StateView "Normal" "Call PMEndBldSPrjDoc" @25
- location (3957, 5117)
- label (object ItemLabel
- Parent_View @25
- location (3957, 5087)
- anchor_loc 1
- nlines 1
- max_width 686
- justify 0
- label "Call PMEndBldSPrjDoc")
- width 698
- height 150)
- (object TransView "" @26
- client @13
- supplier @25
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMEndBldSPrj" @27
- location (2554, 5371)
- label (object ItemLabel
- Parent_View @27
- location (2554, 5349)
- anchor_loc 1
- nlines 1
- max_width 566
- justify 0
- label "Call PMEndBldSPrj")
- width 578
- height 134)
- (object StateView "Normal" "Call PMEndBld" @28
- location (328, 5369)
- label (object ItemLabel
- Parent_View @28
- location (328, 5339)
- anchor_loc 1
- nlines 1
- max_width 480
- justify 0
- label "Call PMEndBld")
- width 492
- height 150)
- (object StateView "Normal" "Load PERL Platform Module" @29
- location (338, 307)
- label (object ItemLabel
- Parent_View @29
- location (338, 264)
- anchor_loc 1
- nlines 1
- max_width 665
- justify 0
- label "Load PERL Platform Module")
- width 677
- height 177)
- (object TransView "" @30
- client @2
- supplier @29
- line_style 0
- x_offset FALSE)
- (object NoteView @31
- location (1192, 343)
- label (object ItemLabel
- Parent_View @31
- location (807, 271)
- nlines 2
- max_width 794
- label
-|main::Platform platform
-|main::ResetPlatform newplatform
- )
- width 854
- height 156)
- (object StateView "Normal" "Call PMStartPlatform" @32
- location (341, 549)
- label (object ItemLabel
- Parent_View @32
- location (341, 527)
- anchor_loc 1
- nlines 1
- max_width 618
- justify 0
- label "Call PMStartPlatform")
- width 630
- height 134)
- (object TransView "" @33
- client @29
- supplier @32
- line_style 0
- x_offset FALSE)
- (object TransView "" @34
- client @32
- supplier @9
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartMakefile" @35
- location (328, 1631)
- label (object ItemLabel
- Parent_View @35
- location (328, 1597)
- anchor_loc 1
- nlines 1
- max_width 616
- justify 0
- label "Call PMStartMakefile")
- width 628
- height 158)
- (object TransView "" @36
- client @3
- supplier @35
- line_style 0
- x_offset FALSE)
- (object TransView "" @37
- client @10
- supplier @3
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "CallPMStartBldList" @38
- location (330, 2007)
- label (object ItemLabel
- Parent_View @38
- location (330, 1985)
- anchor_loc 1
- nlines 1
- max_width 550
- justify 0
- label "CallPMStartBldList")
- width 562
- height 134)
- (object TransView "" @39
- client @35
- supplier @38
- line_style 0
- x_offset FALSE)
- (object TransView "" @40
- client @38
- supplier @5
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "if not defined PMStartBldSPrjSrc" @41
- location (781, 2839)
- label (object ItemLabel
- Parent_View @41
- location (781, 2817)
- anchor_loc 1
- nlines 1
- max_width 758
- justify 0
- label "if not defined PMStartBldSPrjSrc")
- width 770)
- (object StateView "Normal" "if defined PMStartBldSPrjSrc" @42
- location (1815, 2845)
- label (object ItemLabel
- Parent_View @42
- location (1815, 2823)
- anchor_loc 1
- nlines 1
- max_width 850
- justify 0
- label "if defined PMStartBldSPrjSrc")
- width 862
- height 134)
- (object TransView "" @43
- client @42
- supplier @20
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartBldSPrj" @44
- location (2557, 3110)
- label (object ItemLabel
- Parent_View @44
- location (2557, 3088)
- anchor_loc 1
- nlines 1
- max_width 590
- justify 0
- label "Call PMStartBldSPrj")
- width 602
- height 134)
- (object TransView "" @45
- client @20
- supplier @44
- line_style 0
- x_offset FALSE)
- (object TransView "" @46
- client @44
- supplier @21
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartBldSPrjSrc" @47
- location (3928, 3680)
- label (object ItemLabel
- Parent_View @47
- location (3928, 3652)
- anchor_loc 1
- nlines 1
- max_width 692
- justify 0
- label "Call PMStartBldSPrjSrc")
- width 704
- height 146)
- (object TransView "" @48
- client @12
- supplier @47
- line_style 0
- x_offset FALSE)
- (object AttachView "" @49
- client @18
- supplier @47
- line_style 0)
- (object NoteView @50
- location (5064, 3611)
- label (object ItemLabel
- Parent_View @50
- location (4622, 3544)
- nlines 2
- max_width 909
- label "main::DependencyList dependency list")
- width 969
- height 146)
- (object AttachView "" @51
- client @31
- supplier @32
- line_style 0)
- (object AttachView "" @52
- client @22
- supplier @44
- line_style 0)
- (object StateView "Normal" "Call PMBldSPrjSrc" @53
- location (4654, 3843)
- label (object ItemLabel
- Parent_View @53
- location (4654, 3821)
- anchor_loc 1
- nlines 1
- max_width 722
- justify 0
- label "Call PMBldSPrjSrc")
- width 734
- height 134)
- (object TransView "" @54
- client @47
- supplier @53
- line_style 0
- x_offset FALSE)
- (object TransView "" @55
- client @53
- supplier @24
- line_style 0
- x_offset FALSE)
- (object AttachView "" @56
- client @50
- supplier @53
- line_style 0)
- (object StateView "Normal" "Call PMEndBldSPrjSrcList" @57
- location (3020, 4027)
- label (object ItemLabel
- Parent_View @57
- location (3020, 4005)
- anchor_loc 1
- nlines 1
- max_width 772
- justify 0
- label "Call PMEndBldSPrjSrcList")
- width 784
- height 134)
- (object StateView "Normal" "Call PMEndBldSPrjDocList" @58
- location (3043, 5113)
- label (object ItemLabel
- Parent_View @58
- location (3043, 5092)
- anchor_loc 1
- nlines 1
- max_width 790
- justify 0
- label "Call PMEndBldSPrjDocList")
- width 802
- height 132)
- (object StateView "Normal" "Call PMStartBldSPrjDocList" @59
- location (3019, 4719)
- label (object ItemLabel
- Parent_View @59
- location (3019, 4698)
- anchor_loc 1
- nlines 1
- max_width 814
- justify 0
- label "Call PMStartBldSPrjDocList")
- width 826
- height 132)
- (object TransView "" @60
- client @57
- supplier @59
- line_style 0
- x_offset FALSE)
- (object TransView "" @61
- client @59
- supplier @7
- line_style 0
- x_offset FALSE)
- (object TransView "" @62
- client @7
- supplier @13
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMEndBldSPrjList" @63
- location (1733, 5368)
- label (object ItemLabel
- Parent_View @63
- location (1733, 5346)
- anchor_loc 1
- nlines 1
- max_width 672
- justify 0
- label "Call PMEndBldSPrjList")
- width 684
- height 134)
- (object TransView "" @64
- client @63
- supplier @28
- line_style 0
- x_offset FALSE)
- (object TransView "" @65
- client @41
- supplier @28
- line_style 0
- x_offset FALSE)
- (object AttachView "" @66
- client @19
- supplier @7
- line_style 0)
- (object TransView "" @67
- client @4
- supplier @41
- line_style 0
- x_offset FALSE)
- (object TransView "" @68
- client @4
- supplier @42
- line_style 0
- x_offset FALSE)
- (object AttachView "" @69
- client @17
- supplier @35
- line_style 0)
- (object NoteView @70
- location (3775, 4284)
- label (object ItemLabel
- Parent_View @70
- location (3494, 4217)
- nlines 2
- max_width 586
- label
-|main::Source null
-|main::PlainSource null
- )
- width 646
- height 146)
- (object AttachView "" @71
- client @57
- supplier @70
- line_style 0)
- (object NoteView @72
- location (3790, 5334)
- label (object ItemLabel
- Parent_View @72
- location (3556, 5278)
- nlines 1
- max_width 492
- label "main::Document null")
- width 552
- height 125)
- (object NoteView @73
- location (1651, 4969)
- label (object ItemLabel
- Parent_View @73
- location (1220, 4819)
- nlines 4
- max_width 887
- label
-|main::SubProject null
-|main::SourceDir null
-|main::SourceList all sources
-|main::PlainSourceList all plain sources
-|main::DocumentList all documents
- )
- width 947
- height 312)
- (object AttachView "" @74
- client @73
- supplier @63
- line_style 0)
- (object StateView "Normal" "Call PMEndBldList" @75
- location (328, 5679)
- label (object ItemLabel
- Parent_View @75
- location (328, 5657)
- anchor_loc 1
- nlines 1
- max_width 540
- justify 0
- label "Call PMEndBldList")
- width 552)
- (object NoteView @76
- location (4883, 4113)
- label (object ItemLabel
- Parent_View @76
- location (4582, 4057)
- nlines 1
- max_width 627
- label "main::DependencyList null")
- width 687
- height 125)
- (object AttachView "" @77
- client @24
- supplier @76
- line_style 0)
- (object NoteView @78
- location (1390, 5594)
- label (object ItemLabel
- Parent_View @78
- location (740, 5491)
- nlines 3
- max_width 1325
- label
-|main::TargetDir \EPOC32\RELEASE\<platform>
-|main::BuildDir \EPOC32\BUILD\PROJECT\<platform>
-|main::Build null
- )
- width 1385
- height 219)
- (object AttachView "" @79
- client @75
- supplier @78
- line_style 0)
- (object StateView "Normal" "if not defined PMSPrjSrc" @80
- location (328, 6002)
- label (object ItemLabel
- Parent_View @80
- location (328, 5974)
- anchor_loc 1
- nlines 1
- max_width 571
- justify 0
- label "if not defined PMSPrjSrc")
- width 583
- height 146)
- (object TransView "" @81
- client @75
- supplier @80
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "if defined PMSPrjSrc" @82
- location (1107, 6001)
- label (object ItemLabel
- Parent_View @82
- location (1107, 5978)
- anchor_loc 1
- nlines 1
- max_width 610
- justify 0
- label "if defined PMSPrjSrc")
- width 622
- height 136)
- (object TransView "" @83
- client @75
- supplier @82
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartSPrjList" @84
- location (1091, 6235)
- label (object ItemLabel
- Parent_View @84
- location (1091, 6212)
- anchor_loc 1
- nlines 1
- max_width 598
- justify 0
- label "Call PMStartSPrjList")
- width 610
- height 136)
- (object TransView "" @85
- client @82
- supplier @84
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartSPrjSrcList" @86
- location (2416, 6646)
- label (object ItemLabel
- Parent_View @86
- location (2416, 6624)
- anchor_loc 1
- nlines 1
- max_width 700
- justify 0
- label "Call PMStartSPrjSrcList")
- width 712
- height 134)
- (object StateView "Normal" "Call PMStartSPrjSrcBldList" @87
- location (3700, 7174)
- label (object ItemLabel
- Parent_View @87
- location (3700, 7151)
- anchor_loc 1
- nlines 1
- max_width 796
- justify 0
- label "Call PMStartSPrjSrcBldList")
- width 808
- height 136)
- (object StateView "Normal" "Call PMSPrjSrc" @88
- location (3703, 6898)
- label (object ItemLabel
- Parent_View @88
- location (3703, 6875)
- anchor_loc 1
- nlines 1
- max_width 478
- justify 0
- label "Call PMSPrjSrc")
- width 490
- height 136)
- (object StateView "Normal" "Call PMStartSPrjSrc" @89
- location (3248, 6642)
- label (object ItemLabel
- Parent_View @89
- location (3248, 6614)
- anchor_loc 1
- nlines 1
- max_width 596
- justify 0
- label "Call PMStartSPrjSrc")
- width 608
- height 146)
- (object TransView "" @90
- client @89
- supplier @88
- line_style 0
- x_offset FALSE)
- (object TransView "" @91
- client @88
- supplier @87
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartSPrjSrcBld" @92
- location (4636, 7193)
- label (object ItemLabel
- Parent_View @92
- location (4636, 7171)
- anchor_loc 1
- nlines 1
- max_width 692
- justify 0
- label "Call PMStartSPrjSrcBld")
- width 704
- height 134)
- (object StateView "Normal" "Call PMSPrjSrcBld" @93
- location (5183, 7399)
- label (object ItemLabel
- Parent_View @93
- location (5183, 7376)
- anchor_loc 1
- nlines 1
- max_width 550
- justify 0
- label "Call PMSPrjSrcBld")
- width 562
- height 136)
- (object StateView "Normal" "Call PMEndSPrjSrcBld" @94
- location (4636, 7605)
- label (object ItemLabel
- Parent_View @94
- location (4636, 7583)
- anchor_loc 1
- nlines 1
- max_width 668
- justify 0
- label "Call PMEndSPrjSrcBld")
- width 680
- height 134)
- (object StateView "Normal" "Call PMEndSPrjSrcBldList" @95
- location (3775, 7598)
- label (object ItemLabel
- Parent_View @95
- location (3775, 7575)
- anchor_loc 1
- nlines 1
- max_width 772
- justify 0
- label "Call PMEndSPrjSrcBldList")
- width 784
- height 136)
- (object StateView "Normal" "CallPMEndSPrjSrc" @96
- location (3248, 7855)
- label (object ItemLabel
- Parent_View @96
- location (3248, 7827)
- anchor_loc 1
- nlines 1
- max_width 552
- justify 0
- label "CallPMEndSPrjSrc")
- width 564
- height 146)
- (object StateView "Normal" "CallPMEndSPrjSrcList" @97
- location (2445, 7848)
- label (object ItemLabel
- Parent_View @97
- location (2445, 7826)
- anchor_loc 1
- nlines 1
- max_width 656
- justify 0
- label "CallPMEndSPrjSrcList")
- width 668
- height 134)
- (object TransView "" @98
- client @92
- supplier @93
- line_style 0
- x_offset FALSE)
- (object TransView "" @99
- client @93
- supplier @94
- line_style 0
- x_offset FALSE)
- (object TransView "" @100
- client @94
- supplier @95
- line_style 0
- x_offset FALSE)
- (object TransView "" @101
- client @95
- supplier @96
- line_style 0
- x_offset FALSE)
- (object TransView "" @102
- client @96
- supplier @97
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartSPrjDocList" @103
- location (2445, 8167)
- label (object ItemLabel
- Parent_View @103
- location (2445, 8144)
- anchor_loc 1
- nlines 1
- max_width 718
- justify 0
- label "Call PMStartSPrjDocList")
- width 730
- height 136)
- (object TransView "" @104
- client @97
- supplier @103
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartSPrjDoc" @105
- location (3269, 8136)
- label (object ItemLabel
- Parent_View @105
- location (3269, 8114)
- anchor_loc 1
- nlines 1
- max_width 614
- justify 0
- label "Call PMStartSPrjDoc")
- width 626
- height 134)
- (object TransView "" @106
- client @86
- supplier @89
- line_style 0
- x_offset FALSE)
- (object TransView "" @107
- client @87
- supplier @92
- line_style 0
- x_offset FALSE)
- (object TransView "" @108
- client @103
- supplier @105
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartSPrjDocBldList" @109
- location (3785, 8653)
- label (object ItemLabel
- Parent_View @109
- location (3785, 8631)
- anchor_loc 1
- nlines 1
- max_width 814
- justify 0
- label "Call PMStartSPrjDocBldList")
- width 826
- height 134)
- (object StateView "Normal" "Call PMStartSPrjDocBld" @110
- location (4708, 8682)
- label (object ItemLabel
- Parent_View @110
- location (4708, 8659)
- anchor_loc 1
- nlines 1
- max_width 710
- justify 0
- label "Call PMStartSPrjDocBld")
- width 722
- height 136)
- (object TransView "" @111
- client @109
- supplier @110
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMSPrjDocBld" @112
- location (5234, 8906)
- label (object ItemLabel
- Parent_View @112
- location (5234, 8884)
- anchor_loc 1
- nlines 1
- max_width 566
- justify 0
- label "Call PMSPrjDocBld")
- width 578
- height 134)
- (object TransView "" @113
- client @110
- supplier @112
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMEndSPrjDocBldList" @114
- location (3816, 9060)
- label (object ItemLabel
- Parent_View @114
- location (3816, 9038)
- anchor_loc 1
- nlines 1
- max_width 790
- justify 0
- label "Call PMEndSPrjDocBldList")
- width 802
- height 134)
- (object StateView "Normal" "Call PMEndSPrjDoc" @115
- location (3269, 9318)
- label (object ItemLabel
- Parent_View @115
- location (3269, 9295)
- anchor_loc 1
- nlines 1
- max_width 590
- justify 0
- label "Call PMEndSPrjDoc")
- width 602
- height 136)
- (object TransView "" @116
- client @114
- supplier @115
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMEndSPrjDocList" @117
- location (2474, 9317)
- label (object ItemLabel
- Parent_View @117
- location (2474, 9294)
- anchor_loc 1
- nlines 1
- max_width 694
- justify 0
- label "Call PMEndSPrjDocList")
- width 706
- height 136)
- (object TransView "" @118
- client @115
- supplier @117
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMEndSPrj" @119
- location (1778, 9305)
- label (object ItemLabel
- Parent_View @119
- location (1778, 9283)
- anchor_loc 1
- nlines 1
- max_width 470
- justify 0
- label "Call PMEndSPrj")
- width 482
- height 134)
- (object TransView "" @120
- client @117
- supplier @119
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMEndSPrjList" @121
- location (1002, 9303)
- label (object ItemLabel
- Parent_View @121
- location (1002, 9286)
- anchor_loc 1
- nlines 1
- max_width 574
- justify 0
- label "Call PMEndSPrjList")
- width 586
- height 124)
- (object TransView "" @122
- client @119
- supplier @121
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMEndMakefile" @123
- location (328, 9657)
- label (object ItemLabel
- Parent_View @123
- location (328, 9635)
- anchor_loc 1
- nlines 1
- max_width 592
- justify 0
- label "Call PMEndMakefile")
- width 604
- height 134)
- (object StateView "Normal" "Call PMEndPlatform" @124
- location (328, 9933)
- label (object ItemLabel
- Parent_View @124
- location (328, 9911)
- anchor_loc 1
- nlines 1
- max_width 594
- justify 0
- label "Call PMEndPlatform")
- width 606
- height 134)
- (object TransView "" @125
- client @121
- supplier @123
- line_style 0
- x_offset FALSE)
- (object TransView "" @126
- client @123
- supplier @124
- line_style 0
- x_offset FALSE)
- (object TransView "" @127
- client @58
- supplier @27
- line_style 0
- x_offset FALSE)
- (object TransView "" @128
- client @25
- supplier @7
- line_style 0
- x_offset FALSE)
- (object TransView "" @129
- client @25
- supplier @58
- line_style 0
- x_offset FALSE)
- (object TransView "" @130
- client @24
- supplier @47
- line_style 0
- x_offset FALSE)
- (object TransView "" @131
- client @24
- supplier @57
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMStartSPrj" @132
- location (1778, 6229)
- label (object ItemLabel
- Parent_View @132
- location (1778, 6207)
- anchor_loc 1
- nlines 1
- max_width 494
- justify 0
- label "Call PMStartSPrj")
- width 506
- height 134)
- (object TransView "" @133
- client @84
- supplier @132
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMSPrjDoc" @134
- location (3786, 8418)
- label (object ItemLabel
- Parent_View @134
- location (3786, 8395)
- anchor_loc 1
- nlines 1
- max_width 470
- justify 0
- label "Call PMSPrjDoc")
- width 482
- height 136)
- (object TransView "" @135
- client @105
- supplier @134
- line_style 0
- x_offset FALSE)
- (object TransView "" @136
- client @134
- supplier @109
- line_style 0
- x_offset FALSE)
- (object TransView "" @137
- client @119
- supplier @132
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMSPrj" @138
- location (2411, 6234)
- label (object ItemLabel
- Parent_View @138
- location (2411, 6212)
- anchor_loc 1
- nlines 1
- max_width 352
- justify 0
- label "Call PMSPrj")
- width 364
- height 134)
- (object TransView "" @139
- client @132
- supplier @138
- line_style 0
- x_offset FALSE)
- (object TransView "" @140
- client @138
- supplier @86
- line_style 0
- x_offset FALSE)
- (object TransView "" @141
- client @94
- supplier @92
- line_style 0
- x_offset FALSE)
- (object TransView "" @142
- client @96
- supplier @89
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Call PMEndSPrjDocBld" @143
- location (4708, 9093)
- label (object ItemLabel
- Parent_View @143
- location (4708, 9071)
- anchor_loc 1
- nlines 1
- max_width 686
- justify 0
- label "Call PMEndSPrjDocBld")
- width 698
- height 134)
- (object TransView "" @144
- client @112
- supplier @143
- line_style 0
- x_offset FALSE)
- (object TransView "" @145
- client @143
- supplier @114
- line_style 0
- x_offset FALSE)
- (object TransView "" @146
- client @143
- supplier @110
- line_style 0
- x_offset FALSE)
- (object TransView "" @147
- client @115
- supplier @105
- line_style 0
- x_offset FALSE)
- (object TransView "" @148
- client @80
- supplier @123
- line_style 0
- x_offset FALSE)
- (object TransView "" @149
- client @28
- supplier @5
- line_style 0
- x_offset FALSE)
- (object TransView "" @150
- client @28
- supplier @75
- line_style 0
- x_offset FALSE)
- (object NoteView @151
- location (2214, 5928)
- label (object ItemLabel
- Parent_View @151
- location (1663, 5773)
- nlines 5
- max_width 1127
- label
-|main::SubProject subproject
-|main::SourceDir source directory
-|main::SourceList subproj relative src list
-|main::PlainSourceList subproj relative plain src list
-|main::DocumentList subproj relative document list
- )
- width 1187
- height 323)
- (object AttachView "" @152
- client @151
- supplier @132
- line_style 0)
- (object NoteView @153
- location (2790, 6885)
- label (object ItemLabel
- Parent_View @153
- location (2438, 6809)
- nlines 2
- max_width 729
- label
-|main::Source source
-|main::PlainSource plainsource
- )
- width 789
- height 164)
- (object AttachView "" @154
- client @153
- supplier @89
- line_style 0)
- (object NoteView @155
- location (4281, 6696)
- label (object ItemLabel
- Parent_View @155
- location (3839, 6629)
- nlines 2
- max_width 909
- label "main::DependencyList dependency list")
- width 969
- height 146)
- (object AttachView "" @156
- client @155
- supplier @88
- line_style 0)
- (object NoteView @157
- location (5162, 6966)
- label (object ItemLabel
- Parent_View @157
- location (4734, 6855)
- nlines 3
- max_width 881
- label
-|main::TargetDir $(path)\<build>
-|main::BuildDir $(path)\<build>
-|main::Build build
- )
- width 941
- height 234)
- (object AttachView "" @158
- client @157
- supplier @92
- line_style 0)
- (object NoteView @159
- location (5188, 8376)
- label (object ItemLabel
- Parent_View @159
- location (4760, 8265)
- nlines 3
- max_width 881
- label
-|main::TargetDir $(path)\<build>
-|main::BuildDir $(path)\<build>
-|main::Build build
- )
- width 941
- height 234)
- (object AttachView "" @160
- client @159
- supplier @110
- line_style 0)
- (object NoteView @161
- location (4198, 8110)
- label (object ItemLabel
- Parent_View @161
- location (3897, 8054)
- nlines 1
- max_width 627
- label "main::DependencyList null")
- width 687
- height 125)
- (object AttachView "" @162
- client @96
- supplier @161
- line_style 0)
- (object NoteView @163
- location (2826, 7562)
- label (object ItemLabel
- Parent_View @163
- location (2545, 7495)
- nlines 2
- max_width 586
- label
-|main::Source null
-|main::PlainSource null
- )
- width 646
- height 146)
- (object AttachView "" @164
- client @163
- supplier @97
- line_style 0)
- (object NoteView @165
- location (2832, 9009)
- label (object ItemLabel
- Parent_View @165
- location (2598, 8953)
- nlines 1
- max_width 492
- label "main::Document null")
- width 552
- height 125)
- (object NoteView @166
- location (5157, 7883)
- label (object ItemLabel
- Parent_View @166
- location (4506, 7785)
- nlines 3
- max_width 1326
- label
-|main::TargetDir \EPOC32\RELEASE\<platform>
-|main::BuildDir \EPOC32\BUILD\PROJECT\<platform>
-|main::Build null
- )
- width 1386
- height 208)
- (object AttachView "" @167
- client @95
- supplier @166
- line_style 0)
- (object NoteView @168
- location (5125, 9414)
- label (object ItemLabel
- Parent_View @168
- location (4474, 9316)
- nlines 3
- max_width 1326
- label
-|main::TargetDir \EPOC32\RELEASE\<platform>
-|main::BuildDir \EPOC32\BUILD\PROJECT\<platform>
-|main::Build null
- )
- width 1386
- height 208)
- (object AttachView "" @169
- client @114
- supplier @168
- line_style 0)
- (object AttachView "" @170
- client @117
- supplier @165
- line_style 0)
- (object NoteView @171
- location (1907, 9751)
- label (object ItemLabel
- Parent_View @171
- location (1476, 9601)
- nlines 4
- max_width 887
- label
-|main::SubProject null
-|main::SourceDir null
-|main::SourceList all sources
-|main::PlainSourceList all plain sources
-|main::DocumentList all documents
- )
- width 947
- height 312)
- (object AttachView "" @172
- client @121
- supplier @171
- line_style 0)
- (object NoteView @173
- location (2800, 8421)
- label (object ItemLabel
- Parent_View @173
- location (2472, 8365)
- nlines 1
- max_width 680
- label
-|main::Document Document
- )
- width 740
- height 124)
- (object AttachView "" @174
- client @105
- supplier @173
- line_style 0)
- (object AttachView "" @175
- client @58
- supplier @72
- line_style 0)
- (object TransView "" @176
- client @27
- supplier @44
- line_style 0
- x_offset FALSE)
- (object TransView "" @177
- client @27
- supplier @63
- line_style 0
- x_offset FALSE)
- (object TransView "" @178
- client @9
- supplier @10
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Open Makefile" @179
- location (333, 10240)
- label (object ItemLabel
- Parent_View @179
- location (333, 10218)
- anchor_loc 1
- nlines 1
- max_width 519
- justify 0
- label "Open Makefile")
- width 531)
- (object TransView "" @180
- client @124
- supplier @179
- line_style 0
- x_offset FALSE)
- (object StateView "Normal" "Write text to makefile" @181
- location (333, 10545)
- label (object ItemLabel
- Parent_View @181
- location (333, 10518)
- anchor_loc 1
- nlines 1
- max_width 519
- justify 0
- label "Write text to makefile")
- width 531
- height 145)
- (object StateView "Normal" "Close Makefile" @182
- location (323, 10816)
- label (object ItemLabel
- Parent_View @182
- location (323, 10794)
- anchor_loc 1
- nlines 1
- max_width 405
- justify 0
- label "Close Makefile")
- width 417)
- (object TransView "" @183
- client @179
- supplier @181
- line_style 0
- x_offset FALSE)
- (object TransView "" @184
- client @181
- supplier @182
- line_style 0
- x_offset FALSE)
- (object TransView "" @185
- client @182
- supplier @1
- line_style 0
- x_offset FALSE)))))
- logical_presentations (list unit_reference_list
- (object ClassDiagram "Main"
- title "Main"
- zoom 100
- max_height 28350
- max_width 21600
- origin_x 0
- origin_y 0
- items (list diagram_item_list
- (object ClassView "Class" "MAKMAKE" @186
- location (1569, 909)
- label (object ItemLabel
- Parent_View @186
- location (1465, 825)
- nlines 2
- max_width 240
- justify 0
- label "MAKMAKE"))))))
- root_subsystem (object SubSystem "<Top Level>"
- physical_models (list unit_reference_list)
- physical_presentations (list unit_reference_list
- (object Module_Diagram "Main"
- title "Main"
- zoom 100
- max_height 28350
- max_width 21600
- origin_x 0
- origin_y 0
- items (list diagram_item_list))))
- process_structure (object Processes
- ProcsNDevs (list
- (object Process_Diagram ""
- title ""
- zoom 100
- max_height 28350
- max_width 21600
- origin_x 0
- origin_y 0
- items (list diagram_item_list))))
- properties (object Properties))
Binary file sbsv1_os/e32toolp/design/makmake.ppt has changed
--- a/sbsv1_os/e32toolp/e32util/e32tpver.pm Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/e32util/e32tpver.pm Fri Apr 16 16:10:01 2010 +0300
@@ -22,10 +22,9 @@
E32tpver
);
-use strict;
sub E32tpver () {
- my $Version=674;
+ my $Version=678;
}
1;
--- a/sbsv1_os/e32toolp/e32util/genshimsrc.bat Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/e32util/genshimsrc.bat Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
@REM Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
@REM All rights reserved.
@REM This component and the accompanying materials are made available
-@REM under the terms of the License "Eclipse Public License v1.0"
+@REM under the terms of "Eclipse Public License v1.0"
@REM which accompanies this distribution, and is available
@REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
@REM
--- a/sbsv1_os/e32toolp/e32util/makedef.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/e32util/makedef.pl Fri Apr 16 16:10:01 2010 +0300
@@ -312,7 +312,7 @@
next;
}
}
- $Name = $1;
+ $Name = length $1 ? $1 : '';
# Workaround: if MWLD can't demangle the name, we will see only the __imp_ version.
if ($Name =~ /^__imp_(\S+)$/o) {
$Name = $1;
--- a/sbsv1_os/e32toolp/e32util/omapsig.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/e32util/omapsig.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,6 +1,18 @@
# e32toolp\e32util\omapsig.pl
#
-# Copyright (c) 2008 Symbian Ltd. All rights reserved.
+# Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
#
# Prepend OMAP boot signature to miniboot binaries
#
--- a/sbsv1_os/e32toolp/group/bld.inf Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/group/bld.inf Fri Apr 16 16:10:01 2010 +0300
@@ -47,6 +47,8 @@
../../../toolsandutils/buildsystem/extension/application-protocols/buildstubsis.mk /epoc32/tools/makefile_templates/application-protocols/buildstubsis.mk
../../../toolsandutils/buildsystem/extension/base/bootstrap.meta /epoc32/tools/makefile_templates/base/bootstrap.meta
../../../toolsandutils/buildsystem/extension/base/bootstrap.mk /epoc32/tools/makefile_templates/base/bootstrap.mk
+../../../toolsandutils/buildsystem/extension/base/bootstrap.flm /epoc32/tools/makefile_templates/base/bootstrap.flm
+../../../toolsandutils/buildsystem/extension/base/bootstrap.xml /epoc32/tools/makefile_templates/base/bootstrap.xml
../../../toolsandutils/buildsystem/extension/base/config.meta /epoc32/tools/makefile_templates/base/config.meta
../../../toolsandutils/buildsystem/extension/base/config.mk /epoc32/tools/makefile_templates/base/config.mk
../../../toolsandutils/buildsystem/extension/base/copy_default.meta /epoc32/tools/makefile_templates/base/copy_default.meta
@@ -126,6 +128,8 @@
../../../toolsandutils/buildsystem/extension/tools/x86tool.mk /epoc32/tools/makefile_templates/tools/x86tool.mk
../../../toolsandutils/buildsystem/extension/tools/ant_launch.flm /epoc32/tools/makefile_templates/tools/ant_launch.flm
../../../toolsandutils/buildsystem/extension/tools/ant_launch.xml /epoc32/tools/makefile_templates/tools/ant_launch.xml
+../../../toolsandutils/buildsystem/extension/tools/abld_update.mk /epoc32/tools/makefile_templates/tools/abld_update.mk
+../../../toolsandutils/buildsystem/extension/tools/abld_update.meta /epoc32/tools/makefile_templates/tools/abld_update.meta
../../../toolsandutils/buildsystem/shell/cmd.mk /epoc32/tools/shell/cmd.mk
../../../toolsandutils/buildsystem/shell/generic.mk /epoc32/tools/shell/generic.mk
../../../toolsandutils/buildsystem/shell/sh.mk /epoc32/tools/shell/sh.mk
@@ -186,3 +190,6 @@
../../../toolsandutils/buildsystem/extension/syslibs/word_template.meta /epoc32/tools/makefile_templates/syslibs/word_template.meta
../../../toolsandutils/buildsystem/extension/syslibs/word_template.mk /epoc32/tools/makefile_templates/syslibs/word_template.mk
+PRJ_EXTENSIONS
+START EXTENSION tools/abld_update
+END
--- a/sbsv1_os/e32toolp/group/release.txt Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/group/release.txt Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,22 @@
+Version 0.01.678
+(Made by Zheng Shen 8/02/2009)
+1) Brook Hong
+ PDEF144276 Excess warnings from makedef.pl
+2) Marvin Shi
+ PDEF144257 Add libWFC and WF to case check exclusions
+
+Version 0.01.676
+================
+(Made by Marvin Shi 3/02/2010)
+1) Marvin Shi
+ PDEF144099 Missing vmap files when using symbian binary variantion
+
+Version 0.01.675
+================
+(Made by Marvin Shi 18/01/2010)
+1) Marvin Shi
+ DEF143085 Bug 151 - bldmake is not in PDK2.0c
+
Version 0.01.674
================
(Made by Zheng Shen 16/12/2009)
--- a/sbsv1_os/e32toolp/group/setupprj.bat Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/group/setupprj.bat Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
@REM Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
@REM All rights reserved.
@REM This component and the accompanying materials are made available
-@REM under the terms of the License "Eclipse Public License v1.0"
+@REM under the terms of "Eclipse Public License v1.0"
@REM which accompanies this distribution, and is available
@REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
@REM
@@ -26,9 +26,9 @@
BEGIN {
$EPOCRoot = $ENV{EPOCROOT};
+ $EPOCRoot .= "\\" unless($EPOCRoot =~ /\\$/);
die "ERROR: Must set the EPOCROOT environment variable\n" if (!defined($EPOCRoot));
$EPOCRoot =~ s-/-\\-go; # for those working with UNIX shells
- die "ERROR: EPOCROOT must be an absolute path\n" if ($EPOCRoot !~ /^\\/);
die "ERROR: EPOCROOT must not be a UNC path\n" if ($EPOCRoot =~ /^\\\\/);
die "ERROR: EPOCROOT must end with a backslash\n" if ($EPOCRoot !~ /\\$/);
die "ERROR: EPOCROOT must specify an existing directory\n" if (!-d $EPOCRoot);
@@ -79,21 +79,6 @@
while ($GroupDir=~s-\\\.\\-\\-go) { }
while ($GroupDir=~s-\\(?!\.{2}\\)[^\\]*\\\.{2}(?=\\)--go) { }
-my $GroupToRoot=&UpToRoot($GroupDir);
-chop $GroupToRoot;
-
-my $GroupToToolsPath="$GroupToRoot$EPOCToolsPath";
-
-my $GroupToToolsConfigFilePath="$GroupToRoot$EPOCToolsConfigFilePath";
-
-my $GroupToDocsPath="$GroupToRoot$DocsPath";
-
-my $GroupToTemplatePath="$GroupToRoot$TemplateFilePath";
-
-my $GroupToShellPath="$GroupToRoot$ShellFilePath";
-
-my $GroupToBinPath="$GroupToRoot$BinFilePath";
-
$GroupDir=~s-\\$--o; # remove trailing backslash
chdir "$GroupDir" or die "Can't cd to $GroupDir: $!\n";
@@ -185,7 +170,7 @@
"\@goto invoke\n",
"\n",
"#!perl\n",
- "unless (\@ARGV==1 && \$ARGV[0]=~/^(deb|rel|clean)\$/io) {\n",
+ "unless (\@ARGV==1 && \$ARGV[0]=~/^(deb|rel|clean|releasables)\$/io) {\n",
" die\n",
" \"E32TOOLP's bld.bat - usage\\n\",\n",
" \"BLD [param]\\n\",\n",
@@ -195,9 +180,17 @@
"}\n",
"my \$Param=lc \$ARGV[0];\n",
"chdir \"$PrintGroupDir\";\n",
+ "if (\$Param =~ /releasables/i)\n",
+ "{\n",
+ "open PIPE, \"..\\\\binutils\\\\make -s -f e32toolp.make \$Param |\" or die \"Can't invoke make: \$!\\n\";\n",
+ "while (<PIPE>) { print \$_; }\n",
+ "close PIPE;\n",
+ "\n",
+ "exit;\n",
+ "}\n",
"print \"..\\\\binutils\\\\make -s -f e32toolp.make \$Param\\n\";\n",
"open PIPE, \"..\\\\binutils\\\\make -s -f e32toolp.make \$Param |\" or die \"Can't invoke make: \$!\\n\";\n",
- "while (<PIPE>) {}\n",
+ "while (<PIPE>) { }\n",
"close PIPE;\n",
"\n",
"__END__\n",
@@ -224,53 +217,53 @@
"endif\n",
"\n",
"\n",
- "$GroupToToolsPath :\n",
- "\t\@perl -w ..\\genutil\\emkdir.pl $GroupToToolsPath\n",
+ "$EPOCToolsPath :\n",
+ "\t\@perl -w ..\\genutil\\emkdir.pl $EPOCToolsPath\n",
"\n",
- "$GroupToTemplatePath :\n",
- "\t\@perl -w ..\\genutil\\emkdir.pl $GroupToTemplatePath\n",
+ "$TemplateFilePath :\n",
+ "\t\@perl -w ..\\genutil\\emkdir.pl $TemplateFilePath\n",
"\n"
);
foreach (sort keys %TemplateDirs) {
&Output(
- "$GroupToTemplatePath\\$_ :\n",
- "\t\@perl -w ..\\genutil\\emkdir.pl $GroupToTemplatePath\\$_\n",
+ "$TemplateFilePath\\$_ :\n",
+ "\t\@perl -w ..\\genutil\\emkdir.pl $TemplateFilePath\\$_\n",
"\n"
);
}
foreach (sort keys %BinDirs) {
&Output(
- "$GroupToBinPath\\$_ :\n",
- "\t\@perl -w ..\\genutil\\emkdir.pl $GroupToBinPath\\$_\n",
+ "$BinFilePath\\$_ :\n",
+ "\t\@perl -w ..\\genutil\\emkdir.pl $BinFilePath\\$_\n",
"\n"
);
}
&Output(
- "$GroupToShellPath :\n",
- "\t\@perl -w ..\\genutil\\emkdir.pl $GroupToShellPath\n",
+ "$ShellFilePath :\n",
+ "\t\@perl -w ..\\genutil\\emkdir.pl $ShellFilePath\n",
"\n",
- "$GroupToToolsConfigFilePath :\n",
- "\t\@perl -w ..\\genutil\\emkdir.pl $GroupToToolsConfigFilePath\n",
+ "$EPOCToolsConfigFilePath :\n",
+ "\t\@perl -w ..\\genutil\\emkdir.pl $EPOCToolsConfigFilePath\n",
"\n",
- "$GroupToDocsPath :\n",
- "\t\@perl -w ..\\genutil\\emkdir.pl $GroupToDocsPath\n",
+ "$DocsPath :\n",
+ "\t\@perl -w ..\\genutil\\emkdir.pl $DocsPath\n",
"\n",
"\n",
- "deb : $GroupToToolsPath $GroupToToolsConfigFilePath $GroupToDocsPath $GroupToTemplatePath $GroupToShellPath "
+ "deb : $EPOCToolsPath $EPOCToolsConfigFilePath $DocsPath $TemplateFilePath $ShellFilePath "
);
foreach (sort keys %TemplateDirs) {
&Output(
- "$GroupToTemplatePath\\$_ "
+ "$TemplateFilePath\\$_ "
);
}
foreach (sort keys %BinDirs) {
&Output(
- "$GroupToBinPath\\$_ "
+ "$BinFilePath\\$_ "
);
}
@@ -279,59 +272,59 @@
my $File;
foreach $File (keys %Files) {
&Output(
- "\tcopy \"..\\$Files{$File}\" \"$GroupToToolsPath\\$File\" >nul\n"
+ "\tcopy \"..\\$Files{$File}\" \"$EPOCToolsPath\\$File\" >nul\n"
);
}
my $ConfigFile;
foreach $ConfigFile (@ConfigFiles) {
&Output(
- "\tcopy \"..\\platform\\$ConfigFile\" \"$GroupToToolsConfigFilePath\\$ConfigFile\" >nul\n"
+ "\tcopy \"..\\platform\\$ConfigFile\" \"$EPOCToolsConfigFilePath\\$ConfigFile\" >nul\n"
);
}
foreach $File (@Docs) {
&Output(
- "\tcopy \"..\\Docs\\$File\" \"$GroupToDocsPath\\$File\" >nul\n"
+ "\tcopy \"..\\Docs\\$File\" \"$DocsPath\\$File\" >nul\n"
);
}
my $tfile;
foreach $tfile (@TemplateFiles) {
&Output(
- "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\extension\\$tfile\" \"$GroupToTemplatePath\\$tfile\" >nul\n"
+ "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\extension\\$tfile\" \"$TemplateFilePath\\$tfile\" >nul\n"
);
}
my $bfile;
foreach $bfile (@BinFiles) {
&Output(
- "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\bin\\$bfile\" \"$GroupToBinPath\\$bfile\" >nul\n"
+ "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\bin\\$bfile\" \"$BinFilePath\\$bfile\" >nul\n"
);
}
my $sfile;
foreach $sfile (@ShellFiles) {
&Output(
- "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\shell\\$sfile\" \"$GroupToShellPath\\$sfile\" >nul\n"
+ "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\shell\\$sfile\" \"$ShellFilePath\\$sfile\" >nul\n"
);
}
&Output(
"\n",
"\n",
- "rel : $GroupToToolsPath $GroupToToolsConfigFilePath $GroupToDocsPath $GroupToTemplatePath $GroupToShellPath "
+ "rel : $EPOCToolsPath $EPOCToolsConfigFilePath $DocsPath $TemplateFilePath $ShellFilePath "
);
foreach (sort keys %TemplateDirs) {
&Output(
- "$GroupToTemplatePath\\$_ "
+ "$TemplateFilePath\\$_ "
);
}
foreach (sort keys %BinDirs) {
&Output(
- "$GroupToBinPath\\$_ "
+ "$BinFilePath\\$_ "
);
}
@@ -340,48 +333,48 @@
foreach $File (keys %Files) {
&Output(
- "\t.\\perlprep.bat \"..\\$Files{$File}\" \"$GroupToToolsPath\\$File\"\n"
+ "\t.\\perlprep.bat \"..\\$Files{$File}\" \"$EPOCToolsPath\\$File\"\n"
);
}
foreach $ConfigFile (@ConfigFiles) {
&Output(
- "\tcopy \"..\\platform\\$ConfigFile\" \"$GroupToToolsConfigFilePath\\$ConfigFile\" >nul\n"
+ "\tcopy \"..\\platform\\$ConfigFile\" \"$EPOCToolsConfigFilePath\\$ConfigFile\" >nul\n"
);
}
foreach $File (@Docs) {
&Output(
- "\tcopy \"..\\Docs\\$File\" \"$GroupToDocsPath\\$File\" >nul\n"
+ "\tcopy \"..\\Docs\\$File\" \"$DocsPath\\$File\" >nul\n"
);
}
foreach $tfile (@TemplateFiles) {
&Output(
- "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\extension\\$tfile\" \"$GroupToTemplatePath\\$tfile\" >nul\n"
+ "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\extension\\$tfile\" \"$TemplateFilePath\\$tfile\" >nul\n"
);
}
foreach $bfile (@BinFiles) {
&Output(
- "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\bin\\$bfile\" \"$GroupToBinPath\\$bfile\" >nul\n"
+ "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\bin\\$bfile\" \"$BinFilePath\\$bfile\" >nul\n"
);
}
foreach $sfile (@ShellFiles) {
&Output(
- "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\shell\\$sfile\" \"$GroupToShellPath\\$sfile\" >nul\n"
+ "\tcopy \"..\\..\\..\\toolsandutils\\buildsystem\\shell\\$sfile\" \"$ShellFilePath\\$sfile\" >nul\n"
);
}
&Output(
"\n",
- "rel deb : $GroupToToolsPath\\make.exe\n",
- "$GroupToToolsPath\\make.exe: ..\\binutils\\make.exe\n",
+ "rel deb : $EPOCToolsPath\\make.exe\n",
+ "$EPOCToolsPath\\make.exe: ..\\binutils\\make.exe\n",
"\tcopy \$\? \$\@\n"
);
&Output(
"\n",
- "rel deb : $GroupToToolsPath\\scpp.exe\n",
- "$GroupToToolsPath\\scpp.exe: ..\\binutils\\scpp.exe\n",
+ "rel deb : $EPOCToolsPath\\scpp.exe\n",
+ "$EPOCToolsPath\\scpp.exe: ..\\binutils\\scpp.exe\n",
"\tcopy \$\? \$\@\n"
);
@@ -392,32 +385,67 @@
);
foreach $File (keys %Files) {
&Output(
- "\t-\$(ERASE) \"$GroupToToolsPath\\$File\"\n"
+ "\t-\$(ERASE) \"$EPOCToolsPath\\$File\"\n"
);
}
foreach $ConfigFile (@ConfigFiles) {
&Output(
- "\t-\$(ERASE) \"$GroupToToolsConfigFilePath\\$ConfigFile\"\n"
+ "\t-\$(ERASE) \"$EPOCToolsConfigFilePath\\$ConfigFile\"\n"
);
}
foreach $File (@Docs) {
&Output(
- "\t-\$(ERASE) \"$GroupToDocsPath\\$File\"\n"
+ "\t-\$(ERASE) \"$DocsPath\\$File\"\n"
);
}
foreach $tfile (@TemplateFiles) {
&Output(
- "\t-\$(ERASE) \"$GroupToTemplatePath\\$tfile\"\n"
+ "\t-\$(ERASE) \"$TemplateFilePath\\$tfile\"\n"
);
}
foreach $bfile (@BinFiles) {
&Output(
- "\t-\$(ERASE) \"$GroupToBinPath\\$bfile\"\n"
+ "\t-\$(ERASE) \"$BinFilePath\\$bfile\"\n"
);
}
foreach $sfile (@ShellFiles) {
&Output(
- "\t-\$(ERASE) \"$GroupToShellPath\\$sfile\"\n"
+ "\t-\$(ERASE) \"$ShellFilePath\\$sfile\"\n"
+ );
+}
+
+&Output(
+ "\n",
+ "releasables :\n"
+);
+foreach $File (keys %Files) {
+ &Output(
+ "\t\@echo $EPOCToolsPath\\$File\n"
+ );
+}
+foreach $ConfigFile (@ConfigFiles) {
+ &Output(
+ "\t\@echo $EPOCToolsConfigFilePath\\$ConfigFile\n"
+ );
+}
+foreach $File (@Docs) {
+ &Output(
+ "\t\@echo $DocsPath\\$File\n"
+ );
+}
+foreach $tfile (@TemplateFiles) {
+ &Output(
+ "\t\@echo $TemplateFilePath\\$tfile\n"
+ );
+}
+foreach $bfile (@BinFiles) {
+ &Output(
+ "\t\@echo $BinFilePath\\$bfile\n"
+ );
+}
+foreach $sfile (@ShellFiles) {
+ &Output(
+ "\t\@echo $ShellFilePath\\$sfile\n"
);
}
--- a/sbsv1_os/e32toolp/group/tools_e32toolp.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/group/tools_e32toolp.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -123,6 +123,8 @@
binary \epoc32\tools\makefile_templates\application-protocols\buildstubsis.mk
binary \epoc32\tools\makefile_templates\base\bootstrap.meta
binary \epoc32\tools\makefile_templates\base\bootstrap.mk
+binary \epoc32\tools\makefile_templates\base\bootstrap.xml
+binary \epoc32\tools\makefile_templates\base\bootstrap.flm
binary \epoc32\tools\makefile_templates\base\config.meta
binary \epoc32\tools\makefile_templates\base\config.mk
binary \epoc32\tools\makefile_templates\base\copy_default.meta
@@ -260,6 +262,8 @@
binary \epoc32\tools\makefile_templates\tools\stlport.mk
binary \epoc32\tools\makefile_templates\tools\x86tool.meta
binary \epoc32\tools\makefile_templates\tools\x86tool.mk
+binary \epoc32\tools\makefile_templates\tools\abld_update.meta
+binary \epoc32\tools\makefile_templates\tools\abld_update.mk
binary \epoc32\tools\makefile_templates\tools\ant_launch.flm
binary \epoc32\tools\makefile_templates\tools\ant_launch.xml
binary \epoc32\tools\java\symbianant.jar
@@ -267,12 +271,5 @@
binary \epoc32\tools\shell\generic.mk
binary \epoc32\tools\shell\sh.mk
-binary \epoc32\include\assp\naviengine\flexible\naviengine.inc
-binary \epoc32\include\assp\naviengine\multiple\naviengine.inc
-binary \epoc32\include\omap_hrp\assp\omap24xx\omap24xxconst.inc
-binary \epoc32\include\omap_hrp\h4\nand_fbr_offset.inc
-binary \epoc32\include\tiomap3\assp\common\customrestartreasons.inc
-binary \epoc32\include\tiomap3\variant\common\nand_fbr_offset.inc
-binary \epoc32\include\wins\nand\nand_fbr_offset.inc
notes_source \component_defs\release.src
--- a/sbsv1_os/e32toolp/makmake/makmake.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/makmake/makmake.pl Fri Apr 16 16:10:01 2010 +0300
@@ -586,18 +586,6 @@
}
# modified end: makefile improvement
-# modified by SV start: makefile improvement
-if(-e $MAKEFILE)
-{
- my $mmp_time = -M $MMPFILE;
- my $makefile_time = -M $MAKEFILE;
- if( $makefile_time <= $mmp_time)
- {
- exit;
- }
-}
-# modified by SV end: makefile improvement
-
my $CurAifRef;
my $CurBaseObj;
my $CurBld;
--- a/sbsv1_os/e32toolp/platform/ARMV5SMP.bsf Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/ARMV5SMP.bsf Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/platform/ARMV6.BSF Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/ARMV6.BSF Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/platform/ARMV6SMP.bsf Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/ARMV6SMP.bsf Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/platform/ARMV6T2.bsf Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/ARMV6T2.bsf Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/platform/ARMV6_abiv1.BSF Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/ARMV6_abiv1.BSF Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/platform/ARMV7.bsf Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/ARMV7.bsf Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/platform/GCCEV6.bsf Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/GCCEV6.bsf Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/platform/GCCEV6T2.bsf Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/GCCEV6T2.bsf Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/platform/GCCEV7.bsf Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/GCCEV7.bsf Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/platform/cw_link_descriptor_template.cwlink Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/cw_link_descriptor_template.cwlink Fri Apr 16 16:10:01 2010 +0300
@@ -3,7 +3,7 @@
Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/sbsv1_os/e32toolp/platform/cw_link_descriptor_template_v2.cwlink Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/cw_link_descriptor_template_v2.cwlink Fri Apr 16 16:10:01 2010 +0300
@@ -3,7 +3,7 @@
Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/sbsv1_os/e32toolp/platform/cw_project_template_v3.xml Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/cw_project_template_v3.xml Fri Apr 16 16:10:01 2010 +0300
@@ -3,7 +3,7 @@
Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/sbsv1_os/e32toolp/platform/cw_project_template_v4.xml Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/cw_project_template_v4.xml Fri Apr 16 16:10:01 2010 +0300
@@ -3,7 +3,7 @@
Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
- under the terms of the License "Eclipse Public License v1.0"
+ under the terms of "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
--- a/sbsv1_os/e32toolp/platform/extractvars.make Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/extractvars.make Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/sbsv1_os/e32toolp/platform/filenamepolicyexclusions.txt Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/platform/filenamepolicyexclusions.txt Fri Apr 16 16:10:01 2010 +0300
@@ -13,6 +13,13 @@
EGL/egl.h
EGL/egltypes.h
EGL/egluids.hrh
+EGL/eglext.h
+WF
+WF/wfc.h
+WF/wfcext.h
+WF/wfcplatform.h
+WF/openwfcuids.hrh
+KHR/khrplatform.h
GLES
GLES/egldisplayproperty.h
GLES/egldisplaypropertydef.h
@@ -57,3 +64,6 @@
libOpenVG.lib
libOpenVGU.dll
libOpenVGU.lib
+libWFC.lib
+libWFC.dll
+libWFCu.def
--- a/srcanamdw_os/leavescan/group/testtools_leavescan.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/group/testtools_leavescan.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component testtools_leavescan
source \sf\os\buildtools\srcanamdw_os\leavescan
binary \sf\os\buildtools\srcanamdw_os\leavescan\group all
--- a/srcanamdw_os/leavescan/test/LET/case2tef.py Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/LET/case2tef.py Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!/usr/bin/python
import string
import sys
--- a/srcanamdw_os/leavescan/test/LET/fl.py Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/LET/fl.py Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!/usr/bin/python
import string
import sys
--- a/srcanamdw_os/leavescan/test/LET/initcase.py Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/LET/initcase.py Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
import time
import sys
import os
--- a/srcanamdw_os/leavescan/test/LET/let.py Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/LET/let.py Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#!/usr/bin/python
import string
import sys
--- a/srcanamdw_os/leavescan/test/LET/logdiff.py Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/LET/logdiff.py Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
import sys
import os
from os import listdir
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129216-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129216-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test hang-->"classA"
//option:
//date:2008-10-121 15:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129216-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129216-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test hang-->"classA"
//option:
//date:2008-10-121 15:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-01.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-01.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) call in leave function of LS3
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-02.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-02.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) call in leave function LC of LS3
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-03.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-03.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::LeaveIfError function call in a leave member template function of a class for LS3
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-04.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-04.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) call in leave function LD of LS3
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-05.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-05.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::LeaveIfError function call in a leave member template function LX of a class for LS3
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-06.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-06.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) call in leave function LX of LS3
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-07.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-07.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::LeaveIfError function call in a leave member template function LC of a class for LS3
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-08.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-08.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::LeaveIfError function call in a leave member template function LD of a class for LS3
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-09.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-09.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test L leave function LD call of LS1
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-10.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-10.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LD leave function call of LS1
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-11.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-11.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test L leave function call of LS1
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-12.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/PCT-LeaveScan-DEF129771-12.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test L leave function LD call of LS1
//option:
//date:2008-10-31 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Call->call
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Call->call
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Call->call
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Call->call
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Call->call
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,5 +1,21 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:appears
-////option:
+//option:
//date:2008-12-22 14:58:10
//author:bolowy
//type: CT
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Call->call
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Call->call
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Call->call
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Call->call
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-019.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-019.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-020.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-020.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Call->call
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-021.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-021.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-022.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-022.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,5 +1,21 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:appears
-////option:
+//option:
//date:2008-12-22 14:58:10
//author:bolowy
//type: CT
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-023.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-023.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,5 +1,21 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:uses
-////option:
+//option:
//date:2008-12-22 14:58:10
//author:bolowy
//type: CT
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-024.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-024.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,5 +1,21 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:Returns->returns
-////option:
+//option:
//date:2008-12-22 14:58:10
//author:bolowy
//type: CT
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132384-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132388-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:identify class
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-019.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-019.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-020.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-020.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-021.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132389-021.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132390-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:keyword:recognize LClass' constuctor and operator
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:LData as parameter
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:LString as parameter
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:LData as return type
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:LString as return type
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:func use LString
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132393-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test warning message:func use LData
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:check preprocessor:NONSHARABLE_CLASS
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:check preprocessor:NONSHARABLE_STRUCT
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:check preprocessor:xxNONSHARABLE_STRUCT
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:check preprocessor:NONSHARABLE_STRUCTyy
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:check preprocessor:xxNONSHARABLE_STRUCTyy
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:check preprocessor:xxNONSHARABLE_CLASSyy
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:check preprocessor:xxNONSHARABLE_CLASS
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:check preprocessor:NONSHARABLE_CLASSyy
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-132397-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:check preprocessor:xxNONSHARABLE_CLASSyy
//option:
//date:2008-12-22 14:58:10
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-019.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-019.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-020.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-020.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-021.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-021.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-022.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-022.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-023.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-023.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-024.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-024.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-025.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-025.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-026.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-026.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-027.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-027.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-028.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-028.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-029.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-029.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-030.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-030.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-031.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-031.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-032.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-032.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-033.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-033.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-034.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-034.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-035.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-035.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-036.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-036.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-037.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-037.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-038.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-038.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-039.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-039.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-040.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-040.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-041.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-041.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-042.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-042.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-043.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-043.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-044.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-044.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-045.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-045.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-046.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-046.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-047.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-047.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-048.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-048.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-049.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-049.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-050.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-050.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-051.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-051.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-052.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-052.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-053.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-053.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-054.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-054.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-055.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-055.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-056.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-056.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-057.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-057.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-058.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-058.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-059.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-059.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-060.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-060.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-061.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-061.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-062.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-062.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-063.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-063.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-064.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-064.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-065.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-065.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-066.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-066.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-067.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-067.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-068.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-068.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-069.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-069.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-070.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-070.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-071.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-071.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-072.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-072.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-073.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-073.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-074.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-074.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-075.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-075.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-076.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-076.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-077.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-077.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-078.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-078.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-079.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-079.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-080.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-080.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-081.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-081.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-082.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-082.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-083.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-083.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-084.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-084.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-085.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-085.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-086.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-086.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-087.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-087.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-088.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-088.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-089.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-089.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-090.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-090.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-091.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-091.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-092.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-092.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-093.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-093.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-094.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-094.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-095.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-095.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-096.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-096.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-097.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-097.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-098.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-098.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-099.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-099.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-100.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-100.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-101.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-101.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-102.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-102.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-103.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-103.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-104.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-104.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-105.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-105.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-106.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-106.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-107.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-107.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-108.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-108.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-109.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-109.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-110.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-110.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-111.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-111.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-112.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-112.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-113.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-113.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-114.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-114.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-115.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-115.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-116.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-116.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-117.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-117.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-118.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-118.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-119.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-119.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-120.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-120.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-121.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-121.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-122.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-122.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-123.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-123.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-124.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-124.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-125.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-125.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-126.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-126.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-127.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-127.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-128.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-128.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-129.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-129.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-130.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-130.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-131.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-131.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-132.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-132.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-133.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-133.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-134.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-134.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-135.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-135.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-136.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-136.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-137.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-137.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-138.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-138.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-139.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-139.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-140.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-140.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-141.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-141.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-142.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-142.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-143.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-143.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-144.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-144.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-145.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-145.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-146.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-146.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-147.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-147.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-148.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-148.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-149.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-149.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-150.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-150.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-151.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-151.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-152.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-152.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-153.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-153.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-154.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-154.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-155.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-155.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-156.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-156.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-157.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-157.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-158.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-158.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-159.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-159.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-160.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-160.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-161.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-161.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-162.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-162.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-163.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-163.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-164.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-164.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-165.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-165.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-166.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-166.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-167.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-167.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-168.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-168.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-169.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-169.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-170.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-170.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-171.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-171.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-172.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-172.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-173.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-173.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-174.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-174.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-175.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-175.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-176.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-176.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-177.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-177.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-178.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-178.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-179.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-179.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-180.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-180.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-181.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-181.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-182.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-182.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-183.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-183.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-184.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-184.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-185.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-185.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-186.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-186.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-187.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-187.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-188.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-188.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-189.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-189.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-190.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-190.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-191.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-191.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-192.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-192.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-193.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-193.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-194.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-194.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-195.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-195.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-196.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-196.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-197.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-197.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-198.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-198.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-199.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-199.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-200.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-200.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-201.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-201.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-202.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-202.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-203.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-203.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-204.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-204.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-205.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-205.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-206.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-206.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-207.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-207.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-208.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-208.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-209.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-209.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-210.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-210.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-211.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-211.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-212.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-212.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-213.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-213.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-214.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-214.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-215.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-215.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-216.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-216.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-217.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-217.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-218.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-218.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-219.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-219.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-220.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-220.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-221.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-221.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-222.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-222.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-223.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-223.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-224.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-224.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-225.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-225.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-226.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-226.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-227.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-227.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-228.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-228.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-229.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-229.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-230.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-230.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-231.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-231.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-232.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-232.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-233.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-233.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-234.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-234.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-235.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-235.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-236.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-236.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-237.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-237.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-238.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-238.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-239.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-239.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-240.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-240.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-241.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-241.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-242.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-242.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-243.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-243.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-244.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-244.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-245.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-245.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-246.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-246.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-247.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-247.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-248.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-248.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-249.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-249.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-250.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-250.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-251.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-251.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-252.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-252.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-253.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-253.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-254.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-254.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-255.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-255.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-256.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-256.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-257.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-257.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-258.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-258.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-259.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-259.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-260.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-260.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-261.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-261.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-262.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-262.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-263.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-263.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-264.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-264.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-265.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-265.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-266.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-266.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-267.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-267.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-268.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-268.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-269.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-269.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-270.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-270.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-271.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-271.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-272.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-272.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-273.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-273.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-274.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-274.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-275.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-275.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-276.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-276.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-277.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-277.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-278.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-278.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-279.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-279.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-280.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-280.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-281.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-281.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-282.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-282.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-283.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-283.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-284.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-284.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-285.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-285.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-286.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-286.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-287.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-287.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-288.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-288.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-289.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-289.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-290.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-290.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-291.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-291.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-292.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-292.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-293.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-293.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-294.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-294.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-295.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-295.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-296.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-296.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-297.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-297.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-298.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-298.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-299.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-299.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-300.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-300.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-301.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-301.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-302.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-302.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-303.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-303.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-304.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-304.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-305.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-305.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-306.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-306.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-307.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-307.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-308.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-308.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-309.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-309.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-310.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-310.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-311.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-311.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-312.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-312.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-313.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-313.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-314.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-314.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-315.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-315.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-316.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-316.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-317.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-317.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-318.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-318.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-319.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-319.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-320.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-320.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-321.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-321.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-322.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-322.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-323.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-323.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-324.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-324.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-325.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-325.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-326.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-326.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-327.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-327.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-328.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-328.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-329.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-329.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-330.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-330.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-331.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-331.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-332.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-332.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-333.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-333.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-334.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-334.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-335.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-335.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-336.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-336.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-337.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-337.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-338.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-338.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-339.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-339.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-340.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-340.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-341.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-341.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-342.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-342.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-343.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-343.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-344.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-344.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-345.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-345.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-346.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-346.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-347.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-347.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-348.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-348.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-349.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-349.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-350.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-350.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-351.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-351.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-352.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-352.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-353.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-353.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-354.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-354.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-355.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-355.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-356.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-356.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-357.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-357.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-358.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-358.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-359.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-359.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-360.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-360.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-361.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-361.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-362.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-362.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-363.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-363.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-364.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-364.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-365.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-365.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-366.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-366.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-367.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-367.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-368.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-368.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-369.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-369.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-370.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-370.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-371.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-371.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-372.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-372.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-373.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-373.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-374.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-374.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-375.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-375.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-376.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-376.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-377.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-377.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-378.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-378.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-379.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-379.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-380.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-380.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-381.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-381.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-382.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-382.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-383.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-383.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-384.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-384.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-385.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-385.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-386.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-386.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-387.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-387.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-388.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-388.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-389.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-389.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-390.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-390.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-391.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-391.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-392.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-392.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-393.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-393.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-394.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-394.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-395.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-395.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-396.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-396.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-397.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-397.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-398.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-398.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-399.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-399.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-400.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-400.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-401.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-401.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-402.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-402.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-403.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-403.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-404.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-404.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-405.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-405.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-406.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-406.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-407.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-407.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-408.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-408.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-409.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-409.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-410.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-410.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-411.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-411.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-412.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-412.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-413.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-413.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-414.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-414.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-415.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-415.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-416.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-416.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-417.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-417.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-418.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-418.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-419.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-419.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-420.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-420.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-421.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-421.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-422.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-422.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-423.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-423.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-424.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-424.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-425.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-425.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-426.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-426.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-427.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-427.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-428.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-428.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-429.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-429.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-430.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-430.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-431.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-431.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-432.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-432.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-433.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-433.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-434.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-434.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-435.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-435.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-436.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-436.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-437.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-437.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-438.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-438.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-439.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-439.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-440.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-440.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-441.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-441.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-442.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-442.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-443.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-443.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-444.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-444.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-445.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-445.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-446.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-446.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-447.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-447.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-448.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-448.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-449.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-449.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-450.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-450.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-451.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-451.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-452.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-452.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-453.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-453.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-454.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-454.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-455.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-455.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-456.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-456.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-457.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-457.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-458.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-458.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-459.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-459.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-460.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-460.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-461.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-461.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-462.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-462.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-463.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-463.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-464.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-464.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-465.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-465.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-466.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-466.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-467.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-467.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-468.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-468.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-469.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-469.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-470.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-470.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-471.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-471.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-472.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-472.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-473.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-473.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-474.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-474.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-475.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-475.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-476.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-476.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-477.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-477.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-478.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-478.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-479.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-479.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-480.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-480.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-481.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-481.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class name identify with base-class-spec
//option:
//date:2009-1-12 11:0:58
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-019.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-019.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-020.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-020.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-021.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-021.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-022.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-022.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-023.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-023.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-024.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-024.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-025.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-025.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-026.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-026.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-027.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-027.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-028.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-028.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-029.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-029.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-030.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-030.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-031.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-031.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-032.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-032.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-033.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-033.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-034.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-034.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-035.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-035.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-036.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-036.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-037.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-037.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-038.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-038.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-039.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-039.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-040.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-040.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-041.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-041.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-042.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-042.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-043.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-043.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-044.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-044.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-045.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-045.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-046.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-046.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-047.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-047.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-048.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-048.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-049.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-049.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-050.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-050.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-051.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-051.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-052.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-052.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-053.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-053.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-054.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-054.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-055.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-055.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-056.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-056.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-057.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-057.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-058.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-058.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-059.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-059.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-060.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-060.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-061.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-061.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-062.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-062.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-063.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-063.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-064.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-064.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-065.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-065.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-066.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-066.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-067.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-067.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-068.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-068.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-069.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-069.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-070.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-070.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-071.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-071.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-072.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-072.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-073.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-073.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-074.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-074.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-075.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-075.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-076.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-076.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-077.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-077.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-078.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-078.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-079.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-079.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-080.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-080.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-081.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-081.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-082.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-082.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-083.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-083.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-084.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-084.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-085.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-085.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-086.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-086.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-087.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-087.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-088.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-088.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-089.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-089.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-090.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-090.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-091.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-091.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-092.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-092.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-093.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-093.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-094.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-094.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-095.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-095.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-096.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132401-096.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test class member with template
//option:
//date:2009-1-8 15:42:48
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test comment and string and marco of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LC LD LX of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test TRAP and TRAPD of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test common leave function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LC leave function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LD leave function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LX leave function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test calling leave function as a argument of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call when there is a class definiton of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call when there is another TRAP of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test static leave function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test static LC function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test multiple static leave function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test multiple static leave function call of a template class for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a member leave function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test memeber template leave function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test member template LX function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test member template LD function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-019.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-019.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test calling a leave function in member function for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-020.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-020.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in member function definition out of a class for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-021.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-021.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in a member function definition of a template class for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-022.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-022.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in a member template function definition of a template class for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-023.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-023.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test template leave function call in overload function for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-024.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-024.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in overload member function for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-025.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-025.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in operator overload function for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-026.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-026.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in member operator overload function for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-027.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-027.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in type cast function of a class for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-028.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-028.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in a member template function of a class for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-029.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-029.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LD leave function call in member template function of a class for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-030.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-030.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test common function call of LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-031.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-031.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test difference of class and function LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-032.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS1-testcases/PCT-LeaveScan-LS1-032.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in override member function for LS1
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a common data member of a common class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a common data member of a common struct
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a common data member of a inner class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a common data member of a nested class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a common data member of a class that has no name
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a common data member of a inherit class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a common data member of a abstract struct
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a common data member of a template class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a static data member of a common struct
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a static data member of a inner class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a static data member of a nested class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a static data member of a template class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a common member function of a common struct
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a virtual member function of a common struct
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a overload member function of a common struct
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a operator function of a common class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a type cast function of a common class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a constructor of a common class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-019.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-019.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a destructor of a common class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-020.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-020.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a common function of a inner class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-021.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-021.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a virtual member function of a nested class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-022.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-022.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a virtual operator function of a non-name class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-023.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-023.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a local variable of a overload function of a template class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-024.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-024.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a data member of a specialised class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-025.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-025.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a data member of a common function of a specialised class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-026.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-026.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup is used to declare a data member of a specialised function of a specialised class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-027.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-027.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test other type is used to declare a common data member of a common class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-028.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-028.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test other type is used to declare a friend class of a common class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-029.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-029.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test other type is used to declare a data member of a common class of a namespace
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-030.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-030.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test other type is used to declare a local data of a function of a namespace
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-031.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS11-testcases/PCT-LeaveScan-LS11-031.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test other type is used to declare a namespace using of a class
//option:
//date:2008-8-20 13:51:31
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test TRAP and TRAPD of LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in leaving function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in leaving template function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in leaving specialised template function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in leaving member function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in operator function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in typecast function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in constructor function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in destructor function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LManaged class used in class to define a data member for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LManaged class used in non-name class to define a data member for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LManaged class used in common function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LManaged class used in member function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LManaged class used in template function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LManaged class used in specialised template function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LManaged class used in type cast function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LManaged class used in operator function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LManaged class used in constructor function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-019.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-019.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LManaged class used in destructor function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-020.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-020.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in common function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-021.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-021.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in template function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-022.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-022.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in specialised template function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-023.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-023.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in member function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-024.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-024.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used without TRAP in operator function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-025.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-025.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used without TRAP in typecast function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-026.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-026.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used without TRAP in constructor function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-027.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-027.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used without TRAP in destructor function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-028.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-028.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in overload function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-029.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-029.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in function of namespace for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-030.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS12-testcases/PCT-LeaveScan-LS12-030.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LCleanup class used in const member function for LS12
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a non-leaving function for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a non-leaving member function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a non-leaving member function that defined out of the class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a template function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a specialised function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a overload function for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a non-leaving operator function for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a non-leaving static function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LData is used as a return type of a non-leaving friend function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LData is used as a return type of a specialised function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LDataXX is used as a return type of a specialised function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a leaving function for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a leaving member function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a template leaving function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a specialised leaving function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a return type of a overload leaving function for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS13-testcases/PCT-LeaveScan-LS13-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LData is used as a return type of a leaving friend function of a class for LS13
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a non-leaving function for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a non-leaving member function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a non-leaving member function that defined out of the class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a template function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a specialised function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a overload function for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a non-leaving operator function for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a non-leaving static function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LData is used as a parameter of a non-leaving friend function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LData is used as a parameter of a specialised function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LDataXX is used as a parameter of a specialised function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a leaving function for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a leaving member function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a template leaving function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a specialised leaving function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a overload leaving function for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LData is used as a parameter of a leaving friend function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS14-testcases/PCT-LeaveScan-LS14-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LString is used as a parameter of a non-leaving member function of a class for LS14
//option:
//date:2008-8-21 14:10:2
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup in common function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup PushL in common function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup PushL in common non-leaving function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup PushL in member function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup PushL in operator function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup PushL in type cast function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup PushL in constructor for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup PushL in template function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup PushL in member function that defined out of class for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup PushL in template function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup in template function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup in operator function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup in operator function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used with Classic cleanup in template function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class not used with Classic cleanup in template function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class not used with Classic cleanup PushL in operator function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class not used with Classic cleanup in common function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS15-testcases/PCT-LeaveScan-LS15-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class not used with Classic cleanup PushL in type cast function for LS15
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in LC function for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in member function for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in template function for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in LC overload function for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in member function that defined out of classfor LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in member L function for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in template L function for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in non-leaving overload function for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in operator function for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in constructor for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test LCleanedup class used in typecast function for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS16-testcases/PCT-LeaveScan-LS16-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc: test non LCleanedup class used in member function for LS16
//option:
//date:2008-8-21 15:19:15
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test comment for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test string for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test marco for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LC LD LX for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test TRAP and TRAPD of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a empty leave function definiton for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a common leave function definiton for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a common member leave function definiton that no leavers for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a overload leave function definiton that no leavers for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a overload member leave function definiton that no leavers for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a operator overload function definiton for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a member operator overload function definiton for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a type cast function definiton of a class for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a common member leave function definiton that no leavers of a template class for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a common template leave function definiton that no leavers for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test common leave function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LC leave function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LD leave function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-019.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-019.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LX leave function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-020.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-020.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test calling leave function as a argument of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-021.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-021.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call when there is a class definiton of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-022.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-022.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call when there is another TRAP of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-023.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-023.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test static leave function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-024.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-024.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test static LC function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-025.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-025.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test multiple static leave function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-026.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-026.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test multiple static leave function call of a template class for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-027.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-027.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a member leave function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-028.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-028.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test memeber template leave function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-029.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-029.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test member template LX function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-030.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-030.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test member template LD function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-031.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-031.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test calling a leave function in member function for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-032.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-032.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in member function definition out of a class for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-033.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-033.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in a member function definition of a template class for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-034.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-034.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test static template leave function call in a member template function definition of a template class for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-035.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-035.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test template leave function call in overload function for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-036.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-036.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in overload member function for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-037.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-037.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in a member template function of a class for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-038.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-038.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test LD leave function call in member template function of a class for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-039.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-039.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test common function call of LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-040.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-040.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test leave function call in override member function for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-041.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-041.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test constructor of a Lclass for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-042.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-042.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test constructor defined out of class of a Lclass for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-043.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-043.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test operator function of a Lclass for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-044.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-044.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test operator function defined out of class of a Lclass for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-045.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-045.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test template constructor of a Lclass for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-046.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-046.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test specialised template constructor of a Lclass for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-047.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-047.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test specialised template operator of a Lclass for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-048.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-048.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test common function of a Lclass for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-049.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-049.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test constructor with calling leaving function of a Lclass for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-050.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-050.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test operator with calling leaving function of a Lclass for LS2
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-001.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-001.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) and User::Leave of LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-002.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-002.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test TRAP and TRAPD of LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-003.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-003.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) call of LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-004.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-004.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::Leave call of LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-005.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-005.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::LeaveIfError call of LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-006.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-006.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::LeaveNoMemory call of LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-007.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-007.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test a special User::LeaveXX call of LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-008.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-008.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) call as a argument of a member template function call for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-009.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-009.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::Leave function call in a member template function definition of a template class for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-010.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-010.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) call in member function definition out of a class for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-011.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-011.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) call in a member function definition of a template class for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-012.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-012.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::Leave function call in a member template function definition of a template class for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-013.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-013.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::LeaveIfError function call in overload function for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-014.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-014.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::LeaveNoMemory LEAVE FUNCTION call in overload member function for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-015.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-015.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) function call in operator overload function for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-016.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-016.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::Leave function call in member operator overload function for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-017.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-017.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) function call in type cast function of a class for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-018.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-018.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::LeaveIfError function call in a member template function of a class for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-019.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-019.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test User::LeaveNoMemory function call in member template function of a class for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-020.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-020.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test new(ELeave) function call in override member function for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-021.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-021.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test OR_LEAVE call of LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-022.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-022.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test OR_LEAVE call in member template function of a class for LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-023.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-023.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test OR_LEAVE call in leaving function of LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-024.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-024.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test OR_LEAVE call in function with TRAP of LS3
//option:
//date:2008-8-12 15:58:1
--- a/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-025.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/srcanamdw_os/leavescan/test/testcases/LS3-testcases/PCT-LeaveScan-LS3-025.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
//desc:test OR_LEAVE call in member specialised template function of a class with TRAP for LS3
//option:
//date:2008-8-12 15:58:1
--- a/toolsandutils/autotest/group/autotest.iby Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/autotest/group/autotest.iby Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,20 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+
#ifndef __AUTOTEST_IBY__
#define __AUTOTEST_IBY__
--- a/toolsandutils/autotest/group/tools_autotest.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/autotest/group/tools_autotest.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component tools_autotest
source \sf\os\buildtools\toolsandutils\autotest
binary \sf\os\buildtools\toolsandutils\autotest\group all
--- a/toolsandutils/buildsystem/extension/app-services/buildstubsis.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/app-services/buildstubsis.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/app-services/buildupgradesis.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/app-services/buildupgradesis.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/app-services/tzlocaltestserver.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/app-services/tzlocaltestserver.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/app-services/wlddatabasekit_sec.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/app-services/wlddatabasekit_sec.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/application-protocols/buildstubsis.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/application-protocols/buildstubsis.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/toolsandutils/buildsystem/extension/base/bootstrap.flm Fri Apr 16 16:10:01 2010 +0300
@@ -0,0 +1,176 @@
+# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
+ifeq ($($(NAME)_$(PLATFORM_PATH)_bootstrap_flm),)
+$(NAME)_$(PLATFORM_PATH)_bootstrap_flm := 1
+
+E32PATH := $(EXTENSION_ROOT)/$(E32PATH)
+SOURCES := $(foreach S,$(SOURCES),$(addprefix $(EXTENSION_ROOT)/,$(S)))
+INCLUDES2:=$(addprefix $(EXTENSION_ROOT)/,$(INCLUDES))
+EXTRA_INC_PATH := $(foreach S,$(EXTRA_INC_PATH),$(addprefix $(EXTENSION_ROOT)/,$(S)))
+GENINCLUDES_HEADERS := $(foreach H,$(GENINCLUDES_HEADERS),$(addprefix $(EXTENSION_ROOT)/,$(H)))
+
+ifndef LINKBASE
+LINKBASE := 0x00000000
+endif
+
+UNIQ:=$(E32PATH)$(PLATFORM_PATH)$(NAME)$(MEMMODEL)$(SOURCES)$(ASM_MACROS)
+UNIQ:=$(word 1,$(shell echo $(UNIQ) | $(GNUMD5SUM)))
+
+# Make the output build directory name unique, starting with NAME of the binary being built
+EPOCBLDABS := $(EPOCBLD)/$(NAME)_$(UNIQ)
+
+EPOCINC := $(EPOCROOT)/epoc32/include
+EPOCKERNINC := $(EPOCINC)/kernel
+EPOCCPUINC := $(EPOCKERNINC)/$(CPU)
+EPOCTRG := $(EPOCROOT)/epoc32/release/$(PLATFORM_PATH)
+TRG := $(EPOCTRG)/$(NAME).bin
+TEMPTRG := $(EPOCBLDABS)/$(NAME).bin
+ASMINCPATH :=
+ASM_MACROS :=
+CLEANTARGETS :=
+
+CLEANTARGETS := $(CLEANTARGETS) $(TRG) $(TEMPTRG) $(join $(basename $(TRG)),.sym)
+
+ifneq ($(EXTRA_INC_PATH),)
+ASMINCPATH := $(EXTRA_INC_PATH)
+endif
+
+ASMINCPATH := . $(EPOCBLDABS) $(ASMINCPATH) $(EXTENSION_ROOT) $(EPOCCPUINC) $(EXTRA_EPOC32_INC_PATH) $(E32PATH)/eka/include/kernel/$(CPU)
+
+ifeq ($(MEMMODEL),)
+$(error Memory model unknown)
+else
+ASM_MACROS := $(ASM_MACROS) CFG_MM$(MEMMODEL)
+ifneq ($(SMP),)
+ASM_MACROS := $(ASM_MACROS) SMP
+endif
+endif
+
+ASMINCPATHCMD := $(foreach dir,$(ASMINCPATH),$(join -I ,$(dir)))
+ASM_MACROS := $(ASM_MACROS) USE_CXSF
+
+INCEXT := inc
+ASM_MACRO_CMD := $(foreach macro,$(ASM_MACROS),--predefine "$(macro) SETL {TRUE}")
+AFLAGS := -g --keep $(ASM_MACRO_CMD) $(ASMINCPATHCMD)
+LFLAGS := --ro-base $(LINKBASE) --entry $(LINKBASE) --map
+SYMOPT := --symdefs
+
+define bootstrap_asm
+$(1) : $(2) : $(3)
+ $(call startrule,bootstrap_rvct_asm) \
+ $(ASM) $(AFLAGS) -o $$@ --LIST $$(join $$(basename $$@),.lst) $$< \
+ $(call endrule,bootstrap_rvct_asm)
+endef
+
+define bootstrap_link
+$(EPOCBLDABS)/$(NAME).in : $(LINKOBJECTS) $(LINKFILE) | $(EPOCBLDABS)
+ $(call startrule,bootstrap_rvct_link) \
+ $(LD) $(LFLAGS) $(SYMOPT) $$(join $$(basename $$@),.sym) -o $$@ $$(filter %.o,$$^); \
+ $(GNUCP) $$@ $$(join $$(basename $(TRG)),.sym) \
+ $(call endrule,bootstrap_rvct_link)
+endef
+
+define bootstrap_strip
+$(TRG) : $(EPOCBLDABS)/$(NAME).in
+ $(call startrule,bootstrap_strip) \
+ $(FROMELF) --bin --output $$@ $$< \
+ $(call endrule,bootstrap_rvct_strip)
+endef
+
+define bootstrap_h2inc
+# How to translate the .h files to .inc
+$(1) : $(2)
+ $(call startrule,bootstrap_h2inc) \
+ $(PERL) $(EPOCROOT)/epoc32/tools/h2inc.pl $$< $$@ ARMASM \
+ $(call endrule, bootsrap_h2inc)
+endef
+
+# Joins two lists with a 1:1 mapping, separated by a ->
+# $(call bootstrap_joinlists,a b c,d e f) returns a->d b->e c->f
+define bootstrap_joinlists
+$(join $(1),$(addprefix ->,$(2)))
+endef
+
+# Path for generic source files
+BASESRCPATH := $(E32PATH)/eka/kernel/$(CPU)
+
+# Generic source files
+BASESOURCES := $(foreach S,$(BASESOURCES_NAMES),$(addprefix $(BASESRCPATH)/,$(S)))
+
+HEADERS:= $(E32PATH)/eka/include/kernel/kernboot.h $(E32PATH)/eka/include/kernel/arm/bootdefs.h $(E32PATH)/eka/include/e32rom.h $(GENINCLUDES_HEADERS)
+
+ifneq ($(MEMMODEL),direct)
+HEADERS := $(HEADERS) $(E32PATH)/eka/include/memmodel/epoc/$(MEMMODEL)/$(CPU)/mmboot.h
+endif
+
+# Generated include files
+BOOTSTRAP_GENINCLUDES := $(foreach f,$(HEADERS),$(basename $(notdir $(f))).$(INCEXT))
+
+# Non-generated generic include files
+ifeq ($(BASEINCLUDES),)
+BASEINCLUDES := $(E32PATH)/eka/include/kernel/$(CPU)/bootcpu.inc $(E32PATH)/eka/include/kernel/$(CPU)/bootmacro.inc
+endif
+INCLUDES2 := $(foreach f,$(INCLUDES2),$(basename $(f)).$(INCEXT))
+
+# Generic object files
+FULLBASEOBJECTS := $(foreach src, $(BASESOURCES_NAMES), $(addprefix $(EPOCBLDABS)/,$(basename $(src)).o))
+
+# Platform specific object files
+FULLOBJECTS := $(foreach src, $(SOURCES), $(addprefix $(EPOCBLDABS)/,$(basename $(notdir $(src))).o))
+
+LINKOBJECTS := $(FULLBASEOBJECTS) $(FULLOBJECTS)
+
+# Generated include files with paths
+FULLGENINCLUDES := $(addprefix $(EPOCBLDABS)/,$(BOOTSTRAP_GENINCLUDES))
+
+CLEANTARGETS := $(CLEANTARGETS) $(FULLBASEOBJECTS) $(FULLOBJECTS) $(LINKOBJECTS) $(FULLGENINCLUDES)
+
+CLEANTARGETS := $(CLEANTARGETS) $(EPOCBLDABS)/$(NAME).in $(join $(basename $(EPOCBLDABS)/$(NAME).in),.sym)
+
+JOINED_INC := $(call bootstrap_joinlists,$(FULLGENINCLUDES),$(HEADERS))
+$(foreach J,$(JOINED_INC),$(eval $(call bootstrap_h2inc,$(word 1,$(subst ->, ,$(J))),$(word 2,$(subst ->, ,$(J))) | $(EPOCBLDABS))))
+
+# How to strip linked object to binary
+$(eval $(call bootstrap_strip,$(TRG),$(EPOCBLDABS)/$(NAME).in))
+
+LISTFILE := $(foreach f,$(FULLBASEOBJECTS),$(join $(basename $(f)),.lst)) $(foreach f,$(FULLOBJECTS),$(join $(basename $(f)),.lst))
+CLEANTARGETS := $(CLEANTARGETS) $(LISTFILE)
+
+JOINED_BASEOBJECTS := $(call bootstrap_joinlists,$(FULLBASEOBJECTS),$(BASESOURCES))
+
+$(foreach J,$(JOINED_BASEOBJECTS),$(eval $(call bootstrap_asm,$(word 1,$(subst ->, ,$(J))),$(EPOCBLDABS)/%.o,$(word 2,$(subst ->, ,$(J))) $(BASEINCLUDES) $(FULLGENINCLUDES) $(INCLUDES2) | $(EPOCBLDABS))))
+
+JOINED_OBJECTS := $(call bootstrap_joinlists,$(FULLOBJECTS),$(SOURCES))
+
+$(foreach J,$(JOINED_OBJECTS),$(eval $(call bootstrap_asm,$(word 1,$(subst ->, ,$(J))),$(EPOCBLDABS)/%.o,$(word 2,$(subst ->, ,$(J))) $(BASEINCLUDES) $(FULLGENINCLUDES) $(INCLUDES2) |$(EPOCBLDABS))))
+
+# How to link the object files
+$(eval $(bootstrap_link))
+
+# Hook into global targets
+TARGET :: $(TRG)
+
+#############################################
+
+# --what to show releasables
+$(eval $(call whatmacro,$(TRG),USERFLM))
+# create directory
+CREATABLEPATHS := $(EPOCBLDABS) $(EPOCTRG)
+$(call makepath,$(CREATABLEPATHS))
+# clean up
+$(eval $(call GenerateStandardCleanTarget,$(CLEANTARGETS),$(BUILDLOC)))
+
+endif
--- a/toolsandutils/buildsystem/extension/base/bootstrap.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/bootstrap.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/toolsandutils/buildsystem/extension/base/bootstrap.xml Fri Apr 16 16:10:01 2010 +0300
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<build xmlns="http://symbian.com/xml/build" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symbian.com/xml/build build/2_0.xsd">
+
+<!-- Extension interfaces : replacements for Template Extension Makefiles
+-->
+
+<interface name="base.bootstrap" extends="Symbian.KernelFLM" flm="bootstrap.flm">
+ <param name="E32PATH" />
+ <param name="NAME" />
+ <param name="MEMMODEL" />
+ <param name="EXTRA_INC_PATH" default=''/>
+ <param name="EXTRA_EPOC32_INC_PATH" default=''/>
+ <param name="SOURCES" />
+ <param name="INCLUDES" />
+ <param name="ASM_MACROS" default='' />
+ <param name="GENINCLUDES_HEADERS" default=''/>
+ <param name="CPU" default='arm'/>
+ <param name="SMP" default=''/>
+ <param name="LINKBASE" default='0x00000000'/>
+ <param name="BASESOURCES_NAMES" default="bootmain.s bootcpu.s bootutils.s"/>
+ <param name="INC_PATH" default=''/>
+ </interface>
+</build>
--- a/toolsandutils/buildsystem/extension/base/config.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/config.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/config.mk Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/config.mk Fri Apr 16 16:10:01 2010 +0300
@@ -55,11 +55,11 @@
# -$(ERASE) $(MDIR)/$(PREFIX)values.cpp
# -$(ERASE) $(MDIR)/$(PREFIX)config.cpp
-$(MDIR)/$(PREFIX)values.cpp : $(SOURCE)/values.hda $(EPOCROOT)epoc32/include/hal_data.h
+$(MDIR)/$(PREFIX)values.cpp : $(SOURCE)/values.hda $(EPOCROOT)epoc32/include/platform/hal_data.h
-$(call createdir,"$(MDIR)")
- perl $(HALPATH)/hal/halcfg.pl $(EPOCROOT)epoc32/include/hal_data.h $(SOURCE)/values.hda $(MDIR)/$(PREFIX)values.cpp
+ perl $(HALPATH)/hal/halcfg.pl $(EPOCROOT)epoc32/include/platform/hal_data.h $(SOURCE)/values.hda $(MDIR)/$(PREFIX)values.cpp
-$(MDIR)/$(PREFIX)config.cpp : $(SOURCE)/config.hcf $(EPOCROOT)epoc32/include/hal_data.h
+$(MDIR)/$(PREFIX)config.cpp : $(SOURCE)/config.hcf $(EPOCROOT)epoc32/include/platform/hal_data.h
-$(call createdir,"$(MDIR)")
- perl $(HALPATH)/hal/halcfg.pl -x $(EPOCROOT)epoc32/include/hal_data.h $(SOURCE)/config.hcf $(MDIR)/$(PREFIX)config.cpp
+ perl $(HALPATH)/hal/halcfg.pl -x $(EPOCROOT)epoc32/include/platform/hal_data.h $(SOURCE)/config.hcf $(MDIR)/$(PREFIX)config.cpp
--- a/toolsandutils/buildsystem/extension/base/copy_default.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/copy_default.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/genexec.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/genexec.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/h2_genbootinc.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/h2_genbootinc.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/h2_restricted_coreldr.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/h2_restricted_coreldr.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/h2_restricted_coreldr.mk Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/h2_restricted_coreldr.mk Fri Apr 16 16:10:01 2010 +0300
@@ -61,7 +61,7 @@
VARIANTINC := $(EXTENSION_ROOT)/../omaph2bsp/h2/inc
ARMDIR := $(INC_PATH)/kernel/arm
-GENINC1 := $(INC_PATH)
+GENINC1 := $(INC_PATH) /epoc32/include
GENDRIVERINC := $(INC_PATH)/drivers
GENINC2 := $(INC_PATH)/drivers/unistore2
H2BLDDIR := $(EXTENSION_ROOT)/../omaph2bsp/h2
--- a/toolsandutils/buildsystem/extension/base/h4_genbootinc.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/h4_genbootinc.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/h4_restricted_coreldr.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/h4_restricted_coreldr.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/h4_restricted_on_coreldr.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/h4_restricted_on_coreldr.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/h4_restricted_on_coreldr.mk Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/h4_restricted_on_coreldr.mk Fri Apr 16 16:10:01 2010 +0300
@@ -100,7 +100,7 @@
XSRCPPSOURCE2 := onld.cpp
SPECXSRCPPSOURCE := pam.cpp
-XSRLIB := $(EPOCROOT)epoc32/release/armv5/urel/nbl2.lib
+XSRLIB := $(EPOCROOT)epoc32/release/armv5/$(CFG)/nbl2.lib
ifeq "$(USE_MMU)" "TRUE"
GENASMSOURCE := coreldrmmu.s # only link in the MMU stuff if required
--- a/toolsandutils/buildsystem/extension/base/h4_restricted_on_miniboot.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/h4_restricted_on_miniboot.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/integrator_lmnand2_coreldr.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/integrator_lmnand2_coreldr.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/integrator_lmnand2_miniboot.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/integrator_lmnand2_miniboot.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/lab_restricted_miniboot.flm Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/lab_restricted_miniboot.flm Fri Apr 16 16:10:01 2010 +0300
@@ -3,7 +3,7 @@
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/lab_restricted_miniboot.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/lab_restricted_miniboot.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,6 +1,18 @@
-# Meta information for the lab_restricted_miniboot extension template
+# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
-# Copyright (c) 2005 Symbian Software Ltd. All rights reserved.
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+# Meta information for the lab_restricted_miniboot extension template
#
platform win32
--- a/toolsandutils/buildsystem/extension/base/lubbock_coreldr.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/lubbock_coreldr.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/lubbock_miniboot.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/lubbock_miniboot.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/nand_fbr_offset.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/nand_fbr_offset.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/ne1_tb_genbootinc.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/ne1_tb_genbootinc.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/ne1_tb_restricted_coreldr.flm Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/ne1_tb_restricted_coreldr.flm Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
@@ -114,7 +114,7 @@
SPECXSRCPPSOURCE := pam.cpp
SPECXSRCPPSOURCE1 := pnl.cpp
-XSRLIB := $(EPOCROOT)/epoc32/release/armv5/urel/nbl2.lib
+XSRLIB := $(EPOCROOT)/epoc32/release/armv5/$(CFG)/nbl2.lib
# Only link in the MMU stuff if required
GENASMSOURCE :=
--- a/toolsandutils/buildsystem/extension/base/ne1_tb_restricted_coreldr.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/ne1_tb_restricted_coreldr.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/ne1_tb_restricted_coreldr.mk Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/ne1_tb_restricted_coreldr.mk Fri Apr 16 16:10:01 2010 +0300
@@ -86,7 +86,7 @@
VARIANTINC3 := $(EXTENSION_ROOT)/../navienginebsp/ne1_tb/nand $(EXTENSION_ROOT)/../navienginebsp/naviengine_assp $(INC_PATH)/assp/naviengine/$(MEMMODEL)
#Generic driver file includes
-GENINC1 := $(INC_PATH)
+GENINC1 := $(INC_PATH) $(EPOCROOT)epoc32/include
GENDRIVERINC := $(INC_PATH)/drivers
GENINC2 := $(INC_PATH)/drivers/unistore2 $(INC_PATH)/memmodel/epoc $(INC_PATH)/kernel $(INC_PATH)/kernel/arm $(INC_PATH)/nkern $(INC_PATH)/nkern/arm
GENXSRINC := $(EXTENSION_ROOT)/../../../kernelhwsrv/kernel/eka/drivers/unistore2/srca/XSR/INC
@@ -127,7 +127,7 @@
SPECXSRCPPSOURCE := pam.cpp
SPECXSRCPPSOURCE1 := pnl.cpp
-XSRLIB := $(EPOCROOT)epoc32/release/armv5/urel/nbl2.lib
+XSRLIB := $(EPOCROOT)epoc32/release/armv5/$(CFG)/nbl2.lib
ifeq "$(USE_MMU)" "TRUE"
#generic version found in base/e32utils/nandboot/coreldr/...
--- a/toolsandutils/buildsystem/extension/base/omap3_genbootinc.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/omap3_genbootinc.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/omap3_restricted_coreldr.flm Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/omap3_restricted_coreldr.flm Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/base/omap3_restricted_coreldr.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/base/omap3_restricted_coreldr.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/converged-comms/createcommdbs.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/converged-comms/createcommdbs.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/converged-comms/installdefaultcommdb.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/converged-comms/installdefaultcommdb.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/graphics/gen_khronos_cpp_from_hdr.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/graphics/gen_khronos_cpp_from_hdr.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/graphics/gen_khronos_openvg_cpp_from_hdr.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/graphics/gen_khronos_openvg_cpp_from_hdr.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/graphics/genpdrs.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/graphics/genpdrs.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/security/upsserver.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/security/upsserver.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/conversiontable.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/conversiontable.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/fm_copyfile_to_winscw_zdrive.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/fm_copyfile_to_winscw_zdrive.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/generate_cpp.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/generate_cpp.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/generate_snm.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/generate_snm.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/bafl_copytestfiles.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/bafl_copytestfiles.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/bafl_resource_files.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/bafl_resource_files.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/centrep_copydatfile.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/centrep_copydatfile.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/centrep_copyincentrepsrv.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/centrep_copyincentrepsrv.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/centrep_copypctestfile.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/centrep_copypctestfile.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/centrep_copypctestfilev2.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/centrep_copypctestfilev2.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/charconv_testpostbuild.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/charconv_testpostbuild.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/charconv_tiso8859x_generate_cpp.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/charconv_tiso8859x_generate_cpp.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/charconv_tsnmdata.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/charconv_tsnmdata.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/dbms_copytestdbscfiles.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/dbms_copytestdbscfiles.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/ecom3_buildsis.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/ecom3_buildsis.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/ecom3_postbuild.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/ecom3_postbuild.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/ecom3_relocatetarget.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/ecom3_relocatetarget.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/featmgr_moveplugin.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/featmgr_moveplugin.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/logeng_copytestfiles.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/logeng_copytestfiles.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/sql_copyperfsqltestfiles.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/sql_copyperfsqltestfiles.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/sql_copysqltestfiles.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/sql_copysqltestfiles.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/sqlite3_copysqlite3testfiles.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/sqlite3_copysqlite3testfiles.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/sqlite3_securecopytestfiles.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/sqlite3_securecopytestfiles.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/xml_sitestfiledist.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/xml_sitestfiledist.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/xml_stringdictionary00tagtable.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/xml_stringdictionary00tagtable.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/xml_syncmltestfiledist.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/xml_syncmltestfiledist.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/xml_wmltestfiledist.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/xml_wmltestfiledist.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/test/xml_xmlcmatchdatapostbuild.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/test/xml_xmlcmatchdatapostbuild.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/syslibs/word_template.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/syslibs/word_template.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/techview/uiklaf_resource.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/techview/uiklaf_resource.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/toolsandutils/buildsystem/extension/tools/abld_update.meta Fri Apr 16 16:10:01 2010 +0300
@@ -0,0 +1,21 @@
+# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+# Meta information for stlport builds
+#
+#
+
+platform win32
+makefile gnumake
+techstream tools
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/toolsandutils/buildsystem/extension/tools/abld_update.mk Fri Apr 16 16:10:01 2010 +0300
@@ -0,0 +1,27 @@
+# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
+CLEAN:
+ $(TO_BLDINF)\bld.bat clean
+MAKMAKE:
+ $(TO_BLDINF)\setupprj.bat
+BLD:
+ $(TO_BLDINF)\bld.bat $(CFG)
+RELEASABLES:
+ $(TO_BLDINF)\bld.bat releasables
+LIB SAVESPACE FREEZE CLEANLIB RESOURCE FINAL:
+ @echo $@ does nothing in $(TEMPLATE_EXTENSION_MAKEFILE)
+
+
--- a/toolsandutils/buildsystem/extension/tools/ant_launch.flm Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/ant_launch.flm Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/tools/ant_launch.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/ant_launch.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/tools/bldex.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/bldex.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/tools/compsupp.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/compsupp.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/tools/features.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/features.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/tools/jni_ant_launch.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/jni_ant_launch.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/tools/kif.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/kif.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/tools/py2exe.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/py2exe.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/tools/raptor_linux_dist.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/raptor_linux_dist.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/tools/stlport.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/stlport.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/buildsystem/extension/tools/x86tool.meta Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/buildsystem/extension/tools/x86tool.meta Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/e32tools/e32image/Makefile.elftran Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/e32image/Makefile.elftran Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/e32tools/e32image/deflate/decode.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/e32image/deflate/decode.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/e32tools/e32image/deflate/encode.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/e32image/deflate/encode.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/e32tools/elf2e32/source/filedump.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/elf2e32/source/filedump.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/e32tools/elf2e32/source/huffman.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/elf2e32/source/huffman.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/e32tools/elf2e32/source/pl_elfconsumer.h Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/elf2e32/source/pl_elfconsumer.h Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/e32tools/elf2e32/source/pl_elflocalrelocation.h Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/elf2e32/source/pl_elflocalrelocation.h Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/e32tools/elftools/Makefile.genstubs Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/elftools/Makefile.genstubs Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/e32tools/elftools/Makefile.getdirective Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/elftools/Makefile.getdirective Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/e32tools/elftools/Makefile.uidcrc Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/elftools/Makefile.uidcrc Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
# Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/e32tools/group/tools_e32tools.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/group/tools_e32tools.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
# component name "E32 Tools"
component tools_e32tools
--- a/toolsandutils/e32tools/pe_dump/pe_dump.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/pe_dump/pe_dump.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/e32tools/pediff/pediff.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/pediff/pediff.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/e32tools/readtype/readtype.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/readtype/readtype.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
@@ -442,7 +442,7 @@
return TUnicode::Compare((TUint16 *)&CompositionBuffer[index1 + 2], CompositionBuffer[index1 + 1]*2,
(TUint16 *)&CompositionBuffer[index2 + 2], CompositionBuffer[index2 + 1]*2);
}
-
+
// Write the output file.
void write_output()
{
--- a/toolsandutils/e32tools/rommask/rommask.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/rommask/rommask.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/e32tools/seclib/secdump.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/seclib/secdump.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/e32tools/w32repro/w32repro.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/w32repro/w32repro.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
--- a/toolsandutils/productionbldtools/CheckDistributionFiles.pl Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/CheckDistributionFiles.pl Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
#
# CheckDistributionFiles.pl
# Aug 3rd 2009. Written for use during the SOS production build.
--- a/toolsandutils/productionbldtools/Documentation/distribution.policy Tue Feb 02 01:39:43 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Category T
-OSD: Reference/Test Tools
--- a/toolsandutils/productionbldtools/distillsrc/readmrp.pm Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/distillsrc/readmrp.pm Fri Apr 16 16:10:01 2010 +0300
@@ -2,7 +2,7 @@
# Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
-# under the terms of the License "Eclipse Public License v1.0"
+# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
--- a/toolsandutils/productionbldtools/distillsrc/test/bincase.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/distillsrc/test/bincase.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component binCase
binary \epoc32\thisonesfine
binary \epoc32\thisOneIsnt
--- a/toolsandutils/productionbldtools/distillsrc/test/duffer.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/distillsrc/test/duffer.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component duffer
source duffer.mrp
--- a/toolsandutils/productionbldtools/distillsrc/test/naughty.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/distillsrc/test/naughty.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component naughty
source nothing_important
notes_source relnotes
--- a/toolsandutils/productionbldtools/distillsrc/test/source/complete/complete.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/distillsrc/test/source/complete/complete.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component complete
source \prefix\source\complete
binary \prefix/source\complete all
--- a/toolsandutils/productionbldtools/distillsrc/test/source/fixer.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/distillsrc/test/source/fixer.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component fixer
source fixer.mrp
source /prefix/soUrce/DIStribuTION.poliCY
--- a/toolsandutils/productionbldtools/distillsrc/test/source/missing/missing.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/distillsrc/test/source/missing/missing.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component missing
source \preFIX\source\missing\file
source DISTRIBUTION.POLICY
--- a/toolsandutils/productionbldtools/distillsrc/test/source/spacey/spa cey.txt Tue Feb 02 01:39:43 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Dum my
--- a/toolsandutils/productionbldtools/distillsrc/test/source/spacey/spacey.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/distillsrc/test/source/spacey/spacey.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component spacey
source \source//spacey\\spacey.mrp
source \source//spacey\\DISTRIBUTION.POLICY
--- a/toolsandutils/productionbldtools/distillsrc/test/source/whole/whole.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/distillsrc/test/source/whole/whole.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component whole
source \\prefix//source\whole
binary /prefix/source\whole all
--- a/toolsandutils/productionbldtools/exports.bat Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/exports.bat Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+@rem
+@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+@rem All rights reserved.
+@rem This component and the accompanying materials are made available
+@rem under the terms of "Eclipse Public License v1.0"
+@rem which accompanies this distribution, and is available
+@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+@rem
+@rem Initial Contributors:
+@rem Nokia Corporation - initial contribution.
+@rem
+@rem Contributors:
+@rem
+@rem Description:
+@rem
@echo off
@set generic_source=%CleanSourceDir%
--- a/toolsandutils/productionbldtools/product_tools.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/productionbldtools/product_tools.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
# Tools for generating Symbian production builds
component product_tools
--- a/toolsandutils/wintunnel/group/testtools_WinTunnel.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/wintunnel/group/testtools_WinTunnel.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component testtools_wintunnel
source \sf\os\buildtools\toolsandutils\wintunnel
binary \sf\os\buildtools\toolsandutils\wintunnel\group all
--- a/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/wintunnel/group/testtools_WinTunnel_srconly.mrp Fri Apr 16 16:10:01 2010 +0300
@@ -1,3 +1,19 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
component testtools_wintunnel
source \sf\os\buildtools\toolsandutils\wintunnel
--- a/toolsandutils/wintunnel/src_beech/d_cbuf.cpp Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/wintunnel/src_beech/d_cbuf.cpp Fri Apr 16 16:10:01 2010 +0300
@@ -1,7 +1,7 @@
// Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//