Jelajahi Sumber

Rename interface namespace in core module

Patrick-Christopher Mattulat 2 tahun lalu
induk
melakukan
26d283a0ea

+ 2 - 2
include/ls_std/core/interface/IEncoding.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-01-03
- * Changed:         2022-05-17
+ * Changed:         2022-05-19
  *
  * */
 
@@ -18,7 +18,7 @@ namespace ls
   {
     namespace core
     {
-      namespace interface
+      namespace interface_type
       {
         class IEncoding
         {

+ 2 - 2
include/ls_std/encoding/Base64.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2022-01-03
- * Changed:         2022-05-17
+ * Changed:         2022-05-19
  *
  * */
 
@@ -21,7 +21,7 @@ namespace ls
   {
     namespace encoding
     {
-      class Base64 : public ls::std::core::interface::IEncoding
+      class Base64 : public ls::std::core::interface_type::IEncoding
       {
         public: