added QSE_LIBCALL?() macros
This commit is contained in:
@ -42,13 +42,11 @@ public:
|
||||
|
||||
int daemonize (bool chdir_to_root = true, int fork_count = 1) QSE_CPP_NOEXCEPT;
|
||||
|
||||
int chroot (const qse_wchar_t* wpath) QSE_CPP_NOEXCEPT;
|
||||
int chroot (const qse_mchar_t* mpath) QSE_CPP_NOEXCEPT;
|
||||
static int chroot (const qse_wchar_t* wpath) QSE_CPP_NOEXCEPT;
|
||||
static int chroot (const qse_mchar_t* mpath) QSE_CPP_NOEXCEPT;
|
||||
|
||||
protected:
|
||||
bool _root_only;
|
||||
|
||||
|
||||
void on_signal () QSE_CPP_NOEXCEPT;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user