connectivity/com.nokia.tcf/native/TCFNative/TCFServer/RegistryImpl.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 // RegistryImpl.h: interface for the CRegistryImpl class.
       
    18 //
       
    19 //////////////////////////////////////////////////////////////////////
       
    20 
       
    21 #if !defined(AFX_REGISTRYIMPL_H__2C724EE6_DB27_4511_A934_EF3CDBBECADB__INCLUDED_)
       
    22 #define AFX_REGISTRYIMPL_H__2C724EE6_DB27_4511_A934_EF3CDBBECADB__INCLUDED_
       
    23 
       
    24 #if _MSC_VER > 1000
       
    25 #pragma once
       
    26 #endif // _MSC_VER > 1000
       
    27 
       
    28 #include "Registry.h"
       
    29 
       
    30 class CRegistryImpl : public CRegistry  
       
    31 {
       
    32 public:
       
    33 	CRegistryImpl();
       
    34 	CRegistryImpl(DWORD connectionId);
       
    35 	virtual ~CRegistryImpl();
       
    36 
       
    37 	BOOL AddClient(CClient* newClient, long numberIds, BYTE* ids);
       
    38 	BOOL RemoveClient(CClient* client);
       
    39 	void DumpRegistry();
       
    40 	long RouteMessage(BYTE msgId, BYTE* fullMessage, DWORD fullLen, BYTE* realMessage, DWORD realMessageLen);
       
    41 
       
    42 };
       
    43 
       
    44 #endif // !defined(AFX_REGISTRYIMPL_H__2C724EE6_DB27_4511_A934_EF3CDBBECADB__INCLUDED_)