testexecmgmt/ucc/Source/MobsterRPCService/CSMobster.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 12 12:11:08 2003
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 #ifndef __CSMOBSTER_H__
       
    25 #define __CSMOBSTER_H__
       
    26 
       
    27 
       
    28 /****************************************************************************************
       
    29  * 
       
    30  * Local Includes
       
    31  * 
       
    32  ***************************************************************************************/
       
    33 #include "mobster.h"
       
    34 #include "../MobileTermination/CPhone.h"
       
    35 
       
    36 
       
    37 /****************************************************************************************
       
    38  * 
       
    39  * Definition: CSMobster
       
    40  * 
       
    41  ***************************************************************************************/
       
    42 class CSMobster
       
    43 {
       
    44 public:
       
    45 	// Standard Methods
       
    46 	CSMobster();
       
    47 	~CSMobster();
       
    48 	int GetKey();
       
    49 	void SetKey( int aKey );
       
    50 
       
    51 	// RPC Service Methods
       
    52 	int cstr_startdevice( TDeviceDesc aArgs );
       
    53 	int dstr_removedevice( int aArgs, int *aDeleteInstance );
       
    54 	TDeviceDesc getdeviceinfo( int aArgs );
       
    55 	TVarData getdevicelog( int aArgs );
       
    56 	int stopdevice( int aArgs );
       
    57 	int setremoteuuaddress( TUUAddress aArgs );
       
    58 
       
    59 	// Added methods that the service accesses
       
    60 	int settesocket( int aSock );
       
    61 
       
    62 private:
       
    63 	int iKey;
       
    64 	TDeviceDesc iDeviceDesc;
       
    65 	CPhone iPhone;
       
    66 };
       
    67 
       
    68 #endif