This commit is contained in:
@@ -8,6 +8,17 @@
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
/*
|
||||
|
||||
CREATEAGENT.CPP IS AUTOMATICALLY GENERATED FROM make_createagent.sh,
|
||||
and recreates the files in /agent/ on a remote server.
|
||||
|
||||
DO NOT EDIT THIS FILE MANUALLY! Edit make_createagent.sh instead.
|
||||
|
||||
*/
|
||||
|
||||
|
||||
namespace dropshell {
|
||||
|
||||
struct AgentFile {
|
||||
@@ -572,4 +583,10 @@ autorestore() {
|
||||
_autocommandparse restore "$BACKUP_TEMP_PATH" "$@"
|
||||
}
|
||||
)AGENTFILE" },
|
||||
}; return 0;} // namespace dropshell
|
||||
}; // agent_files defined.
|
||||
|
||||
return 0;
|
||||
} // end of load_agent_file_contents function.
|
||||
|
||||
} // namespace dropshell
|
||||
|
||||
|
@@ -1,6 +1,15 @@
|
||||
#ifndef CREATEAGENT_HPP
|
||||
#define CREATEAGENT_HPP
|
||||
|
||||
/*
|
||||
|
||||
CREATEAGENT.HPP IS AUTOMATICALLY GENERATED FROM make_createagent.sh,
|
||||
and recreates the files in /agent/ on a remote server.
|
||||
|
||||
DO NOT EDIT THIS FILE MANUALLY! Edit make_createagent.sh instead.
|
||||
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace dropshell {
|
||||
|
@@ -1,5 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
|
||||
version.hpp is automatically generated by the build system, from version.hpp.in.
|
||||
|
||||
DO NOT EDIT VERSION.HPP!
|
||||
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace dropshell {
|
||||
|
Reference in New Issue
Block a user