comparison data/model/DenseTimeValueModel.cpp @ 150:4b2ea82fd0ed

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents 3a13b0d4934e
children 3e6fee4e4257
comparison
equal deleted inserted replaced
149:3e4c384f518e 150:4b2ea82fd0ed
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "DenseTimeValueModel.h" 16 #include "DenseTimeValueModel.h"
17 #include "PlayParameterRepository.h" 17 #include "base/PlayParameterRepository.h"
18 18
19 DenseTimeValueModel::DenseTimeValueModel() 19 DenseTimeValueModel::DenseTimeValueModel()
20 { 20 {
21 PlayParameterRepository::getInstance()->addModel(this); 21 PlayParameterRepository::getInstance()->addModel(this);
22 } 22 }