comparison OrthancServer/ServerJobs/ArchiveJob.h @ 2731:fe4fe52f0c94

fix warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Jul 2018 12:35:31 +0200
parents cb1b26a7db98
children 7cfc8d266f41
comparison
equal deleted inserted replaced
2730:cb1b26a7db98 2731:fe4fe52f0c94
46 class ArchiveIndexVisitor; 46 class ArchiveIndexVisitor;
47 class IArchiveVisitor; 47 class IArchiveVisitor;
48 class MediaIndexVisitor; 48 class MediaIndexVisitor;
49 class ResourceIdentifiers; 49 class ResourceIdentifiers;
50 class ZipCommands; 50 class ZipCommands;
51 class ZipWriterIterator;
52 class ZipWriterIterator; 51 class ZipWriterIterator;
53 52
54 boost::shared_ptr<TemporaryFile> target_; 53 boost::shared_ptr<TemporaryFile> target_;
55 ServerContext& context_; 54 ServerContext& context_;
56 boost::shared_ptr<ArchiveIndex> archive_; 55 boost::shared_ptr<ArchiveIndex> archive_;