mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[8767] Move one more function code to .cpp for restore build.
This commit is contained in:
parent
e79af61266
commit
50e80d67f9
3 changed files with 7 additions and 5 deletions
|
|
@ -56,6 +56,11 @@ void MailItemsInfo::deleteIncludedItems( bool inDB /*= false*/ )
|
|||
i_MailItemMap.clear();
|
||||
}
|
||||
|
||||
void MailItemsInfo::AddItem( Item *item )
|
||||
{
|
||||
i_MailItemMap[item->GetGUIDLow()] = item;
|
||||
}
|
||||
|
||||
void Mail::AddAllItems( MailItemsInfo& pMailItemsInfo )
|
||||
{
|
||||
for(MailItemMap::iterator mailItemIter = pMailItemsInfo.begin(); mailItemIter != pMailItemsInfo.end(); ++mailItemIter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue