bluetoothengine/btui/btuidelegate/btdelegateInquiry.h
changeset 52 4545c04e61e1
parent 40 997690c3397a
child 63 bcf742120177
equal deleted inserted replaced
41:0b2439c3e397 52:4545c04e61e1
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef BTDELEGATEINQUIRY_H_
    19 #ifndef BTDELEGATEINQUIRY_H
    20 #define BTDELEGATEINQUIRY_H_
    20 #define BTDELEGATEINQUIRY_H
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 #include <btengsettings.h>
    23 #include <btengsettings.h>
    24 #include "btabstractdelegate.h"
    24 #include "btabstractdelegate.h"
    25 
    25 
    51 private:
    51 private:
    52     BtAbstractDelegate* mAbstractDelegate;
    52     BtAbstractDelegate* mAbstractDelegate;
    53     
    53     
    54 };
    54 };
    55 
    55 
    56 #endif /* BTDELEGATEINQUIRY_H_ */
    56 #endif /* BTDELEGATEINQUIRY_H */