MultiAgentDecisionProcess  Release 0.2.1
argumentUtils.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _ARGUMENTUTILS_H_
30 #define _ARGUMENTUTILS_H_ 1
31 
32 /* the include directives */
33 #include "Globals.h"
34 
36 
37 #include "argumentHandlers.h"
38 //namespace ArgumentHandlers;
39 //class ArgumentHandlers::Arguments;
40 
43 namespace ArgumentUtils
44 {
46  const ArgumentHandlers::Arguments& args);
47 
48 }
49 
50 
51 #endif /* !_ARGUMENTUTILS_H_ */
52 
53 // Local Variables: ***
54 // mode:c++ ***
55 // End: ***