diff options
Diffstat (limited to 'parameter/SimulatedBackSynchronizer.cpp')
-rw-r--r-- | parameter/SimulatedBackSynchronizer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/parameter/SimulatedBackSynchronizer.cpp b/parameter/SimulatedBackSynchronizer.cpp index bb0d0fb..325b9e3 100644 --- a/parameter/SimulatedBackSynchronizer.cpp +++ b/parameter/SimulatedBackSynchronizer.cpp @@ -34,7 +34,7 @@ CSimulatedBackSynchronizer::CSimulatedBackSynchronizer(const CConfigurableElemen } // Back synchronization -bool CSimulatedBackSynchronizer::sync() +void CSimulatedBackSynchronizer::sync() { // Set default values to simulate back synchronization list<const CConfigurableElement*>::const_iterator it; @@ -45,5 +45,4 @@ bool CSimulatedBackSynchronizer::sync() pConfigurableElement->setDefaultValues(_parameterAccessContext); } - return true; } |