karazeh
A cross-platform software updating library.
operation.hpp File Reference
#include "karazeh_export.h"
#include "karazeh/karazeh.hpp"
#include "karazeh/config.hpp"
#include "karazeh/downloader.hpp"
#include "karazeh/file_manager.hpp"
+ Include dependency graph for operation.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kzh::operation
 

Namespaces

 kzh
 

Enumerations

enum  kzh::STAGE_RC {
  kzh::STAGE_OK = 0, kzh::STAGE_UNAUTHORIZED, kzh::STAGE_OUT_OF_SPACE, kzh::STAGE_FILE_EXISTS,
  kzh::STAGE_FILE_MISSING, kzh::STAGE_FILE_INTEGRITY_MISMATCH, kzh::STAGE_INTERNAL_ERROR
}