telephonyprotocols/pdplayer/umts/test/mbufgobblerlayer/inc/mbufgobblermetaconnproviderstates.h
branchRCL_3
changeset 82 042fd2753b8f
equal deleted inserted replaced
74:9200f38b1324 82:042fd2753b8f
       
     1 // Copyright (c) 2010 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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Meta Connection Provider Mesh States
       
    15 //  (management plane)
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 #ifndef MBUFGOBBLERMETACONNPROVIDERMESHSTATES_H
       
    24 #define MBUFGOBBLERMETACONNPROVIDERMESHSTATES_H
       
    25 
       
    26 // INCLUDES
       
    27 #include <e32std.h>
       
    28 #include <e32base.h>
       
    29 
       
    30 // CLASS DECLARATION
       
    31 
       
    32 /**
       
    33  *  CMbufGobblerMetaConnectionProviderStates
       
    34  * 
       
    35  */
       
    36 class CMbufGobblerMetaConnectionProviderStates : public CBase
       
    37 	{
       
    38 public:
       
    39 	// Constructors and destructor
       
    40 
       
    41 	/**
       
    42 	 * Destructor.
       
    43 	 */
       
    44 	~CMbufGobblerMetaConnectionProviderStates();
       
    45 
       
    46 	/**
       
    47 	 * Two-phased constructor.
       
    48 	 */
       
    49 	static CMbufGobblerMetaConnectionProviderStates* NewL();
       
    50 
       
    51 	/**
       
    52 	 * Two-phased constructor.
       
    53 	 */
       
    54 	static CMbufGobblerMetaConnectionProviderStates* NewLC();
       
    55 
       
    56 private:
       
    57 
       
    58 	/**
       
    59 	 * Constructor for performing 1st stage construction
       
    60 	 */
       
    61 	CMbufGobblerMetaConnectionProviderStates();
       
    62 
       
    63 	/**
       
    64 	 * EPOC default constructor for performing 2nd stage construction
       
    65 	 */
       
    66 	void ConstructL();
       
    67 
       
    68 	};
       
    69 
       
    70 #endif // MBUFGOBBLERMETACONNPROVIDERMESHSTATES_H