toolsandutils/e32tools/elf2e32/source/pl_common.cpp
branchGCC_SURGE
changeset 61 b376866b09e6
parent 0 83f4b4db085c
equal deleted inserted replaced
60:5a90ee674b42 61:b376866b09e6
    15 // @internalComponent
    15 // @internalComponent
    16 // @released
    16 // @released
    17 // 
    17 // 
    18 //
    18 //
    19 
    19 
    20 #include <tools/elfdefs.h>
    20 #include "elfdefs.h"
    21 #include "pl_common.h"
    21 #include "pl_common.h"
    22 
    22 
    23 
    23 
    24 VersionInfo::VersionInfo(): iSOName(0), iLinkAs(0), iVerCategory(VER_CAT_NONE) 
    24 VersionInfo::VersionInfo(): iSOName(0), iLinkAs(0), iVerCategory(VER_CAT_NONE) 
    25 {}
    25 {}