X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FSALOMESDS%2FSALOMESDS_DataScopeServer.hxx;h=c814dd3ec18242247e7505f81d4d6bf7627fac37;hb=0d6b1b8d090419bcfe31b9a45c7bea2b73a883f9;hp=7b5b67f7dbe4acee1560feeaac6ffc41e6e74921;hpb=07e511ee5814b1334473374cc70b9befb011529a;p=modules%2Fkernel.git diff --git a/src/SALOMESDS/SALOMESDS_DataScopeServer.hxx b/src/SALOMESDS/SALOMESDS_DataScopeServer.hxx index 7b5b67f7d..c814dd3ec 100644 --- a/src/SALOMESDS/SALOMESDS_DataScopeServer.hxx +++ b/src/SALOMESDS/SALOMESDS_DataScopeServer.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -129,6 +129,7 @@ namespace SALOMESDS void pingKey(PyObject *keyObj); void notifyKey(const std::string& varName, PyObject *keyObj, PyObject *valueObj); SALOME::ByteVec *waitForMonoThrRev(SALOME::KeyWaiter_ptr kw); + SALOME::ByteVec *waitForAndKill(SALOME::KeyWaiter_ptr kw); public://remotely callable char *getAccessOfVar(const char *varName); void fetchAndGetAccessOfVar(const char *varName, CORBA::String_out access, SALOME::ByteVec_out data);