00001 #ifndef IOBase_h 00002 #define IOBase_h 00003 00005 00006 //############################ 00007 class IOBase 00008 //############################ 00009 { 00010 public: 00011 00012 enum MODE {READ,WRITE}; 00013 }; 00014 #endif