codhandler/ddrecog/src/DdRecog.cpp
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
child 65 5bfc169077b2
child 93 79859ed3eea9
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    15 *      Implementation of class CDdRecog.   
    15 *      Implementation of class CDdRecog.   
    16 *      
    16 *      
    17 *
    17 *
    18 */
    18 */
    19 
    19 
    20 
       
    21 // INCLUDE FILES
    20 // INCLUDE FILES
    22 
    21 
    23 #include <s32std.h>
    22 #include <s32std.h>
    24 #include <apmrec.h>
    23 #include <apmrec.h>
    25 #include <apmstd.h>
    24 #include <apmstd.h>
    26 #include <f32file.h>
    25 #include <f32file.h>
    27 #include <CodDefs.h>
    26 #include "CodDefs.h"
    28 #include <CharConv.h>
    27 #include <CharConv.h>
    29 #include <ImplementationProxy.h>
    28 #include <ecom/implementationproxy.h>
    30 #include "DdRecog.h"
    29 #include "DdRecog.h"
    31 #include "DdRecogLogger.h"
    30 #include "DdRecogLogger.h"
    32 
    31 
    33 // ================= CONSTANTS =======================
    32 // ================= CONSTANTS =======================
    34 
    33