CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
swissknife.cc
Go to the documentation of this file.
1 
9 #include "swissknife.h"
10 #include "cvmfs_config.h"
11 
12 #include <unistd.h>
13 
14 #include <cassert>
15 #include <vector>
16 
17 #include "manifest.h"
18 #include "manifest_fetch.h"
19 #include "util/logging.h"
20 
21 using namespace std; // NOLINT
22 
23 namespace swissknife {
24 
25 Command::Command() {}
26 
27 Command::~Command() {}
28 
29 } // namespace swissknife