connection::actions(): agent& -> agent*, more natural agent_id handling

This commit is contained in:
Petr Baudis 2011-12-08 03:02:08 +01:00
parent 8ae6051e97
commit b693b5d6f4
3 changed files with 17 additions and 16 deletions

View file

@ -131,7 +131,7 @@ agent::on_action_takes(void)
return;
}
conn->actions(*this);
conn->actions(this);
}
void