Changeset 108 in pacpussensors for trunk/StdDbtPlayerComponents/DbtPlyAlascaManager.cpp
- Timestamp:
- Dec 8, 2015, 11:43:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StdDbtPlayerComponents/DbtPlyAlascaManager.cpp
r65 r108 5 5 // author: Gerald Dherbomez 6 6 // Copyright Heudiasyc UMR UTC/CNRS 6599 7 // 7 // 8 8 // version: $Id: DbtPlyAlascaManager.cpp 1199 2012-08-01 08:51:24Z kurdejma $ 9 9 // 10 // purpose: 10 // purpose: 11 11 // ********************************************************************* 12 12 … … 54 54 { 55 55 DbtPlyFileManager::configureComponent(config); 56 mDataFilename = param.getProperty("binFile");56 mDataFilename = config.getProperty("binFile"); 57 57 58 58 return ComponentBase::CONFIGURED_OK;
Note:
See TracChangeset
for help on using the changeset viewer.