contentmgmt/cafstreamingsupport/test/tscaf/inc/tsetuprightsobjects.h
branchRCL_3
changeset 43 2f10d260163b
equal deleted inserted replaced
42:eb9b28acd381 43:2f10d260163b
       
     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 the License "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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Defines the setup utility step for copying rights objects into the test stream agents
       
    15 // private directory
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22  @test
       
    23 */
       
    24 
       
    25 #ifndef TSETUPRIGHTSOBJECTS_H_
       
    26 #define TSETUPRIGHTSOBJECTS_H_
       
    27 
       
    28 #include "tscafstep.h"
       
    29 
       
    30 class CScafSetupRightsObjects : public CScafStep
       
    31 	{
       
    32 public:
       
    33 	CScafSetupRightsObjects(CScafServer& aParent);
       
    34 	~CScafSetupRightsObjects();
       
    35 	TVerdict doTestStepL();
       
    36 
       
    37 private:
       
    38 	};
       
    39 
       
    40 // Test case identifier definition
       
    41 _LIT(KScafSetupRightsObjectsStep,"SCAFSetupRightsObjects");
       
    42 
       
    43 #endif /*TSETUPRIGHTSOBJECTS_H_*/