From cbcaeb8b7e4fe0d0273578e50eeee6b9556225c4 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Sun, 23 Apr 2017 20:44:41 +0200 Subject: [PATCH] Added SmartHandle.cpp --- include/SmartHandle.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/SmartHandle.cpp diff --git a/include/SmartHandle.cpp b/include/SmartHandle.cpp new file mode 100644 index 0000000..7c3fc66 --- /dev/null +++ b/include/SmartHandle.cpp @@ -0,0 +1 @@ +#include "SmartHandle.h"