Death to stupid mussa pointers
authorDiane Trout <diane@caltech.edu>
Tue, 3 Oct 2006 00:11:04 +0000 (00:11 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 3 Oct 2006 00:11:04 +0000 (00:11 +0000)
commitcc7ad593973bcff9562c53ae42601d3f548d5ed3
tree0ead6431119097f16d2df0529ff89c5bd2427c84
parentd043c1f562c6554f0fc37f16f3da0777e59b1898
Death to stupid mussa pointers
Long live smart pointers like boost::shared_ptr
Go through mussa and replace references to Mussa * or Mussa & with
a typedef MussaRef which is defined as boost::shared_ptr<Mussa>
14 files changed:
alg/mussa.hpp
alg/parse_options.cpp
alg/parse_options.hpp
qui/MussaAlignedWindow.cpp
qui/MussaAlignedWindow.hpp
qui/MussaWindow.cpp
qui/MussaWindow.hpp
qui/SubanalysisWindow.cpp
qui/motif_editor/MotifEditor.cpp
qui/motif_editor/MotifEditor.hpp
qui/mussa_setup_dialog/MussaSetupDialog.cpp
qui/mussa_setup_dialog/MussaSetupDialog.hpp
qui/mussa_setup_dialog/MussaSetupWidget.cpp
qui/mussa_setup_dialog/MussaSetupWidget.hpp