epoc32/include/elements/sd_mintercept.mmh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100 (2010-03-31)
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // This MMP header file is exported to \EPOC32\include
    15 // As such, only change the log setting from the exported copy.
    16 // When checking this file into perforce, ensure that
    17 // MESSAGE INTERCEPT FUNCTIONALITY IS ***DISABLED FOR RELEASE BUILDS***
    18 // 
    19 //
    20 
    21 
    22 // Uncomment next line to temporarily engage logging for release builds.
    23 //#define __MESSAGE_INTERCEPT_UREL
    24 // Comment next line to temporarily disengage logging for debug builds
    25 #define __MESSAGE_INTERCEPT_UDEB
    26 
    27 // Determine whether, and how, the message intercept is to be included
    28 #ifdef __MESSAGE_INTERCEPT_UREL
    29 	#ifdef __MESSAGE_INTERCEPT_UDEB
    30 	#define __MESSAGE_INTERCEPT_INCLUDED
    31 	MACRO __MESSAGE_INTERCEPT_UREL
    32 	#endif
    33 #endif
    34 #ifdef __MESSAGE_INTERCEPT_UREL
    35 	#ifndef __MESSAGE_INTERCEPT_UDEB
    36 	#define __MESSAGE_INTERCEPT_INCLUDED
    37 	MACRO __MESSAGE_INTERCEPT_UREL
    38 	MACRO __MESSAGE_INTERCEPT_NO_UDEB
    39 	#endif
    40 #endif
    41 #ifndef __MESSAGE_INTERCEPT_UREL
    42 	#ifndef __MESSAGE_INTERCEPT_UDEB
    43 	MACRO __MESSAGE_INTERCEPT_NO_UDEB
    44 	#endif
    45 #endif
    46 #ifndef __MESSAGE_INTERCEPT_UREL
    47 	#ifdef __MESSAGE_INTERCEPT_UDEB
    48 	#define __MESSAGE_INTERCEPT_INCLUDED
    49 	#endif
    50 #endif
    51 
    52