reSIProcate project
reSIProcate
Mailing Lists
Source Code
Google Search:
reSIProcate site
Web Search
< Previous by Date
Date Index
Next by Date >
Thread Index
[reSIProcate-users] Patch for remove domain from TU
From
: Karlsson <
boost.regex@xxxxxxxxx
>
Date
: Wed, 13 May 2015 17:06:26 +0800
It's possible to add a function for remove the domain from TU ? I don't know how to use GITHUB to submit the patch, thx.
void TransactionUser::removeDomain(const Data& domain)
{
DomainList::iterator it = mDomainList.find(Data(domain).lowercase());
if (it != mDomainList.end())
{
mDomainList.erase(it);
}
}
Prev by Date:
[reSIProcate-users] Getting started/quick start guide
Next by Date:
[reSIProcate-users] Centos 6.6 compilation problems
Previous by thread:
Re: [reSIProcate-users] Getting started/quick start guide
Next by thread:
[reSIProcate-users] Centos 6.6 compilation problems
Index(es):
Date
Thread
webmaster AT resiprocate DOT org
reSIProcate Privacy Policy