Commit 8d89180d authored by claes's avatar claes

Children of mount objects not handled here any more

parent f152a5ff
......@@ -932,23 +932,6 @@ wb_orep *wb_vrepdb::before(pwr_tStatus *sts, const wb_orep *orp)
wb_orep *wb_vrepdb::first(pwr_tStatus *sts, const wb_orep *orp)
{
if ( orp->cid() == pwr_eClass_MountObject) {
pwr_tStatus msts = LDH__SUCCESS;
wb_attribute a(msts, (wb_orep *)orp, "SysBody", "Object");
if ( !a) {
*sts = a.sts();
return 0;
}
pwr_tOid moid;
a.value( &moid);
wb_orep *morep = erep()->object( sts, moid);
if ( ODD(*sts) && morep->vrep()->type() == ldh_eVolRep_Dbs)
return morep->first( sts);
}
*sts = LDH__SUCCESS;
try {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment