| OLD | NEW |
| 1 // This file was GENERATED by command: | 1 // This file was GENERATED by command: |
| 2 // pump.py callback.h.pump | 2 // pump.py callback.h.pump |
| 3 // DO NOT EDIT BY HAND!!! | 3 // DO NOT EDIT BY HAND!!! |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 // Copyright 2014 The Chromium Authors. All rights reserved. | 7 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 8 // Use of this source code is governed by a BSD-style license that can be | 8 // Use of this source code is governed by a BSD-style license that can be |
| 9 // found in the LICENSE file. | 9 // found in the LICENSE file. |
| 10 | 10 |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 internal::Forward(a5), | 479 internal::Forward(a5), |
| 480 internal::Forward(a6), | 480 internal::Forward(a6), |
| 481 internal::Forward(a7)); | 481 internal::Forward(a7)); |
| 482 } | 482 } |
| 483 Sink sink; | 483 Sink sink; |
| 484 }; | 484 }; |
| 485 | 485 |
| 486 internal::SharedPtr<Runnable> sink_; | 486 internal::SharedPtr<Runnable> sink_; |
| 487 }; | 487 }; |
| 488 | 488 |
| 489 typedef Callback<void()> Closure; |
| 490 |
| 489 } // namespace mojo | 491 } // namespace mojo |
| 490 | 492 |
| 491 #endif // MOJO_PUBLIC_CPP_BINDINGS_CALLBACK_H_ | 493 #endif // MOJO_PUBLIC_CPP_BINDINGS_CALLBACK_H_ |
| OLD | NEW |