Family wallet

This commit is contained in:
CHIEFSOFT\ameye
2023-10-23 20:50:05 -04:00
parent ac76b185fb
commit 22d44551a8
6 changed files with 25 additions and 0 deletions
+14
View File
@@ -18,6 +18,7 @@
#include "common_tool.h"
long WrenchFamilyList(CVars in, CVars &out);
long WrenchFamilyWallet(CVars in, CVars &out);
long WrenchFamilyAdd(CVars in, CVars &out);
long WrenchFamilyUpdate(CVars in, CVars &out);
long WrenchFamilyManage(CVars in, CVars &out);
@@ -42,6 +43,10 @@ long family_calls(CVars in, CVars &out){
return WrenchFamilyList(in, out);
break;
case WRENCHBOARD_FAMILY_WALLET:
return WrenchFamilyWallet(in, out);
break;
case WRENCHBOARD_FAMILY_SAMPLETASKS:
return WrenchSampleTasks(in, out);
break;
@@ -379,6 +384,15 @@ long WrenchSampleTasks(CVars in, CVars &out){
return ret;
}
long WrenchFamilyWallet(CVars in, CVars &out){
logfmt(logINFO, "ENTER CALL long WrenchFamilyWallet");
logfmt(logINFO, "EXIT CALL long WrenchFamilyWallet");
return 0;
}
//,to_char(last_login, 'Day Mon dd, yyyy HH:MI AM')
long WrenchFamilyList(CVars in, CVars &out){
logfmt(logINFO, "ENTER CALL long WrenchFamilyList");