~manky/bmdc++/trunk

« back to all changes in this revision

Viewing changes to linux/IgnoreTempManager.cc

  • Committer: Mank
  • Date: 2017-09-09 16:37:39 UTC
  • Revision ID: freedcpp@seznam.cz-20170909163739-xjar14gsg2tslmzi
Fix some gcc7 related warns

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
using namespace dcpp;
25
25
 
26
26
IgnoreTempManager::IgnoreTempManager()
27
 
{}
 
27
{
 
28
 
 
29
}
28
30
 
29
31
IgnoreTempManager::~IgnoreTempManager()
30
 
{}
 
32
{
 
33
        
 
34
}
31
35
 
32
36
void IgnoreTempManager::addNickIgnored(string nick, uint64_t time)
33
37
{