UML into Header

Committer:
Gandalf_The_Great
Date:
Thu May 07 10:58:33 2015 +0000
Revision:
1:873d94ea7daa
+main

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Gandalf_The_Great 1:873d94ea7daa 1 class ur_Bertl {
Gandalf_The_Great 1:873d94ea7daa 2 public:
Gandalf_The_Great 1:873d94ea7daa 3 void Move();
Gandalf_The_Great 1:873d94ea7daa 4 void Move(int anz);
Gandalf_The_Great 1:873d94ea7daa 5 void TurnLeft();
Gandalf_The_Great 1:873d94ea7daa 6 void TurnOff();
Gandalf_The_Great 1:873d94ea7daa 7 protected:
Gandalf_The_Great 1:873d94ea7daa 8 bool error(int code);
Gandalf_The_Great 1:873d94ea7daa 9 }