core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
39e163b7ce
19 changed files with 40 additions and 80 deletions
|
@ -4,14 +4,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
namespace Service {
|
||||
namespace Y2R {
|
||||
namespace Service::Y2R {
|
||||
struct ConversionConfiguration;
|
||||
}
|
||||
} // namespace Service
|
||||
} // namespace Service::Y2R
|
||||
|
||||
namespace HW {
|
||||
namespace Y2R {
|
||||
namespace HW::Y2R {
|
||||
void PerformConversion(Service::Y2R::ConversionConfiguration& cvt);
|
||||
}
|
||||
} // namespace HW
|
||||
} // namespace HW::Y2R
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue