Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: webrtc/rtc_base/sigslottester.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/rtc_base/sigslot_unittest.cc ('k') | webrtc/rtc_base/sigslottester.h.pump » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file was GENERATED by command: 1 // This file was GENERATED by command:
2 // pump.py sigslottester.h.pump 2 // pump.py sigslottester.h.pump
3 // DO NOT EDIT BY HAND!!! 3 // DO NOT EDIT BY HAND!!!
4 4
5 /* 5 /*
6 * Copyright 2014 The WebRTC Project Authors. All rights reserved. 6 * Copyright 2014 The WebRTC Project Authors. All rights reserved.
7 * 7 *
8 * Use of this source code is governed by a BSD-style license 8 * Use of this source code is governed by a BSD-style license
9 * that can be found in the LICENSE file in the root of the source 9 * that can be found in the LICENSE file in the root of the source
10 * tree. An additional intellectual property rights grant can be found 10 * tree. An additional intellectual property rights grant can be found
11 * in the file PATENTS. All contributing project authors may 11 * in the file PATENTS. All contributing project authors may
12 * be found in the AUTHORS file in the root of the source tree. 12 * be found in the AUTHORS file in the root of the source tree.
13 */ 13 */
14 14
15 #ifndef WEBRTC_BASE_SIGSLOTTESTER_H_ 15 #ifndef WEBRTC_RTC_BASE_SIGSLOTTESTER_H_
16 #define WEBRTC_BASE_SIGSLOTTESTER_H_ 16 #define WEBRTC_RTC_BASE_SIGSLOTTESTER_H_
17 17
18 // To generate sigslottester.h from sigslottester.h.pump, execute: 18 // To generate sigslottester.h from sigslottester.h.pump, execute:
19 // /home/build/google3/third_party/gtest/scripts/pump.py sigslottester.h.pump 19 // /home/build/google3/third_party/gtest/scripts/pump.py sigslottester.h.pump
20 20
21 21
22 // SigslotTester(s) are utility classes to check if signals owned by an 22 // SigslotTester(s) are utility classes to check if signals owned by an
23 // object are being invoked at the right time and with the right arguments. 23 // object are being invoked at the right time and with the right arguments.
24 // They are meant to be used in tests. Tests must provide "capture" pointers 24 // They are meant to be used in tests. Tests must provide "capture" pointers
25 // (i.e. address of variables) where the arguments from the signal callback 25 // (i.e. address of variables) where the arguments from the signal callback
26 // can be stored. 26 // can be stored.
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 C1* capture1_; 206 C1* capture1_;
207 C2* capture2_; 207 C2* capture2_;
208 C3* capture3_; 208 C3* capture3_;
209 C4* capture4_; 209 C4* capture4_;
210 C5* capture5_; 210 C5* capture5_;
211 211
212 RTC_DISALLOW_COPY_AND_ASSIGN(SigslotTester5); 212 RTC_DISALLOW_COPY_AND_ASSIGN(SigslotTester5);
213 }; 213 };
214 } // namespace rtc 214 } // namespace rtc
215 215
216 #endif // WEBRTC_BASE_SIGSLOTTESTER_H_ 216 #endif // WEBRTC_RTC_BASE_SIGSLOTTESTER_H_
OLDNEW
« no previous file with comments | « webrtc/rtc_base/sigslot_unittest.cc ('k') | webrtc/rtc_base/sigslottester.h.pump » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698