소스 검색

changing header guard define names

Patrik Kovacs 6 년 전
부모
커밋
952cad1233
5개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제
  1. 3 3
      include/hdf4cpp/HdfAttribute.h
  2. 3 3
      include/hdf4cpp/HdfAttribute_priv.h
  3. 3 3
      include/hdf4cpp/HdfDestroyer.h
  4. 3 3
      include/hdf4cpp/HdfFile.h
  5. 3 3
      include/hdf4cpp/HdfObject.h

+ 3 - 3
include/hdf4cpp/HdfAttribute.h

@@ -1,8 +1,8 @@
 //
 // Created by patrik on 24.08.17.
 //
-#ifndef GRASP_SEGMENTER_HDFATTRIBUTE_H_H
-#define GRASP_SEGMENTER_HDFATTRIBUTE_H_H
+#ifndef HDF4CPP_HDFATTRIBUTE_H
+#define HDF4CPP_HDFATTRIBUTE_H
 
 #include "HdfObject.h"
 
@@ -42,4 +42,4 @@ class HdfAttribute : public HdfObject {
 };
 }
 
-#endif //GRASP_SEGMENTER_HDFATTRIBUTE_H_H
+#endif //HDF4CPP_HDFATTRIBUTE_H

+ 3 - 3
include/hdf4cpp/HdfAttribute_priv.h

@@ -2,8 +2,8 @@
 // Created by patrik on 11.08.17.
 //
 
-#ifndef HDF4CPP_HDFATTRIBUTE_H
-#define HDF4CPP_HDFATTRIBUTE_H
+#ifndef HDF4CPP_HDFATTRIBUTE_PRIV_H
+#define HDF4CPP_HDFATTRIBUTE_PRIV_H
 #include "HdfAttribute.h"
 #include <hdf4cpp/HdfException.h>
 #include <hdf4cpp/HdfObject.h>
@@ -88,4 +88,4 @@ private:
 
 }
 
-#endif //HDF4CPP_HDFATTRIBUTE_H
+#endif //HDF4CPP_HDFATTRIBUTE_PRIV_H

+ 3 - 3
include/hdf4cpp/HdfDestroyer.h

@@ -2,8 +2,8 @@
 // Created by patrik on 23.08.17.
 //
 
-#ifndef GRASP_SEGMENTER_HDFDESTROYER_H
-#define GRASP_SEGMENTER_HDFDESTROYER_H
+#ifndef HDF4CPP_HDFDESTROYER_H
+#define HDF4CPP_HDFDESTROYER_H
 
 #include <boost/shared_ptr.hpp>
 #include <hdf/hdf.h>
@@ -80,4 +80,4 @@ typedef std::vector<HdfDestroyer> HdfDestroyerChain;
 
 }
 
-#endif //GRASP_SEGMENTER_HDFDESTROYER_H
+#endif //HDF4CPP_HDFDESTROYER_H

+ 3 - 3
include/hdf4cpp/HdfFile.h

@@ -2,8 +2,8 @@
 // Created by patrik on 10.08.17.
 //
 
-#ifndef GRASP_SEGMENTER_HDFFILE_H
-#define GRASP_SEGMENTER_HDFFILE_H
+#ifndef HDF4CPP_HDFFILE_H
+#define HDF4CPP_HDFFILE_H
 
 #include <string>
 #include <vector>
@@ -107,4 +107,4 @@ private:
 
 }
 
-#endif //GRASP_SEGMENTER_HDFFILE_H
+#endif //HDF4CPP_HDFFILE_H

+ 3 - 3
include/hdf4cpp/HdfObject.h

@@ -2,8 +2,8 @@
 // Created by patrik on 23.08.17.
 //
 
-#ifndef GRASP_SEGMENTER_HDFOBJECT_H
-#define GRASP_SEGMENTER_HDFOBJECT_H
+#ifndef HDF4CPP_HDFOBJECT_H
+#define HDF4CPP_HDFOBJECT_H
 
 #include <hdf4cpp/HdfDefines.h>
 #include <hdf4cpp/HdfException.h>
@@ -44,4 +44,4 @@ class HdfObject {
 
 
 
-#endif //GRASP_SEGMENTER_HDFOBJECT_H
+#endif //HDF4CPP_HDFOBJECT_H