adaptationlayer/dataport/dataport_csy/src/dpdatabuffer.cpp
changeset 5 8ccc39f9d787
parent 0 63b37f68c1ce
equal deleted inserted replaced
4:510c70acdbf6 5:8ccc39f9d787
    22 #include    "dpdef.h"                   // dataport definitions
    22 #include    "dpdef.h"                   // dataport definitions
    23 #include    "dpdatabuffer.h"            // base class for rx and tx buffers
    23 #include    "dpdatabuffer.h"            // base class for rx and tx buffers
    24 #include    "dpdataelement.h"           // data elements
    24 #include    "dpdataelement.h"           // data elements
    25 #include    "dpdataclient.h"            // data client that access buffer
    25 #include    "dpdataclient.h"            // data client that access buffer
    26 #include    "dplog.h"                   // dataport logging
    26 #include    "dplog.h"                   // dataport logging
    27 #include "osttracedefinitions.h"
    27 #include "OstTraceDefinitions.h"
    28 #ifdef OST_TRACE_COMPILER_IN_USE
    28 #ifdef OST_TRACE_COMPILER_IN_USE
    29 #include "dpdatabuffertraces.h"
    29 #include "dpdatabufferTraces.h"
    30 #endif
    30 #endif
    31 
    31 
    32 // LOCAL FUNCTION PROTOTYPES
    32 // LOCAL FUNCTION PROTOTYPES
    33 // none
    33 // none
    34 
    34