stumpless 2.2.0
Loading...
Searching...
No Matches
WindowsEventLogCloseFailure.hpp
Go to the documentation of this file.
1#ifndef __WINDOWSEVENTLOGCLOSEFAILURE_HPP
2#define __WINDOWSEVENTLOGCLOSEFAILURE_HPP
3
4#include <stumpless/error.h>
5#include <stumpless/StumplessException.hpp>
6
7namespace stumpless {
8
13 public:
14
15
16 WindowsEventLogCloseFailure( struct stumpless_error *equivalent );
17 };
18
19}
20
21#endif
A general problem has been encountered by the library.
Definition StumplessException.hpp:13
struct stumpless_error * equivalent
Definition StumplessException.hpp:16
Could not close the Windows Event Log.
Definition WindowsEventLogCloseFailure.hpp:12
WindowsEventLogCloseFailure(struct stumpless_error *equivalent)
Definition AddressFailure.hpp:7