atext/server/inc/atextcommonsession.h
branchRCL_3
changeset 16 9f17f914e828
parent 0 29b1cd4cb562
equal deleted inserted replaced
14:f8503e232b0c 16:9f17f914e828
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-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".
   251     CATExtSrvCommon& iServer;
   251     CATExtSrvCommon& iServer;
   252 
   252 
   253     /**
   253     /**
   254      * Session to ECOM
   254      * Session to ECOM
   255      */
   255      */
   256     REComSession iEComSession;
   256     REComSession* iEComSession;
   257 
   257 
   258     /**
   258     /**
   259      * Instance of plugin
   259      * Instance of plugin
   260      */
   260      */
   261     CATExtCommonBase* iCommonBase;
   261     CATExtCommonBase* iCommonBase;