localisation/apparchitecture/tef/t_drivenotification.cpp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    17 // ZY XWVU TSRQ PONM LKJI HGFE DCBA
    17 // ZY XWVU TSRQ PONM LKJI HGFE DCBA
    18 // 00 0000 0000 0000 0000 0000 0100. 
    18 // 00 0000 0000 0000 0000 0000 0100. 
    19 // If the value is Set then the corresponding drive has to be monitored.
    19 // If the value is Set then the corresponding drive has to be monitored.
    20 // 
    20 // 
    21 //
    21 //
    22 
       
    23 
       
    24 
    22 
    25 /**
    23 /**
    26  @file
    24  @file
    27  @test
    25  @test
    28  @internalComponent - Internal Symbian test code
    26  @internalComponent - Internal Symbian test code
   272   	__UHEAP_MARKEND;
   270   	__UHEAP_MARKEND;
   273 
   271 
   274 	INFO_PRINTF1(_L("T_DriveNotification Completed."));
   272 	INFO_PRINTF1(_L("T_DriveNotification Completed."));
   275 	return TestStepResult();
   273 	return TestStepResult();
   276 	}
   274 	}
       
   275