diff presetManager.mm @ 7:845ea04f8e33

more logging, user id, preset info
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Thu, 06 Dec 2012 18:26:51 +0000
parents 5ee5ef99e117
children e2c6cfe8c6b7
line wrap: on
line diff
--- a/presetManager.mm	Thu Dec 06 13:55:58 2012 +0000
+++ b/presetManager.mm	Thu Dec 06 18:26:51 2012 +0000
@@ -59,6 +59,8 @@
     timesOpened = 0;
     nextID = 0;
 
+    string ts = ofGetTimestampString();
+    cout << "ofGetTimestampString: " << ts << '\n';
 }
 
 //---------------------------------------------------------------------------
@@ -168,6 +170,8 @@
     }
     while(presetFile >> *this);
     
+    //TODO get presets from online database...
+    
     presetFile.close();
 
     timesOpened++;