author | Christian Morlok <symbian.org@christianmorlok.de> |
Thu, 06 May 2010 15:56:48 +0200 | |
branch | v5backport |
changeset 67 | 35a198a504a8 |
permissions | -rw-r--r-- |
67
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
1 |
/* |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
2 |
* Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies). |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
3 |
* All rights reserved. |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
8 |
* |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
11 |
* |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
12 |
* Contributors: |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
13 |
* |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
14 |
* Description: Telephony Domain Publish and Subscribe keys. |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
15 |
* |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
16 |
*/ |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
17 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
18 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
19 |
#ifndef TELEPHONYDOMAINPSKEYS_H |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
20 |
#define TELEPHONYDOMAINPSKEYS_H |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
21 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
22 |
#include <e32std.h> |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
23 |
#include <telmicmutestatuspskeys.h> |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
24 |
#include <telremotepartyinformationpskeys.h> |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
25 |
#include <telinformationpskeys.h> |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
26 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
27 |
// CONSTANTS |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
28 |
// None |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
29 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
30 |
#endif // TELEPHONYDOMAINPSKEYS_H |
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
31 |
|
35a198a504a8
updated dependencies; everything (hssrv and hs) compiles with winscw_udeb without error
Christian Morlok <symbian.org@christianmorlok.de>
parents:
diff
changeset
|
32 |
// End of file |