#ifndef __BASE_CONSTNAT_H_ #define __BASE_CONSTNAT_H_ namespace TP_STR{ const char cszJsonSuffix[] = ".json"; const char cszDatSuffix[] = ".dat"; } #endif