From 3223a360d0e70f75497aecf8c033a4f987335b5b Mon Sep 17 00:00:00 2001 From: olpc user Date: Fri, 10 Jan 2020 18:05:43 -0800 Subject: I'm confused and am handling multiple unexpected systems issues --- .../starts/biscuit/simple_send.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 intellect-framework-from-internet/starts/biscuit/simple_send.cpp (limited to 'intellect-framework-from-internet/starts/biscuit/simple_send.cpp') diff --git a/intellect-framework-from-internet/starts/biscuit/simple_send.cpp b/intellect-framework-from-internet/starts/biscuit/simple_send.cpp deleted file mode 100644 index 62820a0..0000000 --- a/intellect-framework-from-internet/starts/biscuit/simple_send.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// sends information as a text line on stdout -// works on StringValue 'text' - -#include -#include -extern "C" void simple_send(opencog::Handle data) -{ - opencog::Handle text = data.getAtomSpace()->add_node(opencog::STRING_VALUE, "text"); - std::cout << data.getValue(text).to_string() << std::endl; -} -- cgit v1.2.3