- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ManipulateAtomsProcess.hpp
r0b2ce9 re4afb4 20 20 { 21 21 public: 22 ManipulateAtomsProcess(boost::function<void(atom*)> _operation, AtomDescriptor descr, std::string _name,bool _doRegister=true);22 ManipulateAtomsProcess(boost::function<void(atom*)> _operation, AtomDescriptor descr,const ActionTraits &_trait,bool _doRegister=true); 23 23 virtual ~ManipulateAtomsProcess(); 24 24
Note:
See TracChangeset
for help on using the changeset viewer.