Added include statement. Removed const declaration.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1054 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
6eb3a5a216
commit
3592916b15
1 changed files with 81 additions and 80 deletions
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
|
#include <time.h> ///< For clock_t definition.
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -702,7 +703,7 @@ namespace Loki
|
||||||
return fromKeyToObjVector[key];
|
return fromKeyToObjVector[key];
|
||||||
}
|
}
|
||||||
|
|
||||||
AbstractProduct* const getPointerToObjectInContainer(ObjVector &entry)
|
AbstractProduct* getPointerToObjectInContainer(ObjVector &entry)
|
||||||
{
|
{
|
||||||
if(entry.empty()) // No object available
|
if(entry.empty()) // No object available
|
||||||
{ // the object will be created in the calling function.
|
{ // the object will be created in the calling function.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue