/****************************************************************************** Copyright(C):2015~2018 hzleaper FileName:baseConstant.h Author:zhikun wu Email:zk.wu@hzleaper.com Tools:vs2010 pc on company Created:2015/04/08 History:8:4:2015 12:55 *******************************************************************************/ #ifndef __BASE_CONSTNAT_H_20150608 #define __BASE_CONSTNAT_H_20150608 namespace TP_STR{ const char cszJsonSuffix[] = ".json"; const char cszDatSuffix[] = ".dat"; // const char cszCfgFolder[] = "config\\"; // const char cszMainCfg[] = "main"; } #endif