src/lib/ASN1ContentHandler.h
branchv_0
changeset 16 bb457bb5b515
parent 15 95ca127ba816
child 17 f5281ab3e68f
--- a/src/lib/ASN1ContentHandler.h	Mon Jun 21 21:36:01 2021 +0200
+++ b/src/lib/ASN1ContentHandler.h	Tue Jun 22 21:41:59 2021 +0200
@@ -113,7 +113,7 @@
 		handler->writeNull();
 	}
 
-	void writeInteger(int64_t value) override {
+	void writeInteger(int64_t value) override { // TODO: Integer class containing raw data + methods for converting them to particular numeric data types
 		handler->writeInteger(value);
 	}