diff -r e4f3ce6894d4 -r 5da7464ce100 upnp/upnpstack/ssdpserver/inc/upnpudpserver.h --- a/upnp/upnpstack/ssdpserver/inc/upnpudpserver.h Thu Sep 02 21:24:54 2010 +0300 +++ b/upnp/upnpstack/ssdpserver/inc/upnpudpserver.h Fri Sep 17 08:35:16 2010 +0300 @@ -1,5 +1,5 @@ /** @file - * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (c) 2005-2010 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" @@ -354,6 +354,12 @@ // If the interface goes to AutoIp address TBool iAutoIP; + + // Stores the error code for the socket failure operations + TInt iLastSocketError; + + // Indicates whether socket is alive or destroyed + TBool iSocketDown; }; #endif // C_CUPNPUDPSERVER_H