aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/internal/custom/callback-actions.h.pump
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2015-07-19 20:39:47 +0000
committerkosak <kosak@google.com>2015-07-19 20:39:47 +0000
commit67c377d3b1820a095a9af880a6c24a4daeb35115 (patch)
treec4df214f4a677c558d3356643676ca4dcfc4cc57 /include/gmock/internal/custom/callback-actions.h.pump
parentd86a723ed95229f7412e72daafd2c0a89c705830 (diff)
downloadgoogletest-67c377d3b1820a095a9af880a6c24a4daeb35115.tar.gz
googletest-67c377d3b1820a095a9af880a6c24a4daeb35115.tar.bz2
googletest-67c377d3b1820a095a9af880a6c24a4daeb35115.zip
Move Callback-related generated actions to a custom/ file.
Diffstat (limited to 'include/gmock/internal/custom/callback-actions.h.pump')
-rw-r--r--include/gmock/internal/custom/callback-actions.h.pump10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/gmock/internal/custom/callback-actions.h.pump b/include/gmock/internal/custom/callback-actions.h.pump
new file mode 100644
index 00000000..df871a8f
--- /dev/null
+++ b/include/gmock/internal/custom/callback-actions.h.pump
@@ -0,0 +1,10 @@
+$$ -*- mode: c++; -*-
+$$ This is a Pump source file (http://go/pump). Please use Pump to convert
+$$ it to callback-actions.h.
+$$
+$var max_callback_arity = 5
+$$}} This meta comment fixes auto-indentation in editors.
+#ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_CALLBACK_ACTIONS_H_
+#define GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_CALLBACK_ACTIONS_H_
+
+#endif // GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_CALLBACK_ACTIONS_H_