comparison OrthancServer/Sources/main.cpp @ 5411:ca9cf4d46883

ServerContextLock transformed into ServerContextReference /usr/bin/env /bin/sh /tmp/Microsoft-MIEngine-Cmd-owukncoo.ob4
author Alain Mazy <am@osimis.io>
date Wed, 08 Nov 2023 08:34:47 +0100
parents 3206537cbb56
children 59e3b6f8c5be
comparison
equal deleted inserted replaced
5410:16cbfefa15e9 5411:ca9cf4d46883
1604 { 1604 {
1605 OrthancConfiguration::WriterLock lock; 1605 OrthancConfiguration::WriterLock lock;
1606 lock.GetConfiguration().LoadModalitiesAndPeers(); 1606 lock.GetConfiguration().LoadModalitiesAndPeers();
1607 } 1607 }
1608 1608
1609 // this function exits only when Orthanc stops or resets
1609 return ConfigureHttpHandler(context, plugins, loadJobsFromDatabase); 1610 return ConfigureHttpHandler(context, plugins, loadJobsFromDatabase);
1610 } 1611 }
1611 } 1612 }
1612 1613
1613 1614