mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Пустой тайминг
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
Trainee::Trainee():
|
||||
User(),
|
||||
group(),
|
||||
computer()
|
||||
computer(),
|
||||
timing(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "user.h"
|
||||
#include "group.h"
|
||||
#include "computer.h"
|
||||
#include "timingoftrainee.h"
|
||||
|
||||
class DATABASELMS_EXPORT Trainee: public User
|
||||
{
|
||||
@@ -18,9 +19,12 @@ public:
|
||||
void setComputer(Computer computer){this->computer = computer;}
|
||||
Computer getComputer(){return computer;}
|
||||
|
||||
TimingOfTrainee getTiming(){return timing;}
|
||||
|
||||
private:
|
||||
Group group;
|
||||
Computer computer;
|
||||
TimingOfTrainee timing;
|
||||
};
|
||||
|
||||
#endif // TRAINEE_H
|
||||
|
||||
Reference in New Issue
Block a user