diff -r c1f20ce4abcf -r 3e88ff8f41d5 kernel/eka/drivers/debug/smdebug/d_stopmode.cpp --- a/kernel/eka/drivers/debug/smdebug/d_stopmode.cpp Tue Aug 31 16:34:26 2010 +0300 +++ b/kernel/eka/drivers/debug/smdebug/d_stopmode.cpp Wed Sep 01 12:34:56 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" @@ -20,8 +20,14 @@ @prototype */ +#include #include +#include "d_rmd_breakpoints.h" + + +#ifdef __LAUNCH_AS_EXTENSION__ + using namespace Debug; _LIT(KLitLocal,"Local-"); @@ -163,4 +169,7 @@ } } +#endif + + // End of file d_stopmode.cpp