diff options
author | Nathan Binkert <nate@binkert.org> | 2011-01-22 21:48:06 -0800 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2011-01-22 21:48:06 -0800 |
commit | 048b1e5843494be33b08cd42a3f0bb16e5d320cc (patch) | |
tree | f88d2c82dbe5b63b735bc86ff6c06353f74ae0bc /src/SConscript | |
parent | 0e64e1be0fc1ec7586dfb2171585608f713bfc4e (diff) | |
download | gem5-048b1e5843494be33b08cd42a3f0bb16e5d320cc.tar.xz |
refcnt: Change things around so that we handle constness correctly.
To use a non const pointer:
typedef RefCountingPtr<Foo> FooPtr;
To use a const pointer:
typedef RefCountingPtr<const Foo> ConstFooPtr;
Diffstat (limited to 'src/SConscript')
0 files changed, 0 insertions, 0 deletions