messagingfw/msgtestfw/group/mts_email.mmp
author hgs
Wed, 03 Nov 2010 22:41:46 +0530
changeset 62 db3f5fa34ec7
child 35 f8ad95794a08
permissions -rw-r--r--
201044_02
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
62
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
     1
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
     2
// All rights reserved.
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
     3
// This component and the accompanying materials are made available
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
     5
// which accompanies this distribution, and is available
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
     7
//
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
     8
// Initial Contributors:
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    10
//
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    11
// Contributors:
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    12
//
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    13
// Description:
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    14
//
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    15
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    16
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    17
TARGET        	mts_email.lib
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    18
TARGETTYPE    	lib
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    19
UID 0
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    20
VENDORID 		0x70000001
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    21
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    22
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    23
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    24
USERINCLUDE			../Framework/inc
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    25
USERINCLUDE			../TestActions/Sample/inc 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    26
USERINCLUDE 		../TestActions/Base/inc 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    27
USERINCLUDE			../TestActions/Email/Common/inc 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    28
USERINCLUDE			../TestActions/Email/Imap4/inc 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    29
USERINCLUDE			../TestActions/Email/Pop3/inc 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    30
USERINCLUDE			../TestActions/Email/Smtp/inc
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    31
USERINCLUDE			../TestActions/Sms/inc 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    32
USERINCLUDE			../TestActions/Mms/inc
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    33
USERINCLUDE			../TestActions/Framework/inc
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    34
USERINCLUDE			../TestActionUtils/inc
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    35
USERINCLUDE			../TestActions/Base/Attachments/inc
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    36
USERINCLUDE			../TestActions/Pigeon/inc
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    37
USERINCLUDE			../TestCases/NonScriptedTestCases/inc 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    38
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    39
USERINCLUDE			../../msgtests/Framework/server/inc
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    40
USERINCLUDE			../../watcherfw/inc
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    41
USERINCLUDE			../../scheduledsendmtm/test/unit/inc
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    42
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    43
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    44
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    45
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    46
SOURCEPATH			../TestActions/Email/Common/src 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    47
SOURCE				CMtfTestActionInitNtRas.cpp 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    48
SOURCE				CMtfTestActionGetEmailConstants.cpp 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    49
SOURCE				CMtfTestActionPruneMessages.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    50
SOURCE				CMtfTestActionStopAllSocketConnections.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    51
SOURCE				CMtfTestActionLaunchAutoSend.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    52
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    53
SOURCEPATH			../TestActions/Email/Imap4/src 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    54
SOURCE				CMtfTestActionCreateImap4Service.cpp CMtfTestActionDeleteImap4Service.cpp 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    55
SOURCE				CMtfTestActionCreateImap4Mtm.cpp CMtfTestActionDeleteImap4Mtm.cpp 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    56
SOURCE				CMtfTestActionSetImap4ServiceParameters.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    57
SOURCE				CMtfTestActionSetImap4ServiceIdleParameters.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    58
SOURCE				CMtfTestActionConnectImap4Server.cpp CMtfTestActionDisconnectImap4Server.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    59
SOURCE				CMtfTestActionConnectAndSyncImap4Server.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    60
SOURCE				CMtfTestActionDoFullImap4Synchronisation.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    61
SOURCE				CMtfTestActionImap4Connected.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    62
SOURCE				CMtfTestActionSetImap4FullDownloadLimits.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    63
SOURCE				CMtfTestActionSetImap4PartialDownloadLimits.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    64
SOURCE 				CMtfTestActionCreateMailSelection.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    65
SOURCE 				CMtfTestActionCreatePartiallyDownloadedMailSelection.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    66
SOURCE				CMtfDoInvokeAsyncFunctionTestAction.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    67
SOURCE 				CMtfDoInvokeAsyncFunctionWithSelectionTestAction.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    68
SOURCE 				CMtfDoInvokeAsyncFunctionWithoutSelectionTestAction.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    69
SOURCE 				CMtfTestActionDoImap4PopulateNewMailWhenAlreadyConnected.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    70
SOURCE 				CMtfTestActionDoImap4PopulateAllMailWhenAlreadyConnected.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    71
SOURCE 				CMtfTestActionDoImap4PopulateMailSelectionWhenAlreadyConnected.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    72
SOURCE 				CMtfTestActionDoImap4ConnectAndPopulateNewMailAndStayOnline.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    73
SOURCE 				CMtfTestActionDoImap4ConnectAndPopulateNewMailAndDisconnect.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    74
SOURCE 				CMtfTestActionDoImap4ConnectAndPopulateAllMailAndStayOnline.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    75
SOURCE 				CMtfTestActionDoImap4ConnectAndPopulateAllMailAndDisconnect.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    76
SOURCE 				CMtfTestActionDoImap4ConnectAndPopulateMailSelectionAndStayOnline.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    77
SOURCE 				CMtfTestActionDoImap4ConnectAndPopulateMailSelectionAndDisconnect.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    78
SOURCE				CMtfTestActionDoImap4Populate.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    79
SOURCE				CMtfTestActionCompareEmailMessages.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    80
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    81
// CENTRAL REPOSITORY IMAP TESTS
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    82
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    83
SOURCE				CMtfTestActionChangeDefaultImapService.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    84
SOURCE				CMtfTestActionCompareImapAccountId.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    85
SOURCE				CMtfTestActionCompareImapSettings.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    86
SOURCE				CMtfTestActionCountImapAccountsInArray.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    87
SOURCE				CMtfTestActionCreateImapAccount.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    88
SOURCE				CMtfTestActionDeleteImapAccounts.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    89
SOURCE				CMtfTestActionGetDefaultImapService.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    90
SOURCE				CMtfTestActionGetImapAccountInArray.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    91
SOURCE				CMtfTestActionLoadImapSettings.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    92
SOURCE				CMtfTestActionPopulateDefaultImapSettings.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    93
SOURCE				CMtfTestActionRemoveDefaultImapService.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    94
SOURCE				CMtfTestActionSaveImapSettings.cpp	
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    95
SOURCE				CMtfTestActionModifyImapSettings.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    96
SOURCE				CMtfTestActionGetImapAccountSettings.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    97
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    98
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
    99
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   100
//ssaging/testframework/TestActionUtils/src
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   101
SOURCEPATH			../TestActionUtils/src 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   102
// utility files for setting up service params
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   103
SOURCE 				CMtfTestActionUtilsImapScripts.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   104
SOURCE 				CMtfTestActionUtilsPopScripts.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   105
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   106
SOURCEPATH			../TestActions/Email/Pop3/src 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   107
SOURCE				CMtfTestActionCreatePop3Service.cpp CMtfTestActionDeletePop3Service.cpp 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   108
SOURCE				CMtfTestActionCreatePop3Mtm.cpp CMtfTestActionDeletePop3Mtm.cpp 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   109
SOURCE				CMtfTestActionSetPop3ServiceParameters.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   110
SOURCE				CMtfTestActionConnectPop3Server.cpp CMtfTestActionDisconnectPop3Server.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   111
SOURCE				CMtfTestActionCreatePop3MailInfo.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   112
SOURCE				CMtfTestActionPop3TopBase.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   113
SOURCE				CMtfTestActionPop3Populate.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   114
SOURCE				CMtfTestActionPop3PopulateAll.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   115
SOURCE				CMtfTestActionPop3PopulateNew.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   116
SOURCE				CMtfTestActionVerifyEmail.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   117
SOURCE				CMtfTestActionCreateExpPop3MailInfo.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   118
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   119
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   120
// CENTRAL REPOSITORY POP TESTS
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   121
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   122
SOURCE				CMtfTestActionChangeDefaultPopService.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   123
SOURCE				CMtfTestActionComparePopAccountId.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   124
SOURCE				CMtfTestActionComparePopSettings.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   125
SOURCE				CMtfTestActionCountPopAccountsInArray.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   126
SOURCE				CMtfTestActionCreatePopAccount.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   127
SOURCE				CMtfTestActionDeletePopAccounts.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   128
SOURCE				CMtfTestActionGetDefaultPopService.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   129
SOURCE				CMtfTestActionGetPopAccountInArray.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   130
SOURCE				CMtfTestActionLoadPopSettings.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   131
SOURCE				CMtfTestActionPopulateDefaultPopSettings.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   132
SOURCE				CMtfTestActionRemoveDefaultPopService.cpp		
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   133
SOURCE				CMtfTestActionSavePopSettings.cpp					// CHECK SCRIPTS - CAN THIS GO
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   134
SOURCE				CMtfTestActionModifyPopSettings.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   135
SOURCE				CMtfTestActionGetPopAccountSettings.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   136
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   137
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   138
SOURCEPATH			../TestActions/Email/Smtp/src 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   139
SOURCE				CMtfTestActionCreateSmtpService.cpp 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   140
SOURCE				CMtfTestActionDeleteSmtpService.cpp 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   141
SOURCE				CMtfTestActionCreateSmtpMtm.cpp 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   142
SOURCE				CMtfTestActionDeleteSmtpMtm.cpp 
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   143
SOURCE				CMtfTestActionSetSmtpServiceParameters.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   144
SOURCE				CMtfTestActionCreateSmtpMessageFromEmailFile.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   145
SOURCE				CMtfTestActionCreateSmtpMessageVariable.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   146
SOURCE				ImCltCvRecv.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   147
SOURCE				Local_ImCvRecv.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   148
SOURCE				Local_IMUTDLL.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   149
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   150
// CENTRAL REPOSITORY SMTP TESTS
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   151
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   152
SOURCE				CMtfTestActionGetDefaultSmtpService.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   153
SOURCE				CMtfTestActionRemoveDefaultSmtpService.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   154
SOURCE				CMtfTestActionChangeDefaultSmtpService.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   155
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   156
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   157
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   158
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   159
SOURCE				CMtfTestActionGetSMTPMTMUId.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   160
SOURCE				CMtfTestActionSmtpGetAttachmentFileFromIndex.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   161
SOURCE				CMtfTestActionSmtpAddEntryAttachment.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   162
SOURCE				CMtfTestActionSmtpAddFileAttachmentByHandleSync.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   163
SOURCE				CMtfTestActionSmtpAddFileAttachmentByPath.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   164
SOURCE				CMtfTestActionSmtpAddLinkedAttachment.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   165
SOURCE				CMtfTestActionSmtpCompareAttachment.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   166
SOURCE				CMtfTestActionSmtpCountAttachments.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   167
SOURCE				CMtfTestActionSmtpCreateAttachment.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   168
SOURCE				CMtfTestActionSmtpGetAttachmentFileFromId.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   169
SOURCE				CMtfTestActionSmtpGetAttachmentInfoById.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   170
SOURCE				CMtfTestActionSmtpGetAttachmentInfoByIndex.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   171
SOURCE				CMtfTestActionSmtpRemoveAllAttachments.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   172
SOURCE				CMtfTestActionSmtpRemoveFileAttachmentById.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   173
SOURCE				CMtfTestActionSmtpRemoveFileAttachmentByIndex.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   174
SOURCE				CMtfTestActionSmtpRemoveEntryAttachmentById.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   175
SOURCE				CMtfTestActionSmtpModifyAttachmentInfo.cpp
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   176
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   177
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   178
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   179
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   180
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   181
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   182
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   183
db3f5fa34ec7 201044_02
hgs
parents:
diff changeset
   184
SMPSAFE