diff -r 3ff3fecb12fe -r 6a82cd05fb1e memana/analyzetoolclient/commandlineengine/internal/inc/stdafx.h --- a/memana/analyzetoolclient/commandlineengine/internal/inc/stdafx.h Thu Feb 11 15:52:57 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -/* -* Copyright (c) 2008 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" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: Include file for standard system include files, -* or project specific include files that are used frequently, but -* are changed infrequently. -*  Version     : %version: % -* -*/ - - -#pragma once - -// MemoryLeak checking function. -// Note! Do not comming in svn with this flag enabled. -//#define MEM_LEAK_CHECK - -// Compile with HTI functions. -//#define HTI_SUPPORT - -// Addr2line binary used. -//#define ADDR2LINE - -#ifdef MEM_LEAK_CHECK -#define _CRTDBG_MAP_ALLOC -#include -#include -#endif - -#include -#include //ifstream,ofstream -#include -#include //string -#include //string -#include //stringstream -#include // cout -#include // map -#include \ No newline at end of file