summaryrefslogtreecommitdiffstats
path: root/source/Concept/io_module.h
diff options
context:
space:
mode:
authorsicarius <devnull@localhost>2007-01-16 17:10:05 +0100
committersicarius <devnull@localhost>2007-01-16 17:10:05 +0100
commit79115386afc1dee957f77e9a82b5b9b2c5f347e6 (patch)
tree6b9f8dd15eb4032d569c026750095ba00a7479e5 /source/Concept/io_module.h
parent3b12c56f1b11be4aa538638baffa0b298440c57f (diff)
downloadrc2007-soccer-79115386afc1dee957f77e9a82b5b9b2c5f347e6.tar
rc2007-soccer-79115386afc1dee957f77e9a82b5b9b2c5f347e6.zip
Changed some things in Concept directory
Diffstat (limited to 'source/Concept/io_module.h')
-rw-r--r--source/Concept/io_module.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/source/Concept/io_module.h b/source/Concept/io_module.h
deleted file mode 100644
index 8aa7ef7..0000000
--- a/source/Concept/io_module.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef _MODULE_H
-#define _MODULE_H
-
-#include "defines.h"
-
-class IO_Module
-{
-public:
- IO_Module(uint32 moduleId)
- {
- this->moduleId = moduleId;
- }
-
- IO_Module(){}
-
-protected:
- uint32 moduleId;
-
-public:
-
- uint32 GetId()
- {
- return moduleId;
- }
-
-
-};
-
-#endif \ No newline at end of file