appfw/apparchitecture/tef/TWindowChaining.h
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    42 
    42 
    43 /** Message ID (chosen at random) to query child to check parent id matches */
    43 /** Message ID (chosen at random) to query child to check parent id matches */
    44 const TInt KQueryChainChild1 = 428;
    44 const TInt KQueryChainChild1 = 428;
    45 const TInt KQueryChainChild2 = 429;
    45 const TInt KQueryChainChild2 = 429;
    46 
    46 
    47 _LIT(KWinChainChildAppFileName, "c:\\sys\\bin\\t_winchainLaunch.exe");
    47 _LIT(KWinChainChildAppFileName, "z:\\sys\\bin\\t_winchainLaunch.exe");
    48 #endif // __TWINDOWCHAINING_H__
    48 #endif // __TWINDOWCHAINING_H__
    49 
    49