| 504 | | // else if((*cIt)->uiEntryDesc == ContainerChangeEntry::AddExternalReference) |
|---|
| 505 | | // { |
|---|
| 506 | | // #ifndef SILENT_CPTR |
|---|
| 507 | | // fprintf(stderr, "Execute add Ref for %d %s\n", |
|---|
| 508 | | // (*cIt)->uiContainerId, pDst->getType().getCName()); |
|---|
| 509 | | // #endif |
|---|
| 510 | | // |
|---|
| 511 | | // if(pDst != NULL) |
|---|
| 512 | | // pDst->addExternalReference(); |
|---|
| 513 | | // } |
|---|
| 514 | | // else if((*cIt)->uiEntryDesc == ContainerChangeEntry::SubExternalReference) |
|---|
| 515 | | // { |
|---|
| 516 | | // #ifndef SILENT_CPTR |
|---|
| 517 | | // fprintf(stderr, "Execute sub Ref for %d %s\n", |
|---|
| 518 | | // (*cIt)->uiContainerId, pDst->getType().getCName()); |
|---|
| 519 | | // #endif |
|---|
| 520 | | // |
|---|
| 521 | | // if(pDst != NULL) |
|---|
| 522 | | // pDst->subExternalReference(); |
|---|
| 523 | | // } |
|---|