comparison base/TempDirectory.h @ 145:82f529a08cf3

* Change preferences dialog to ok/apply/cancel model * Make preferences persist in a config file * Change instance() to getInstance() for all singleton types * Make pasting to time-value layer with no values in clipboard ask you how to generate the values * Fix bad behaviour caused by importing "data"-type (i.e. 3d dense) model from annotation file without a fixed window size available
author Chris Cannam
date Thu, 27 Jul 2006 16:06:32 +0000
parents b290c43f01ec
children 93fb1ebff76b
comparison
equal deleted inserted replaced
144:a9c3ba1777e1 145:82f529a08cf3
31 */ 31 */
32 32
33 class TempDirectory 33 class TempDirectory
34 { 34 {
35 public: 35 public:
36 static TempDirectory *instance(); 36 static TempDirectory *getInstance();
37 37
38 virtual ~TempDirectory(); 38 virtual ~TempDirectory();
39 39
40 /** 40 /**
41 * Create the root temporary directory if necessary, and return 41 * Create the root temporary directory if necessary, and return