13 lines
432 B
C++
13 lines
432 B
C++
#ifndef EDACTORS_2_MOTOR
|
|
#define EDACTORS_2_MOTOR
|
|
|
|
#include "_AInterf.hpp"
|
|
|
|
BOOL EDACTORS_fn_b_GetZoneListSectionName(/*ZDX_tdxHandleToZdxList*/void *hHandleToMotorList,
|
|
BOOL bListOfZone,
|
|
CString &r_csReturnedName);
|
|
BOOL EDACTORS_fn_b_GetWayListSectionName(struct WAYLST_tdstFatherListOfWay_ *hHandleToMotorList,
|
|
CString &r_csReturnedName);
|
|
|
|
#endif //EDACTORS_2_MOTOR
|