| OLD | NEW |
| 1 // This file was GENERATED by command: | 1 // This file was GENERATED by command: |
| 2 // pump.py dispatch_win.h.pump | 2 // pump.py dispatch_win.h.pump |
| 3 // DO NOT EDIT BY HAND!!! | 3 // DO NOT EDIT BY HAND!!! |
| 4 | 4 |
| 5 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 5 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 6 // Use of this source code is governed by a BSD-style license that can be | 6 // Use of this source code is governed by a BSD-style license that can be |
| 7 // found in the LICENSE file. | 7 // found in the LICENSE file. |
| 8 | 8 |
| 9 #ifndef REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ | 9 #ifndef REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ |
| 10 #define REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ | 10 #define REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ |
| 11 | 11 |
| 12 #include <oaidl.h> | 12 #include <oaidl.h> |
| 13 | 13 |
| 14 #include "base/basictypes.h" | 14 #include "base/macros.h" |
| 15 #include "base/template_util.h" | 15 #include "base/template_util.h" |
| 16 #include "base/win/scoped_variant.h" | 16 #include "base/win/scoped_variant.h" |
| 17 | 17 |
| 18 namespace remoting { | 18 namespace remoting { |
| 19 | 19 |
| 20 namespace dispatch { | 20 namespace dispatch { |
| 21 | 21 |
| 22 namespace internal { | 22 namespace internal { |
| 23 | 23 |
| 24 // A helper wrapper for |VARIANTARG| that is used to pass parameters to and from | 24 // A helper wrapper for |VARIANTARG| that is used to pass parameters to and from |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 } | 636 } |
| 637 | 637 |
| 638 return S_OK; | 638 return S_OK; |
| 639 } | 639 } |
| 640 | 640 |
| 641 } // namespace dispatch | 641 } // namespace dispatch |
| 642 | 642 |
| 643 } // namespace remoting | 643 } // namespace remoting |
| 644 | 644 |
| 645 #endif // REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ | 645 #endif // REMOTING_BASE_IDISPATCH_DRIVER_WIN_H_ |
| OLD | NEW |