1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
19 inline TVersion RTelServer::Version() const
20 /** Gets the version number of the ETel server.
22 @return The server version and build numbers.
27 return(TVersion(KEtelMajorVersionNumber,
28 KEtelMinorVersionNumber,
29 KEtelBuildVersionNumber));
35 inline RSessionBase& RTelSubSessionBase::SessionHandle() const
44 inline void RTelSubSessionBase::SetSessionHandle(RSessionBase& aTelSession)
50 iTelSession=&aTelSession;
53 inline void RTelSubSessionBase::ResetSessionHandle()
62 inline TInt RTelSubSessionBase::SubSessionHandle()
68 return(RSubSessionBase::SubSessionHandle());