vmbx/vmbxengine/inc/vmbxetelconnection.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
equal deleted inserted replaced
15:d7fc66ccd6fb 19:e44a8c097b15
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-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".
    32 // CLASS DECLARATION
    32 // CLASS DECLARATION
    33 
    33 
    34 /**
    34 /**
    35 *  Creates connection to RTelServer and opens RMobilePhone
    35 *  Creates connection to RTelServer and opens RMobilePhone
    36 *
    36 *
    37 *  @since S60 v5.2
       
    38 */
    37 */
    39 NONSHARABLE_CLASS( CVmbxETelConnection ): public CBase
    38 NONSHARABLE_CLASS( CVmbxETelConnection ): public CBase
    40     {
    39     {
    41 
    40 
    42 public:  // Constructors and destructor
    41 public:  // Constructors and destructor
    55 public: // New functions
    54 public: // New functions
    56 
    55 
    57     /**
    56     /**
    58      * Returns a reference to the ETel RTelServer
    57      * Returns a reference to the ETel RTelServer
    59      *
    58      *
    60      * @since S60 v5.2
       
    61      * @return a reference to the ETel RTelServer
    59      * @return a reference to the ETel RTelServer
    62      */
    60      */
    63     RTelServer& TelServer();
    61     RTelServer& TelServer();
    64 
    62 
    65     /**
    63     /**
    66      * Returns a reference to the ETel RMobilePhone
    64      * Returns a reference to the ETel RMobilePhone
    67      *
    65      *
    68      * @since S60 v5.2
       
    69      * @return a reference to the ETel RMobilePhone
    66      * @return a reference to the ETel RMobilePhone
    70      */
    67      */
    71     RMobilePhone& Phone();
    68     RMobilePhone& Phone();
    72 
    69 
    73 private:
    70 private: