tracesrv/tracecompiler/test/TracesInHeadersApps/singlemmp_diffnames/dll/inc/HelloTraceTypes.h
changeset 62 1c2bb2fc7c87
parent 56 aa2539c91954
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
    20 #define __HELLOTRACETYPES_H__
    20 #define __HELLOTRACETYPES_H__
    21 
    21 
    22 class HelloTraceTypes
    22 class HelloTraceTypes
    23     {
    23     {
    24 public:
    24 public:
       
    25     static void TestBoolean();
    25     static void SignedIntegers();
    26     static void SignedIntegers();
    26     static void UnsignedIntegers();
    27     static void UnsignedIntegers();
    27     static void Descriptors();
    28     static void Descriptors();
    28     
    29     
    29     static void SignedIntegersDup();
    30     static void SignedIntegersDup();