kosak | 67c377d | 2015-07-19 20:39:47 +0000 | [diff] [blame^] | 1 | $$ -*- mode: c++; -*- |
2 | $$ This is a Pump source file (http://go/pump). Please use Pump to convert | ||||
3 | $$ it to callback-actions.h. | ||||
4 | $$ | ||||
5 | $var max_callback_arity = 5 | ||||
6 | $$}} This meta comment fixes auto-indentation in editors. | ||||
7 | #ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_CALLBACK_ACTIONS_H_ | ||||
8 | #define GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_CALLBACK_ACTIONS_H_ | ||||
9 | |||||
10 | #endif // GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_CALLBACK_ACTIONS_H_ |