Index: sources/view/VTreatmentCreate.h =================================================================== diff -u -r4d30a4bbefaf43966b88e7f76225bfce0242d889 -r321e667cd58da515845f2173d5e1a59082823455 --- sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision 4d30a4bbefaf43966b88e7f76225bfce0242d889) +++ sources/view/VTreatmentCreate.h (.../VTreatmentCreate.h) (revision 321e667cd58da515845f2173d5e1a59082823455) @@ -152,22 +152,22 @@ void requestConcurrentSave(QString, QString, bool); public slots: - void onResetCreateTreatment(); - void onFinishedCreate(); - void onFinishedConfirm(); - void onFinishedPrime(); - void onStartTreatment(); - bool onFWValidationResponse(AdjustTreatmentParametersResponseData data); - void onStartTreatmentResponse(const StartTreatmentResponseData &messageData); - void onUserModifiedParameters(); - QStringList getPrescriptionParameterNames(); - QStringList getPrescriptionParameterValues(); - QStringList getOperatingParameterNames(); - QStringList getOperatingParameterValues(); - void onSelectingParameters(); - void onCancelConfirmParameters(); - void onCancelSelectingParameters(); - void onRequestPop(); + void doResetCreateTreatment(); + void doFinishedCreate(); + void doFinishedConfirm(); + void doFinishedPrime(); + void doStartTreatment(); + bool doActionReceive(AdjustTreatmentParametersResponseData data); + void doActionReceive(const StartTreatmentResponseData &messageData); + void doUserModifiedParameters(); + QStringList doGetPrescriptionParameterNames(); + QStringList doGetPrescriptionParameterValues(); + QStringList doGetOperatingParameterNames(); + QStringList doGetOperatingParameterValues(); + void doSelectParameters(); + void doCancelConfirmParameters(); + void doCancelSelectingParameters(); + void doRequestPop(); }; }