]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/resource/DiskImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Refactor to reduce cognitive complexity
[simgrid.git] / src / kernel / resource / DiskImpl.hpp
index 0d247f5e2fb97a6feb68d6b5022d977d63e779b6..c1cd921f5c1f4eea3f8a5455e520f63695261a7f 100644 (file)
@@ -13,8 +13,8 @@
 
 #include <map>
 
-#ifndef DISK_INTERFACE_HPP_
-#define DISK_INTERFACE_HPP_
+#ifndef DISK_IMPL_HPP_
+#define DISK_IMPL_HPP_
 
 /*********
  * Model *
@@ -123,4 +123,4 @@ public:
 } // namespace resource
 } // namespace kernel
 } // namespace simgrid
-#endif /* DISK_INTERFACE_HPP_ */
+#endif /* DISK_IMPL_HPP_ */