From 356e9ef5e0f6235926a55a4157cc29ab7d417b65 Mon Sep 17 00:00:00 2001 From: Programerus Date: Tue, 10 Apr 2012 00:05:01 +0300 Subject: Comments translated from French to English. --- src/task.cpp | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/task.cpp b/src/task.cpp index 459dfec..427e73f 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -12,7 +12,9 @@ // * GNU General Public License for more details. // * // * You should have received a copy of the GNU General Public License -// * along with this program. If not, see http://www.gnu.org/licenses/.// task.cpp +// * along with this program. If not, see http://www.gnu.org/licenses/. + +// task.cpp #define STRICT #define D3D_OVERLOADS @@ -44,7 +46,7 @@ -// Constructeur de l'objet. +// Object's constructor. CTask::CTask(CInstanceManager* iMan, CObject* object) { @@ -66,14 +68,14 @@ CTask::CTask(CInstanceManager* iMan, CObject* object) m_motion = m_object->RetMotion(); } -// Destructeur de l'objet. +// Object's destructor. CTask::~CTask() { } -// Gestion d'un événement. +// Management of an event. BOOL CTask::EventProcess(const Event &event) { @@ -81,7 +83,7 @@ BOOL CTask::EventProcess(const Event &event) } -// Indique si l'action est terminée. +// Indicates whether the action is finished. Error CTask::IsEnded() { @@ -89,7 +91,7 @@ Error CTask::IsEnded() } -// Indique si l'action est en cours. +// Indicates whether the action is pending. BOOL CTask::IsBusy() { @@ -97,7 +99,7 @@ BOOL CTask::IsBusy() } -// Termine brutalement l'action en cours. +// Suddenly ends the current action. BOOL CTask::Abort() { -- cgit v1.2.3-1-g7c22