Ignore:
Timestamp:
Feb 18, 2010, 10:59:29 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
536380, a5471c
Parents:
120f8b
git-author:
Tillmann Crueger <crueger@…> (02/17/10 17:07:35)
git-committer:
Tillmann Crueger <crueger@…> (02/18/10 10:59:29)
Message:

Added a special class of Actions that take some time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/small_actions.hpp

    r120f8b rb53a7e  
    11// All rather small Actions should go into this file for simplicities sake
    22
     3#ifndef _SMALL_ACTIONS_HPP
     4#define _SMALL_ACTIONS_HPP
     5
    36#include "Actions/Action.hpp"
    4 
     7#include "Actions/Process.hpp"
    58
    69class MoleculeListClass;
     
    912public:
    1013  ChangeMoleculeNameAction(MoleculeListClass*);
    11   ~ChangeMoleculeNameAction();
     14  virtual ~ChangeMoleculeNameAction();
    1215
    1316  void call();
     
    2124  static char NAME[];
    2225};
     26
     27#endif // _SMALL_ACTIONS_HPP
Note: See TracChangeset for help on using the changeset viewer.