summaryrefslogtreecommitdiff
path: root/NT/src/rendercontext.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-01-24 17:00:22 +0000
committerTim Redfern <tim@eclectronics.org>2014-01-24 17:00:22 +0000
commit1f2bc21fd5ee9bff4fce190d7bb0ee4462e76e87 (patch)
treee42440db80a363c503e1e0b552631adbb194c245 /NT/src/rendercontext.h
parent913bb43738c7d7391cd990ff1fc3f261afdf78ee (diff)
logging in nodes and text_render proof of concept
Diffstat (limited to 'NT/src/rendercontext.h')
-rw-r--r--NT/src/rendercontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NT/src/rendercontext.h b/NT/src/rendercontext.h
index 10332df..6501c66 100644
--- a/NT/src/rendercontext.h
+++ b/NT/src/rendercontext.h
@@ -38,11 +38,11 @@ namespace Rotor {
logger.information("stopped thread");
}
void runTask() {
- Logger& logger = Logger::get(id);
while (!isCancelled()) {
sleep(100);
}
}
+ std::string text_render(std::string node_id="");
Graph graph;
private:
std::string id;