X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FEvents_LongOp.cpp;h=f298a9ae547692888ab43758c5b2379324c57616;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=17c373c651ff99e0f0770d6ac507e4391883141a;hpb=4783f146b71a48c651523fcf0e12367bcf3d1fa8;p=modules%2Fshaper.git diff --git a/src/Events/Events_LongOp.cpp b/src/Events/Events_LongOp.cpp index 17c373c65..f298a9ae5 100644 --- a/src/Events/Events_LongOp.cpp +++ b/src/Events/Events_LongOp.cpp @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: Events_LongOp.cpp // Created: 29 Jul 2014 // Author: Mikhail PONIKAROV @@ -33,7 +35,7 @@ void Events_LongOp::start(void* theSender) MY_SENDERS[theSender]++; if (toSend) { - std::shared_ptr aNewOne = + std::shared_ptr aNewOne = std::shared_ptr(new Events_LongOp(theSender)); Events_Loop::loop()->send(aNewOne); } @@ -49,7 +51,7 @@ void Events_LongOp::end(void* theSender) MY_SENDERS[theSender] = aCount - 1; } if (MY_SENDERS.empty()) { - std::shared_ptr aNewOne = + std::shared_ptr aNewOne = std::shared_ptr(new Events_LongOp(theSender)); Events_Loop::loop()->send(aNewOne); }