skins/AknSkins/sdcinc/SDCDebugOutput.h
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2003 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Debugging output.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if !defined(AFX_SDCDEBUGOUTPUT_H__2F920CD5_5EBD_4C53_AEBF_D36273EDA770__INCLUDED_)
       
    20 #define AFX_SDCDEBUGOUTPUT_H__2F920CD5_5EBD_4C53_AEBF_D36273EDA770__INCLUDED_
       
    21 
       
    22 #if _MSC_VER > 1000
       
    23 #pragma once
       
    24 #endif // _MSC_VER > 1000
       
    25 
       
    26 #include "SDCData.h"
       
    27 
       
    28 class CSDCDebugOutput
       
    29     {
       
    30     public:
       
    31         CSDCDebugOutput();
       
    32         virtual ~CSDCDebugOutput();
       
    33 
       
    34     public:
       
    35         void Output( CSDCData* aData );
       
    36     };
       
    37 
       
    38 #endif // !defined(AFX_SDCDEBUGOUTPUT_H__2F920CD5_5EBD_4C53_AEBF_D36273EDA770__INCLUDED_)