Added some simple tests for the RAII-style events.

This commit is contained in:
Karl-Johan Alm
2016-12-21 13:43:49 +09:00
parent 7f7f102b8d
commit 280a5599eb
3 changed files with 91 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
#define BITCOIN_SUPPORT_EVENTS_H
#include <ios>
#include <memory>
#include <event2/event.h>
#include <event2/http.h>