summaryrefslogtreecommitdiffstats
path: root/ue3/mycpu/cinstruction.h
diff options
context:
space:
mode:
authormanuel <manuel@nc8430.lan>2009-05-13 16:55:17 +0200
committermanuel <manuel@nc8430.lan>2009-05-13 16:55:17 +0200
commit3c6f886d5a8bfd36c796b963d6e3178ad9577742 (patch)
tree7a65d184e66c810777d18ea208931910c91b7e43 /ue3/mycpu/cinstruction.h
parent431bbac5a99abbccf33500e22aa353ec792eff94 (diff)
downloadooprog-3c6f886d5a8bfd36c796b963d6e3178ad9577742.tar.gz
ooprog-3c6f886d5a8bfd36c796b963d6e3178ad9577742.tar.bz2
ooprog-3c6f886d5a8bfd36c796b963d6e3178ad9577742.zip
* added documentation (no more TODOs)
* added testsuite + testcase * used copyctor instead of assign operator more often
Diffstat (limited to 'ue3/mycpu/cinstruction.h')
-rw-r--r--ue3/mycpu/cinstruction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ue3/mycpu/cinstruction.h b/ue3/mycpu/cinstruction.h
index 40e9ddc..942d8cf 100644
--- a/ue3/mycpu/cinstruction.h
+++ b/ue3/mycpu/cinstruction.h
@@ -1,8 +1,8 @@
1/** 1/**
2 * @module cinstruction 2 * @module cinstruction
3 * @author Guenther Neuwirth (0626638), Manuel Mausz (0728348) 3 * @author Guenther Neuwirth (0626638), Manuel Mausz (0728348)
4 * @brief TODO 4 * @brief Abstract class for displays
5 * @date 10.05.2009 5 * @date 13.05.2009
6 */ 6 */
7 7
8#ifndef CINSTRUCTION_H 8#ifndef CINSTRUCTION_H
@@ -17,7 +17,7 @@ class CCPU;
17/** 17/**
18 * @class CInstruction 18 * @class CInstruction
19 * 19 *
20 * TODO 20 * Abstract class for displays
21 */ 21 */
22class CInstruction 22class CInstruction
23{ 23{