Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Apr 10, 2024
1 parent 85ec12f commit 886054d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/re/include/irods/reAction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ int msiDeleteUser( ruleExecInfo_t *rei );
int msiAddUserToGroup( msParam_t *msParam, ruleExecInfo_t *rei );
int msiRemoveUserFromGroup(MsParam* _group, MsParam* _user, MsParam* _user_zone, RuleExecInfo* _rei);
int msiSendMail( msParam_t *toAddr, msParam_t *subjectLine, msParam_t *body, ruleExecInfo_t *rei );
int msi_enable_msiSendMail(ruleExecInfo_t* _rei);
int msiGetObjType( msParam_t *objNameP, msParam_t *objTypeP,
ruleExecInfo_t *rei );
int msiAssociateKeyValuePairsToObj( msParam_t *mDP, msParam_t* objP, msParam_t* typP,
Expand Down Expand Up @@ -148,7 +147,6 @@ namespace irods
table_[ "msiCreateUser" ] = new irods::ms_table_entry( "msiCreateUser", 0, std::function<int(ruleExecInfo_t*)>( msiCreateUser ) );
table_[ "msiCreateCollByAdmin" ] = new irods::ms_table_entry( "msiCreateCollByAdmin", 2, std::function<int(msParam_t*,msParam_t*,ruleExecInfo_t*)>( msiCreateCollByAdmin ) );
table_[ "msiSendMail" ] = new irods::ms_table_entry( "msiSendMail", 3, std::function<int(msParam_t*,msParam_t*,msParam_t*,ruleExecInfo_t*)>( msiSendMail ) );
table_[ "msi_enable_msiSendMail" ] = new irods::ms_table_entry("msi_enable_msiSendMail", 0, std::function<int(ruleExecInfo_t*)>(msi_enable_msiSendMail));
table_[ "recover_print_hello" ] = new irods::ms_table_entry( "recover_print_hello", 0, std::function<int(ruleExecInfo_t*)>( recover_print_hello ) );
table_[ "msiCommit" ] = new irods::ms_table_entry( "msiCommit", 0, std::function<int(ruleExecInfo_t*)>( msiCommit ) );
table_[ "msiRollback" ] = new irods::ms_table_entry( "msiRollback", 0, std::function<int(ruleExecInfo_t*)>( msiRollback ) );
Expand Down

0 comments on commit 886054d

Please sign in to comment.