From 6e1087218be351ce67af53328ccd5d97c8b8c169 Mon Sep 17 00:00:00 2001 From: kosak Date: Tue, 28 Jul 2015 00:53:13 +0000 Subject: Rename custom/callback-actions.h[.pump] => custom/gmock-generated-actions.h[.pump]. --- include/gmock/gmock-generated-actions.h | 4 ++-- include/gmock/gmock-generated-actions.h.pump | 2 +- include/gmock/internal/custom/callback-actions.h | 8 -------- include/gmock/internal/custom/callback-actions.h.pump | 10 ---------- include/gmock/internal/custom/gmock-generated-actions.h | 8 ++++++++ include/gmock/internal/custom/gmock-generated-actions.h.pump | 10 ++++++++++ 6 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 include/gmock/internal/custom/callback-actions.h delete mode 100644 include/gmock/internal/custom/callback-actions.h.pump create mode 100644 include/gmock/internal/custom/gmock-generated-actions.h create mode 100644 include/gmock/internal/custom/gmock-generated-actions.h.pump (limited to 'include') diff --git a/include/gmock/gmock-generated-actions.h b/include/gmock/gmock-generated-actions.h index f96b809f..b5a889c0 100644 --- a/include/gmock/gmock-generated-actions.h +++ b/include/gmock/gmock-generated-actions.h @@ -2369,9 +2369,9 @@ ACTION_TEMPLATE(ReturnNew, } // namespace testing -// Include any custom callback actions added by the local installation. +// Include any custom actions added by the local installation. // We must include this header at the end to make sure it can use the // declarations from this file. -#include "gmock/internal/custom/callback-actions.h" +#include "gmock/internal/custom/gmock-generated-actions.h" #endif // GMOCK_INCLUDE_GMOCK_GMOCK_GENERATED_ACTIONS_H_ diff --git a/include/gmock/gmock-generated-actions.h.pump b/include/gmock/gmock-generated-actions.h.pump index 77568c38..66d9f9d5 100644 --- a/include/gmock/gmock-generated-actions.h.pump +++ b/include/gmock/gmock-generated-actions.h.pump @@ -789,6 +789,6 @@ ACTION_TEMPLATE(ReturnNew, // Include any custom callback actions added by the local installation. // We must include this header at the end to make sure it can use the // declarations from this file. -#include "gmock/internal/custom/callback-actions.h" +#include "gmock/internal/custom/gmock-generated-actions.h" #endif // GMOCK_INCLUDE_GMOCK_GMOCK_GENERATED_ACTIONS_H_ diff --git a/include/gmock/internal/custom/callback-actions.h b/include/gmock/internal/custom/callback-actions.h deleted file mode 100644 index 90db3047..00000000 --- a/include/gmock/internal/custom/callback-actions.h +++ /dev/null @@ -1,8 +0,0 @@ -// This file was GENERATED by command: -// pump.py callback-actions.h.pump -// DO NOT EDIT BY HAND!!! - -#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_ diff --git a/include/gmock/internal/custom/callback-actions.h.pump b/include/gmock/internal/custom/callback-actions.h.pump deleted file mode 100644 index df871a8f..00000000 --- a/include/gmock/internal/custom/callback-actions.h.pump +++ /dev/null @@ -1,10 +0,0 @@ -$$ -*- 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_ diff --git a/include/gmock/internal/custom/gmock-generated-actions.h b/include/gmock/internal/custom/gmock-generated-actions.h new file mode 100644 index 00000000..7dc3b1ad --- /dev/null +++ b/include/gmock/internal/custom/gmock-generated-actions.h @@ -0,0 +1,8 @@ +// This file was GENERATED by command: +// pump.py gmock-generated-actions.h.pump +// DO NOT EDIT BY HAND!!! + +#ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_ +#define GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_ + +#endif // GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_ diff --git a/include/gmock/internal/custom/gmock-generated-actions.h.pump b/include/gmock/internal/custom/gmock-generated-actions.h.pump new file mode 100644 index 00000000..d26c8a08 --- /dev/null +++ b/include/gmock/internal/custom/gmock-generated-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_GMOCK_GENERATED_ACTIONS_H_ +#define GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_ + +#endif // GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_ -- cgit v1.2.3