connectivity/com.nokia.tcf/native/TCFNative/TCFServer/CommRegistryItem.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 // CommRegistryItem.h: interface for the CCommRegistryItem class.
       
    18 //
       
    19 //////////////////////////////////////////////////////////////////////
       
    20 
       
    21 #if !defined(AFX_COMMREGISTRYITEM_H__3100D179_F754_4A4C_910D_7EB827E8DEA0__INCLUDED_)
       
    22 #define AFX_COMMREGISTRYITEM_H__3100D179_F754_4A4C_910D_7EB827E8DEA0__INCLUDED_
       
    23 
       
    24 #if _MSC_VER > 1000
       
    25 #pragma once
       
    26 #endif // _MSC_VER > 1000
       
    27 
       
    28 #include "ServerClient.h"
       
    29 #include "BaseCom.h"
       
    30 
       
    31 #define MAX_DLLPATHNAME (2048)
       
    32 
       
    33 class CCommRegistryItem  
       
    34 {
       
    35 public:
       
    36 	CCommRegistryItem();
       
    37 	virtual ~CCommRegistryItem();
       
    38 
       
    39 	char m_CommType[MAX_CONNECTION_TYPE];
       
    40 	char m_CommLibrary[MAX_DLLPATHNAME];
       
    41 };
       
    42 
       
    43 #endif // !defined(AFX_COMMREGISTRYITEM_H__3100D179_F754_4A4C_910D_7EB827E8DEA0__INCLUDED_)