Program Listing for File installation.h#
↰ Return to documentation for file (sdv_control\installation.h
)
#ifndef INSTALLATION_H
#define INSTALLATION_H
#include "context.h"
#include <support/sequence.h>
#include <support/string.h>
#include <support/interface_ptr.h>
void InstallationHelp(const SContext& rsContext);
int Install(const SContext& rsContext);
int Update(const SContext& rsContext);
int Uninstall(const SContext& rsContext);
#endif // !defined INSTALLATION_H