...
This commit is contained in:
@@ -52,10 +52,16 @@ public:
|
||||
|
||||
/* PUBLIC METHODS */
|
||||
|
||||
IdentT ident() const { return ident; }
|
||||
ident_t ident() const
|
||||
{
|
||||
return _ident;
|
||||
}
|
||||
|
||||
|
||||
void operator()() { _execFunc(); }
|
||||
void operator()()
|
||||
{
|
||||
_execFunc();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user