15 lines
177 B
C++
15 lines
177 B
C++
|
|
#include "ac-cd.h"
|
|
|
|
int clientDaemonConfig::loadMachineConfiguration() {
|
|
|
|
/*! \todo add processing for predefinition of local devices
|
|
*
|
|
*/
|
|
|
|
int rc=OK;
|
|
|
|
return rc;
|
|
|
|
}
|
|
|