atext/server/inc/atextcommonsession.h
changeset 24 b69e63ed1902
parent 0 29b1cd4cb562
equal deleted inserted replaced
21:5e5528a288fe 24:b69e63ed1902
     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;