summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-02 19:59:12 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-02 19:59:12 +0100
commitf7dcf5d81fa1e43533c786d9443e5222398dc8b9 (patch)
tree313e05402eb304630a6c7cea0304ee9f3a86ee01
parent3c0d819176620f118b04931e8444e03f62577faf (diff)
removed some todos
-rw-r--r--src/includes.h2
-rw-r--r--src/member.h4
2 files changed, 1 insertions, 5 deletions
diff --git a/src/includes.h b/src/includes.h
index 8babe21..81370bc 100644
--- a/src/includes.h
+++ b/src/includes.h
@@ -19,8 +19,6 @@
#include <list>
#include <exception>
-// @todo do we really nead shared_ptr?
-
// for debug
#include <iostream>
diff --git a/src/member.h b/src/member.h
index 3ccdfad..b465399 100644
--- a/src/member.h
+++ b/src/member.h
@@ -4,9 +4,7 @@
* Base class for properties of a class
*
* @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
- * @copyright 2013 Copernica BV
- *
- * @todo remove this file completely
+ * @copyright 2013, 2014 Copernica BV
*/
/**