btobexprofiles/obexreceiveservices/opp/inc/oppcontroller.h
changeset 67 16e4b9007960
parent 57 5ebadcda06cb
equal deleted inserted replaced
65:001a94c71129 67:16e4b9007960
     1 /*
     1 /*
     2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-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 
    32 
    33 #include <obexutilspropertynotifier.h>
    33 #include <obexutilspropertynotifier.h>
    34 
    34 
    35 #include <hbdevicedialogsymbian.h>
    35 #include <hbdevicedialogsymbian.h>
    36 #include <hbsymbianvariant.h>
    36 #include <hbsymbianvariant.h>
       
    37 class CBtConversationViewLauncher;
    37 
    38 
    38 
    39 
    39 const TInt KBtStartReserveChannel   = 9;
    40 const TInt KBtStartReserveChannel   = 9;
    40 const TInt KBtEndReserveChannel     = 30;
    41 const TInt KBtEndReserveChannel     = 30;
    41 
    42 
   159     CHbDeviceDialogSymbian*     iFailureDialog;
   160     CHbDeviceDialogSymbian*     iFailureDialog;
   160     TBool                       iReceivingFailed;
   161     TBool                       iReceivingFailed;
   161     CHbDeviceDialogSymbian*     iRecvDoneDialog;
   162     CHbDeviceDialogSymbian*     iRecvDoneDialog;
   162     TBool                       iShowRecvCompleteDialog;
   163     TBool                       iShowRecvCompleteDialog;
   163     CHbDeviceDialogSymbian*     iMemoryFullDailog;
   164     CHbDeviceDialogSymbian*     iMemoryFullDailog;
       
   165     CBtConversationViewLauncher*    iBtCnvViewLauncher;
   164     };
   166     };
   165 
   167 
   166 #endif      // OPPCONTROLLER_H
   168 #endif      // OPPCONTROLLER_H
   167             
   169             
   168 // End of File
   170 // End of File