MultiAgentDecisionProcess  Release 0.2.1
ActionHistoryTree.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _ACTIONHISTORYTREE_H_
30 #define _ACTIONHISTORYTREE_H_ 1
31 
32 #include "TreeNode.h"
37 class ActionHistory;
38 
39 //redefine GetActionHistory to be the function GetContainedElement
40 #define GetActionHistory GetContainedElement
42 
43 #endif /* !_ACTIONHISTORYTREE_H_ */
44 
45 
46 // Local Variables: ***
47 // mode:c++ ***
48 // End: ***