upnp/upnpstack/ssdpserver/inc/upnpudpserver.h
changeset 31 b51a6f4f15ba
parent 0 f5a58ecadc66
--- a/upnp/upnpstack/ssdpserver/inc/upnpudpserver.h	Mon Aug 23 13:11:50 2010 +0300
+++ b/upnp/upnpstack/ssdpserver/inc/upnpudpserver.h	Fri Sep 03 09:13:04 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