| OLD | NEW |
| 1 $$ This is a pump file for generating file templates. Pump is a python | 1 $$ This is a pump file for generating file templates. Pump is a python |
| 2 $$ script that is part of the Google Test suite of utilities. Description | 2 $$ script that is part of the Google Test suite of utilities. Description |
| 3 $$ can be found here: | 3 $$ can be found here: |
| 4 $$ | 4 $$ |
| 5 $$ http://code.google.com/p/googletest/wiki/PumpManual | 5 $$ https://github.com/google/googletest/blob/master/googletest/docs/PumpManual.m
d |
| 6 | 6 |
| 7 $$ MAX_ARITY controls the number of arguments that dispatch::Invoke() supports. | 7 $$ MAX_ARITY controls the number of arguments that dispatch::Invoke() supports. |
| 8 $$ It is choosen to match the number of arguments base::Bind() supports. | 8 $$ It is choosen to match the number of arguments base::Bind() supports. |
| 9 $var MAX_ARITY = 7 | 9 $var MAX_ARITY = 7 |
| 10 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 10 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 11 // Use of this source code is governed by a BSD-style license that can be | 11 // Use of this source code is governed by a BSD-style license that can be |
| 12 // found in the LICENSE file. | 12 // found in the LICENSE file. |
| 13 | 13 |
| 14 #ifndef REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ | 14 #ifndef REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ |
| 15 #define REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ | 15 #define REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 return S_OK; | 204 return S_OK; |
| 205 } | 205 } |
| 206 | 206 |
| 207 ]] | 207 ]] |
| 208 | 208 |
| 209 } // namespace dispatch | 209 } // namespace dispatch |
| 210 | 210 |
| 211 } // namespace remoting | 211 } // namespace remoting |
| 212 | 212 |
| 213 #endif // REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ | 213 #endif // REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ |
| OLD | NEW |