summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apt/apt_a.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/apt/apt_a.h (renamed from src/core/hle/service/apt_a.h)13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/core/hle/service/apt_a.h b/src/core/hle/service/apt/apt_a.h
index 6cbf1288f..331fb5586 100644
--- a/src/core/hle/service/apt_a.h
+++ b/src/core/hle/service/apt/apt_a.h
@@ -6,18 +6,17 @@
#include "core/hle/service/service.h"
-////////////////////////////////////////////////////////////////////////////////////////////////////
-// Namespace APT_A
+namespace Service {
+namespace APT {
-namespace APT_A {
-
-class Interface : public Service::Interface {
+class APT_A_Interface : public Service::Interface {
public:
- Interface();
+ APT_A_Interface();
std::string GetPortName() const override {
return "APT:A";
}
};
-} // namespace
+} // namespace APT
+} // namespace Service \ No newline at end of file