imagehandlingutilities/thumbnailmanager/plugins/video/traces/OstTraceDefinitions.h
author Jyri Kokkonen <jyri.kokkonen@nokia.com>
Fri, 10 Sep 2010 13:34:28 +0100
changeset 52 d37779bbda25
child 46 292fa3105576
permissions -rw-r--r--
More missing "traces" directories, to complete the fix for Bug 3676
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
52
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
     1
/*
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
     2
* This is Default Licence added by TraceCompiler
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
     3
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
     4
* All rights reserved.
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
     5
* This component and the accompanying materials are made available
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
     6
* under the terms of "Eclipse Public License v1.0"
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
     7
* which accompanies this distribution, and is available
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
     8
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
     9
*
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    10
* Initial Contributors:
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    11
* Nokia Corporation - initial contribution.
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    12
*
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    13
* Contributors:
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    14
*
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    15
* Description: 
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    16
*
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    17
*/
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    18
#ifndef __OSTTRACEDEFINITIONS_H__
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    19
#define __OSTTRACEDEFINITIONS_H__
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    20
// OST_TRACE_COMPILER_IN_USE flag has been added by Trace Compiler
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    21
// REMOVE BEFORE CHECK-IN TO VERSION CONTROL
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    22
#define OST_TRACE_COMPILER_IN_USE
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    23
#include <opensystemtrace.h>
d37779bbda25 More missing "traces" directories, to complete the fix for Bug 3676
Jyri Kokkonen <jyri.kokkonen@nokia.com>
parents:
diff changeset
    24
#endif