bluetoothengine/bteng/btbearer/inc/btpluginnotifier.h
changeset 70 f5508c13dfe0
parent 42 b72428996822
equal deleted inserted replaced
67:16e4b9007960 70:f5508c13dfe0
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-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".
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <btserversdkcrkeys.h>
    24 #include <btserversdkcrkeys.h>
    25 #include <locodbearerpluginparams.h>      
    25 #include <locodbearerpluginparams.h>      
    26 #include <centralrepository.h>      
    26 #include <centralrepository.h>      
    27 #include <locodbearer.h>
    27 #include <locodbearer.h>
    28 #include <hbindicatorsymbian.h>
       
    29 
    28 
    30 
    29 
    31 /**
    30 /**
    32  *  BT Plug in module for local connectivity daemon.
    31  *  BT Plug in module for local connectivity daemon.
    33  *
    32  *
   149      * Session with the central repository.
   148      * Session with the central repository.
   150      * Own.
   149      * Own.
   151      */
   150      */
   152     CRepository* iSession;
   151     CRepository* iSession;
   153     
   152     
   154     CHbIndicatorSymbian* iBTIndicator;
       
   155 
   153 
   156     };
   154     };
   157 
   155 
   158 
   156 
   159 #endif  // __BTPLUGINNOTIFIER_H__
   157 #endif  // __BTPLUGINNOTIFIER_H__