查看单个帖子
旧 2009-05-06, 03:37 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】idmapping of oddbdatabaseinsert90

idmapping of oddbdatabase::insert()
idmapping of oddbdatabase::insert()
hi,
i'm using oddbdatabase::insert() (without preserving the inserted database)
and i need a way to map the original oddbhandles to the new oddbhandles.
how do i do that? it seems like i need the oddbidmapping used in this
operation(?).
thanks in advance.
code:
oddbidpair p(oldid);
idmap->compute(p);new id will be in p.value()
vladimir
quote:
originally posted by wvk
oddbidpair p(oldid);
idmap->compute(p);
hi wvk,
thanks for your reply but my question is more how
to get the idmap itself used in oddbdatabase::insert(),
since there is no mapping parameter in those functions.
you may subscribe to 'enddeepclone' notification, before callling 'insert'.
code:
struct r : odrxeventreactor
{
virtual void enddeepclone(oddbidmapping& idmap){}
};
odstaticrxobject<r> reactor;
odrxevent()->addreactor(&reactor);
vladimir
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)