X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ffreenet%2Fboardlistinserter.cpp;h=6099ff67cac5f786153b801e7ea1cd1f4fb9069a;hb=853f67b0b7b8121d572cff34d40f7b28cac8f65e;hp=92ed0b727befa6f38141cb6b80506211e31d40e3;hpb=df316253862dc50e8e5a790d9634ef90be37badb;p=fms.git diff --git a/src/freenet/boardlistinserter.cpp b/src/freenet/boardlistinserter.cpp index 92ed0b7..6099ff6 100644 --- a/src/freenet/boardlistinserter.cpp +++ b/src/freenet/boardlistinserter.cpp @@ -103,7 +103,7 @@ void BoardListInserter::Initialize() m_fcpuniquename="BoardListInserter"; } -void BoardListInserter::StartInsert(const long &localidentityid) +const bool BoardListInserter::StartInsert(const long &localidentityid) { DateTime daysback; DateTime now; @@ -178,4 +178,6 @@ void BoardListInserter::StartInsert(const long &localidentityid) m_inserting.push_back(localidentityid); + return true; + }