testexecmgmt/ucc/Source/MobsterRPCService/CSvcMobster.h
changeset 0 3da2a79470a7
equal deleted inserted replaced
-1:000000000000 0:3da2a79470a7
       
     1 /*
       
     2 * Copyright (c) 2005-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 "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 * This file was autogenerated by rpcgen, but should be modified by the developer.
       
    16 * Make sure you don't use the -component_mod flag in future or this file will be overwritten.
       
    17 * Fri Sep 19 13:14:28 2003
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #ifndef __CSVCMOBSTER_H__
       
    25 #define __CSVCMOBSTER_H__
       
    26 
       
    27 
       
    28 /****************************************************************************************
       
    29  * 
       
    30  * Local Includes
       
    31  * 
       
    32  ***************************************************************************************/
       
    33 #include "mobster.h"
       
    34 #include "CSMobster.h"
       
    35 #include "CComponentManager.h"
       
    36 
       
    37 
       
    38 /****************************************************************************************
       
    39  * 
       
    40  * Definition: CSvcMobster
       
    41  * 
       
    42  ***************************************************************************************/
       
    43 class CSvcMobster
       
    44 {
       
    45 public:
       
    46 	static int GetInstanceKeyFromArgs( int aMethod, void *aArgs );
       
    47 	static int SetError( int aMethod, void *aArgs, int aError );
       
    48 	static int StartRPCService( CComponentManager<CSMobster> *aComponentManager, TChannelAddress *aArg );
       
    49 	static int StopRPCService();
       
    50 
       
    51 private:
       
    52 	static void WaitForConnectionsFromTerminalEmulations( void );
       
    53 	static void ConnectClientToMobileTermination( int aSock);
       
    54 };
       
    55 
       
    56 #endif