installationservices/swi/source/sishelper/uissclienthandler.h
branchRCL_3
changeset 34 741e5bba2bd1
parent 0 ba25891c3a9e
child 65 7333d7932ef7
equal deleted inserted replaced
28:98a43fae6e2b 34:741e5bba2bd1
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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".
   164 	void WaitForSisHelperShutdown();
   164 	void WaitForSisHelperShutdown();
   165 
   165 
   166 	MUiHandler& iUiHandler;        ///< UI implementation
   166 	MUiHandler& iUiHandler;        ///< UI implementation
   167 	MCancelHandler* iCancelHandler;///< Internal cancel handler
   167 	MCancelHandler* iCancelHandler;///< Internal cancel handler
   168 	HBufC8* iBuf;                  ///< Command buffer
   168 	HBufC8* iBuf;                  ///< Command buffer
       
   169 	HBufC8* iBufLogger;            ///< Command buffer
   169 	TPtr8 iPtrIntoBuf;
   170 	TPtr8 iPtrIntoBuf;
   170 	RUissSession iUissSession;     ///< UISS session
   171 	RUissSession iUissSession;     ///< UISS session
   171 
   172 
   172 	TBool iActiveObjectMode;		///< Normally true for CActive object mode, set to false for sync install
   173 	TBool iActiveObjectMode;		///< Normally true for CActive object mode, set to false for sync install
   173 	TRequestStatus* iClientStatus; ///< Client request status
   174 	TRequestStatus* iClientStatus; ///< Client request status