equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
64 * @return instance of AV Controller |
64 * @return instance of AV Controller |
65 */ |
65 */ |
66 IMPORT_C static MUPnPAVController* NewUPnPAVControllerLC(); |
66 IMPORT_C static MUPnPAVController* NewUPnPAVControllerLC(); |
67 |
67 |
68 /** |
68 /** |
69 * Return ETrue is some application is using the local Media Server |
|
70 * services via AV Controller server. |
|
71 * |
|
72 * @return EFalse/ETrue |
|
73 */ |
|
74 IMPORT_C static TBool MSServicesInUse(); |
|
75 |
|
76 /** |
|
77 * Returns the operational state of AV Controller Server |
69 * Returns the operational state of AV Controller Server |
78 * |
70 * |
79 * @param aStatus operational state |
71 * @param aStatus operational state |
80 * @return system wide error code |
72 * @return system wide error code |
81 */ |
73 */ |