| 111 | } // end of Clone |
| 112 | |
| 113 | PTDB TDBMUL::Duplicate(PGLOBAL g) |
| 114 | { |
| 115 | PTDBMUL tmup = new(g) TDBMUL(this); |
| 116 | |
| 117 | tmup->Tdbp = Tdbp->Duplicate(g); |
| 118 | return tmup; |
| 119 | } // end of Duplicate |
| 120 | |
| 121 | /***********************************************************************/ |
| 122 | /* Initializes the table filename list. */ |
no outgoing calls
no test coverage detected