diff -r 001a94c71129 -r 16e4b9007960 btobexprofiles/obexreceiveservices/opp/inc/oppcontroller.h --- a/btobexprofiles/obexreceiveservices/opp/inc/oppcontroller.h Wed Sep 29 13:09:05 2010 +0300 +++ b/btobexprofiles/obexreceiveservices/opp/inc/oppcontroller.h Wed Oct 13 13:15:31 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -34,6 +34,7 @@ #include #include +class CBtConversationViewLauncher; const TInt KBtStartReserveChannel = 9; @@ -161,6 +162,7 @@ CHbDeviceDialogSymbian* iRecvDoneDialog; TBool iShowRecvCompleteDialog; CHbDeviceDialogSymbian* iMemoryFullDailog; + CBtConversationViewLauncher* iBtCnvViewLauncher; }; #endif // OPPCONTROLLER_H