[Groonga-mysql-commit] mroonga/mroonga [master] Use .cpp and .hpp

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 9日 (月) 17:26:40 JST


Kouhei Sutou	2012-04-09 17:26:40 +0900 (Mon, 09 Apr 2012)

  New Revision: de6ee2d53205840c986871d9527db5ac2a3d40aa

  Log:
    Use .cpp and .hpp
    
    ha_mroonga.cc -> ha_mroonga.cpp
    ha_mroonga.h  -> ha_mroonga.hpp

  Modified files:
    Makefile.am
  Renamed files:
    ha_mroonga.cpp
      (from ha_mroonga.cc)
    ha_mroonga.hpp
      (from ha_mroonga.h)

  Modified: Makefile.am (+2 -2)
===================================================================
--- Makefile.am    2012-04-09 17:23:10 +0900 (4feb8fb)
+++ Makefile.am    2012-04-09 17:26:40 +0900 (9b559a0)
@@ -8,14 +8,14 @@ ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS
 noinst_HEADERS =				\
 	mrn_macro.h				\
 	mrn_sys.hpp				\
-	ha_mroonga.h				\
+	ha_mroonga.hpp				\
 	mrn_table.h				\
 	mrn_err.h				\
 	mrn_mysql.h				\
 	mrn_mysql_compat.h
 
 sources =					\
-	ha_mroonga.cc				\
+	ha_mroonga.cpp				\
 	mrn_sys.cpp				\
 	mrn_table.cc
 

  Renamed: ha_mroonga.cpp (+1 -1) 99%
===================================================================
--- ha_mroonga.cc    2012-04-09 17:23:10 +0900 (86f5e53)
+++ ha_mroonga.cpp    2012-04-09 17:26:40 +0900 (9afbce2)
@@ -42,7 +42,7 @@
 #include <unistd.h>
 #include "mrn_err.h"
 #include "mrn_table.h"
-#include "ha_mroonga.h"
+#include "ha_mroonga.hpp"
 #include <mrn_path_mapper.hpp>
 
 #define MRN_MESSAGE_BUFFER_SIZE 1024

  Renamed: ha_mroonga.hpp (+3 -3) 99%
===================================================================
--- ha_mroonga.h    2012-04-09 17:23:10 +0900 (75cc9e8)
+++ ha_mroonga.hpp    2012-04-09 17:26:40 +0900 (a1d8631)
@@ -19,8 +19,8 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#ifndef _ha_mroonga_h
-#define _ha_mroonga_h
+#ifndef _ha_mroonga_hpp
+#define _ha_mroonga_hpp
 
 #ifdef USE_PRAGMA_INTERFACE
 #pragma interface
@@ -925,4 +925,4 @@ private:
 }
 #endif
 
-#endif /* _ha_mroonga_h */
+#endif /* _ha_mroonga_hpp */




Groonga-mysql-commit メーリングリストの案内
Back to archive index