X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FBL_Job.cxx;h=6f7886b9b530e2b1301546bcd3c2a2d65d826cd9;hb=50618de314c9a68c78a0f254c358d34729c17d58;hp=487a39b34b494323ef389e7676cd7e7e921ab482;hpb=eaf4ac2d14bf5933a69a7f174403c75e8c847d87;p=modules%2Fjobmanager.git diff --git a/src/engine/BL_Job.cxx b/src/engine/BL_Job.cxx index 487a39b..6f7886b 100644 --- a/src/engine/BL_Job.cxx +++ b/src/engine/BL_Job.cxx @@ -203,6 +203,18 @@ BL::Job::getBatchQueue() return _batch_queue; } +void +BL::Job::setWCKey(const std::string & wckey) +{ + _wckey = wckey; +} + +const std::string & +BL::Job::getWCKey() +{ + return _wckey; +} + void BL::Job::setLoadLevelerJobType(const std::string & jobtype) {