diff -r 000000000000 -r 307788aac0a8 realtimenetprots/sipfw/SIP/NATTraversalController/Api/sipnattraversalcontrollerinitparams.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/realtimenetprots/sipfw/SIP/NATTraversalController/Api/sipnattraversalcontrollerinitparams.h Tue Feb 02 01:03:15 2010 +0200 @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2005-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: +* Name : sipnattraversalcontrollerinitparams.h +* Part of : SIP NAT Traversal Controller +* Version : SIP/5.0 +* +*/ + + + +#ifndef TSIPNATTRAVERSALCONTROLLERINITPARAMS_H +#define TSIPNATTRAVERSALCONTROLLERINITPARAMS_H + +// INCLUDES +#include +#include + +// CLASS DECLARATION +/** +* @publishedPartner +* @released +* +* Initialization parameters for SIP NAT Traversal Controller ECOM plug-in(s). +*/ +class TSIPNATTraversalControllerInitParams + { + public: // Constructors and destructor + + /** + * Constructor. + * @param aSocketServ an opened socket server handle + */ + TSIPNATTraversalControllerInitParams(RSocketServ& aSocketServ); + + public: // Data + + RSocketServ& iSocketServ; + }; + +#include "sipnattraversalcontrollerinitparams.inl" + +#endif // TSIPNATTRAVERSALCONTROLLERINITPARAMS_H