0
|
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 |
* Mon Oct 06 12:02:04 2003
|
|
18 |
*
|
|
19 |
*/
|
|
20 |
|
|
21 |
|
|
22 |
|
|
23 |
|
|
24 |
|
|
25 |
#ifndef __CSVCFACONTROLLER_H__
|
|
26 |
#define __CSVCFACONTROLLER_H__
|
|
27 |
|
|
28 |
|
|
29 |
/****************************************************************************************
|
|
30 |
*
|
|
31 |
* Local Includes
|
|
32 |
*
|
|
33 |
***************************************************************************************/
|
|
34 |
#include "facontroller.h"
|
|
35 |
#include "CSFacontroller.h"
|
|
36 |
#include "CComponentManager.h"
|
|
37 |
#include "../IntegerAllocatorLibrary/CIntegerAllocator.h"
|
|
38 |
|
|
39 |
|
|
40 |
/****************************************************************************************
|
|
41 |
*
|
|
42 |
* Definition: CSvcFacontroller
|
|
43 |
*
|
|
44 |
***************************************************************************************/
|
|
45 |
class CSvcFacontroller
|
|
46 |
{
|
|
47 |
public:
|
|
48 |
static int GetInstanceKeyFromArgs( int aMethod, void *aArgs );
|
|
49 |
static int SetError( int aMethod, void *aArgs, int aError );
|
|
50 |
static int GetError( int aMethod, void *aArgs );
|
|
51 |
static int StartRPCService( CComponentManager<CSFacontroller> *aComponentManager, void *aArg );
|
|
52 |
static int StopRPCService();
|
|
53 |
|
|
54 |
// Custom
|
|
55 |
static TStartupInfo GetStartupInfo();
|
|
56 |
static CIntegerAllocator *GetIntegerAllocator();
|
|
57 |
};
|
|
58 |
|
|
59 |
#endif
|