| 122 | } // namespace |
| 123 | |
| 124 | void BackupContainerLocalDirectory::addref() { |
| 125 | return ReferenceCounted<BackupContainerLocalDirectory>::addref(); |
| 126 | } |
| 127 | void BackupContainerLocalDirectory::delref() { |
| 128 | return ReferenceCounted<BackupContainerLocalDirectory>::delref(); |
| 129 | } |