EFL: Refactor/rename templates.h to macros.h
authorJoe Konno <joe.konno@intel.com>
Mon, 23 Jul 2012 19:35:24 +0000 (12:35 -0700)
committerJoe Konno <joe.konno@intel.com>
Mon, 23 Jul 2012 19:35:24 +0000 (12:35 -0700)
Signed-off-by: Joe Konno <joe.konno@intel.com>
src/efl/macros.h [moved from src/efl/templates.h with 99% similarity]
src/efl/test_actionslider.cpp
src/efl/test_bubble.cpp
src/efl/test_button.cpp
src/efl/test_check.cpp
src/efl/test_clock.cpp
src/efl/test_dayselector.cpp
src/efl/test_fileselector.cpp
src/efl/test_fileselector_button.cpp
src/efl/test_fileselector_entry.cpp

similarity index 99%
rename from src/efl/templates.h
rename to src/efl/macros.h
index c0a6531..7f7905b 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef __WAYLAND_EFL_TEMPLATES_H__
+#define __WAYLAND_EFL_TEMPLATES_H__
+
 #include <Elementary.h>
 #include <boost/bind.hpp>
 
@@ -6,8 +9,6 @@
 #include "elmtestharness.h"
 #include "application.h"
 
-#ifndef __WAYLAND_EFL_TEMPLATES_H__
-#define __WAYLAND_EFL_TEMPLATES_H__
 
 
 
index 81353f2..89d19d9 100644 (file)
@@ -1,6 +1,6 @@
 #include <vector>
 
-#include "templates.h"
+#include "macros.h"
 
 using std::vector;
 
index 1b25d57..23b9c25 100644 (file)
@@ -7,7 +7,7 @@
 #include "window.h"
 
 #include "elmtestharness.h"
-#include "templates.h"
+#include "macros.h"
 
 using std::vector;
 using std::string;
index f0dc1fd..3b5c286 100644 (file)
@@ -1,4 +1,4 @@
-#include "templates.h"
+#include "macros.h"
 
 // Basic suite START
 EFL_RESIZE_TEST(Button, button, 300, 200, 200, 100)
index 911d2fb..eff66ea 100644 (file)
@@ -4,7 +4,7 @@
 #include "window.h"
 
 #include "elmtestharness.h"
-#include "templates.h"
+#include "macros.h"
 
 // Basic suite START
 EFL_RESIZE_TEST(Check, check, 300, 200, 200, 100)
index 0e64149..81bb3a6 100644 (file)
@@ -4,7 +4,7 @@
 #include "window.h"
 
 #include "elmtestharness.h"
-#include "templates.h"
+#include "macros.h"
 
 
 // Basic suite START
index d584ed3..1f17984 100644 (file)
@@ -6,7 +6,7 @@
 #include "window.h"
 
 #include "elmtestharness.h"
-#include "templates.h"
+#include "macros.h"
 
 using std::vector;
 
index 9e9e269..21013dd 100644 (file)
@@ -6,7 +6,7 @@
 #include "window.h"
 
 #include "elmtestharness.h"
-#include "templates.h"
+#include "macros.h"
 
 using std::vector;
 
index 738eac7..f3d921a 100644 (file)
@@ -6,7 +6,7 @@
 #include "window.h"
 
 #include "elmtestharness.h"
-#include "templates.h"
+#include "macros.h"
 
 using std::vector;
 
index 03f0115..c4ef3d8 100644 (file)
@@ -6,7 +6,7 @@
 #include "window.h"
 
 #include "elmtestharness.h"
-#include "templates.h"
+#include "macros.h"
 
 using std::vector;