02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Thu Sep 03 15:32:01 2015 +0000
Revision:
71:60f06e7e50a3
Parent:
56:bf08d9e50ccc
tried to add date but it failed;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aidanPJG 56:bf08d9e50ccc 1 #ifndef ADDDETAILS.H
aidanPJG 56:bf08d9e50ccc 2 #define ADDDETAILS.H
aidanPJG 56:bf08d9e50ccc 3 #include <string>
aidanPJG 56:bf08d9e50ccc 4
aidanPJG 56:bf08d9e50ccc 5 string details();
aidanPJG 56:bf08d9e50ccc 6
aidanPJG 56:bf08d9e50ccc 7 #endif