Family wallet
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user