inputmethods_pub/optical_character_recognition_api/tsrc/src/testsdkocrobserver.cpp
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:  test ocrsrv.h
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 // [INCLUDE FILES]
       
    20 
       
    21 #include "testsdkocrobserver.h"
       
    22 
       
    23 // ============================ MEMBER FUNCTIONS ===============================
       
    24 // -----------------------------------------------------------------------------
       
    25 // TTestObserver::RecognizeBlockComplete
       
    26 // -----------------------------------------------------------------------------
       
    27 //
       
    28 void TTestObserver::RecognizeBlockComplete( TInt /*aError*/, 
       
    29                                             const TOCRTextRgnInfo* /*aBlocks*/, 
       
    30                                             const TInt /*aBlockCount*/ )
       
    31     {
       
    32     
       
    33     }
       
    34     
       
    35 // -----------------------------------------------------------------------------
       
    36 // TTestObserver::RecognizeBlockComplete
       
    37 // -----------------------------------------------------------------------------
       
    38 //
       
    39 void TTestObserver::RecognizeSpecialRegionComplete( TInt /*aError*/, 
       
    40                                                     const TOCRTextRgnInfo* /*aBlocks*/, 
       
    41                                                     const TInt /*aBlockCount*/ )
       
    42     {
       
    43     
       
    44     }
       
    45     
       
    46 // -----------------------------------------------------------------------------
       
    47 // TTestObserver::RecognizeBlockComplete
       
    48 // -----------------------------------------------------------------------------
       
    49 //
       
    50 void TTestObserver::RecognizeComplete( TInt /*aError*/, 
       
    51                                        const TOCRTextRgnInfo* /*aBlocks*/, 
       
    52                                        const TInt /*aBlockCount*/ )
       
    53     {
       
    54     
       
    55     }
       
    56     
       
    57 // -----------------------------------------------------------------------------
       
    58 // TTestObserver::RecognizeBlockComplete
       
    59 // -----------------------------------------------------------------------------
       
    60 //
       
    61 void TTestObserver::LayoutComplete( TInt /*aError*/, 
       
    62                                     const TOCRBlockInfo* /*aBlocks*/, 
       
    63                                     const TInt /*aBlockCount*/ )
       
    64     {
       
    65     
       
    66     }
       
    67     
       
    68 // -----------------------------------------------------------------------------
       
    69 // TTestObserver::RecognizeBlockComplete
       
    70 // -----------------------------------------------------------------------------
       
    71 //
       
    72 void TTestObserver::RecognizeProcess( const TUint /*aPercent*/ )
       
    73     {
       
    74     
       
    75     }
       
    76