Index: sources/storage/storageglobals.h =================================================================== diff -u -rb798668f16ad0967ab97e96f5f9a2cdd821e899f -ra51b1ec80d65c7cf9f7f3b86f45a637a6d42efc1 --- sources/storage/storageglobals.h (.../storageglobals.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) +++ sources/storage/storageglobals.h (.../storageglobals.h) (revision a51b1ec80d65c7cf9f7f3b86f45a637a6d42efc1) @@ -1,15 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright - * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, - * IN PART OR IN WHOLE, - * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * - * \file storageglobals.h - * \date 1/2/2020 - * \author Behrouz NematiPour - * + * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN + * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. + * + * \file storageglobals.h + * \author (last) Behrouz NematiPour + * \date (last) 30-Jul-2020 + * \author (original) Behrouz NematiPour + * \date (original) 02-Jan-2020 + * */ #pragma once @@ -26,4 +27,10 @@ extern const char *Log_Base_Path_Name ; extern const char *Log_Base_Path_Name_Location; extern const char *Log_File_Name ; + + // Treatment + extern const char *Treatment_Profiles_Dir ; + extern const char *Treatment_Parameter_Ranges_Path ; + extern const char *Treatment_Parameter_Ranges_Path_CSV ; + extern const char *SDCard_Base_Path_Name ; }