comparison OrthancServer/DicomProtocol/DicomServer.cpp @ 810:401a9633e492

configuration into a namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 May 2014 16:47:56 +0200
parents 2e67366aab83
children a811bdf8b8eb
comparison
equal deleted inserted replaced
809:8ce2f69436ca 810:401a9633e492
412 { 412 {
413 // OK, no check on the AET. 413 // OK, no check on the AET.
414 return true; 414 return true;
415 } 415 }
416 416
417 return Orthanc::IsSameAETitle(aet, GetApplicationEntityTitle()); 417 return Configuration::IsSameAETitle(aet, GetApplicationEntityTitle());
418 } 418 }
419 419
420 } 420 }