connectivity/com.nokia.tcf/native/TCFNative/TCFServer/ProtocolRegistryItem.h
changeset 60 9d2210c8eed2
equal deleted inserted replaced
59:c892c53c664e 60:9d2210c8eed2
       
     1 /*
       
     2 * Copyright (c) 2009 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 the License "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 // ProtocolRegistryItem.h: interface for the CProtocolRegistryItem class.
       
    18 //
       
    19 //////////////////////////////////////////////////////////////////////
       
    20 
       
    21 #if !defined(AFX_PROTOCOLREGISTRYITEM_H__BD3F800B_7676_4D8D_907E_AE324467968C__INCLUDED_)
       
    22 #define AFX_PROTOCOLREGISTRYITEM_H__BD3F800B_7676_4D8D_907E_AE324467968C__INCLUDED_
       
    23 
       
    24 #if _MSC_VER > 1000
       
    25 #pragma once
       
    26 #endif // _MSC_VER > 1000
       
    27 #include "ServerClient.h"
       
    28 #include "BaseProtocol.h"
       
    29 //#include <vector>
       
    30 
       
    31 #define MAX_DLLPATHNAME (2048)
       
    32 
       
    33 class CProtocolRegistryItem  
       
    34 {
       
    35 public:
       
    36 	CProtocolRegistryItem();
       
    37 	virtual ~CProtocolRegistryItem();
       
    38 
       
    39 	char m_ProtocolType[MAX_DECODE_FORMAT];
       
    40 	char m_ProtocolLibrary[MAX_DLLPATHNAME];
       
    41 	
       
    42 };
       
    43 
       
    44 //typdef std::vector<CProtocolRegistryItem*> ProtocolRegistryList;
       
    45 
       
    46 
       
    47 #endif // !defined(AFX_PROTOCOLREGISTRYITEM_H__BD3F800B_7676_4D8D_907E_AE324467968C__INCLUDED_)