Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
19 @internalComponent - Internal Symbian test code
22 #include "tsgdrawablembx.h"
24 CTSgDrawableMbx::CTSgDrawableMbx()
26 INFO_PRINTF1(_L("Graphics resource component test - RSgDrawable MBX Tests.\r\n"));
29 CTSgDrawableMbx::~CTSgDrawableMbx()
34 Overrides of base class pure virtual
35 Our implementation only gets called if the base class doTestStepPreambleL() did
36 not leave. That being the case, the current test result value will be EPass.
37 @leave Gets system wide error code
40 TVerdict CTSgDrawableMbx::doTestStepL()
42 return TestStepResult();