header-only implementation
This commit is contained in:
parent
add1004108
commit
86b9a40ae7
2 changed files with 20 additions and 16 deletions
|
|
@ -7,15 +7,6 @@
|
|||
|
||||
namespace xo {
|
||||
namespace fn {
|
||||
CallbackId
|
||||
CallbackId::generate()
|
||||
{
|
||||
static CallbackId s_last_id;
|
||||
|
||||
s_last_id = CallbackId(s_last_id.id() + 1);
|
||||
|
||||
return s_last_id;
|
||||
} /*generate*/
|
||||
} /*namespace fn*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue