Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
3c310375
Commit
3c310375
authored
May 05, 2014
by
David COME
Browse files
Fixed stupid non virtual Destructor error
parent
5b1a2a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/RecallReportPacker.hpp
View file @
3c310375
...
...
@@ -46,9 +46,9 @@ public:
RecallReportPacker
(
client
::
ClientInterface
&
tg
,
unsigned
int
reportFilePeriod
,
log
::
LogContext
lc
);
~
RecallReportPacker
();
virtual
~
RecallReportPacker
();
/**
/**
* Create into the MigrationReportPacker a report for the successful migration
* of migratedFile
* @param migratedFile the file successfully migrated
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment