upnp/upnpstack/ssdpserver/inc/upnpudpserver.h
changeset 31 b51a6f4f15ba
parent 0 f5a58ecadc66
equal deleted inserted replaced
28:0060d1e93dc3 31:b51a6f4f15ba
     1 /** @file
     1 /** @file
     2  * Copyright (c) 2005-2008 Nokia Corporation and/or its subsidiary(-ies). 
     2  * Copyright (c) 2005-2010 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".
   352     //Local IP Address of Server
   352     //Local IP Address of Server
   353     TInetAddr iLocalInterfaceAddress;
   353     TInetAddr iLocalInterfaceAddress;
   354     
   354     
   355     // If the interface goes to AutoIp address
   355     // If the interface goes to AutoIp address
   356     TBool iAutoIP;
   356     TBool iAutoIP;
       
   357     
       
   358     // Stores the error code for the socket failure operations
       
   359     TInt iLastSocketError;
       
   360     
       
   361     // Indicates whether socket is alive or destroyed 
       
   362     TBool iSocketDown;
   357     };
   363     };
   358 
   364 
   359 #endif // C_CUPNPUDPSERVER_H
   365 #endif // C_CUPNPUDPSERVER_H
   360 // End of File
   366 // End of File