diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-02-06 17:06:55 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-02-06 17:06:55 -0500 |
commit | d99acd56cdc41d72a073a4419e3e51c356e675bb (patch) | |
tree | 19dec6066f7e6c54402d247463081876f8abdbc7 /indra/linux_crash_logger/linux_crash_logger.cpp | |
parent | f65028e38eda00cd2329bb1ab7db0261ae6452f2 (diff) |
ManageAPR should be noncopyable. Make that explicit.
Any RAII class should either be noncopyable or should deal appropriately with
a copy operation. ManageAPR is intended only for extremely simple cases, and
hence should be noncopyable.
Diffstat (limited to 'indra/linux_crash_logger/linux_crash_logger.cpp')
0 files changed, 0 insertions, 0 deletions