diff -r 000000000000 -r 4e91876724a2 photosgallery/viewframework/commandhandlers/commandhandlerupnp/inc/glxupnprendererdefs.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/photosgallery/viewframework/commandhandlers/commandhandlerupnp/inc/glxupnprendererdefs.h Thu Dec 17 08:45:44 2009 +0200 @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Renderer Status +* +*/ + + + + + +#ifndef __GLXUPNPTDEFS_H__ +#define __GLXUPNPTDEFS_H__ + +#include + +/** +* Status of the Renderer +*/ + +namespace NGlxUpnpRenderer + { + //UPnP availabilty Status + enum TStatus + { + ENotAvailable, //The access point is not defined + EActive, //The UPnP show is active + EAvailableNotActive //The access point is defined and show is not active + }; + //UPnP Show Error status + enum TErrorStatus + { + EUpnpKErrNone, + EUpnpKErrDisconnected + }; + } + +#endif \ No newline at end of file