From ce356164bac0f739fea97b8bee61c066b9f2ae87 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Mon, 11 May 2015 21:24:57 +0200 Subject: Add < #include +#include #include "Maybe.h" using namespace std; @@ -56,7 +59,7 @@ struct Table{ ~Table(void); Table(Table &&other); - void insert(Row &&row); - void insert(Row &row); - Maybe find(const string &key); + bool insert(Row &&row); + bool insert(Row &row); + list find(const string &key); }; -- cgit v1.2.3-70-g09d2