Go to the documentation of this file.00001 #ifndef Tuple_H
00002 #define Tuple_H
00003 #include "MObject.h"
00004
00005 namespace momdp
00006 {
00007 class Tuple : public MObject
00008 {
00009 public:
00010 Tuple(void)
00011 {
00012 }
00013 virtual ~Tuple(void)
00014 {
00015 }
00016 };
00017 }
00018 #endif