contentmgmt/cafstreamingsupport/test/tscaf/inc/tkeystreamsink.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 Key Stream Sink usage tests.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file 
       
    20  @internalComponent
       
    21  @test
       
    22 */
       
    23 
       
    24 #ifndef TKEYSTREAMSINK_H_
       
    25 #define TKEYSTREAMSINK_H_
       
    26 
       
    27 #include "tscafstep.h"
       
    28 #include "srarightsobject.h"
       
    29 #include "testagentkeystreamdecoder.h"
       
    30 
       
    31 class CScafKeyStreamSink : public CScafStep
       
    32 	{
       
    33 public:
       
    34 	CScafKeyStreamSink(CScafServer& aParent);
       
    35 	~CScafKeyStreamSink();
       
    36 	TVerdict doTestL();
       
    37 	};
       
    38 	
       
    39 // Constant used to name this test case
       
    40 _LIT(KScafKeyStreamSinkStep,"SCAFKeyStreamSink");
       
    41 
       
    42 
       
    43 class CScafConcurrentKeyStreamSinks : public CScafStep
       
    44 /**
       
    45  	Defines a test showing usage of key stream sinks in concurrent sessions.
       
    46  */
       
    47 	{
       
    48 public:
       
    49 	CScafConcurrentKeyStreamSinks(CScafServer& aParent);
       
    50 	~CScafConcurrentKeyStreamSinks();
       
    51 	TVerdict doTestL();
       
    52 	};
       
    53 	
       
    54 // Constant used to name this test case	
       
    55 _LIT(KScafConcurrentKeyStreamSinksStep,"SCAFConcurrentKeyStreamSinks");
       
    56 	
       
    57 #endif /*TKEYSTREAMSINK_H_*/