servicediscoveryandcontrol/pnp/test/upnp/unittests/tcpserver/inc/ctcpservertestupnp31.h
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CTCPSERVERTESTUPNP31_H_
       
    20 #define CTCPSERVERTESTUPNP31_H_
       
    21 
       
    22 //----------------------------------------------------------//
       
    23 /////////////////// CTcpServerTestUPnP31 /////////////////////////
       
    24 //////Testcase: Send the test data from the test client/////////
       
    25 //----------------------------------------------------------//
       
    26 
       
    27 
       
    28 NONSHARABLE_CLASS(CTcpServerTestUPnP31) : public CTcpServerTestCase
       
    29 																			
       
    30 	{
       
    31 public:
       
    32 	static CTcpServerTestUPnP31* NewL ( CProxyProvd* aProvd );
       
    33 	~CTcpServerTestUPnP31 ();
       
    34 
       
    35 	void RecvComplete ( RMBufChain& aData );
       
    36 	
       
    37 private:
       
    38 		
       
    39 	CTcpServerTestUPnP31 ( CProxyProvd* aProvd );
       
    40 	void ConstructL ();
       
    41 	virtual TVerdict RunTestL ();
       
    42 
       
    43 	};
       
    44 
       
    45 
       
    46 #endif /*CTCPSERVERTESTUPNP31_H_*/