From 1d497cf8d63a3162f24fbb68ecda5a4aa44bc581 Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 7 Dec 2014 21:06:04 -0500 Subject: [PATCH] BOB 'clear' command --- BOB.cpp | 1 + BOB.h | 1 + 2 files changed, 2 insertions(+) diff --git a/BOB.cpp b/BOB.cpp index e4188487..3785296c 100644 --- a/BOB.cpp +++ b/BOB.cpp @@ -5,6 +5,7 @@ #include "ClientContext.h" #include "BOB.h" + namespace i2p { namespace client diff --git a/BOB.h b/BOB.h index f8921665..457b9bc2 100644 --- a/BOB.h +++ b/BOB.h @@ -11,6 +11,7 @@ #include "Identity.h" #include "LeaseSet.h" + namespace i2p { namespace client