X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FServerNode.hxx;h=141170d86958cdad8727db171b23edb2247698b4;hb=2d7ef9f9768a58b0f6ccbfa403d39ecf8b7356a3;hp=2c33a24dab49736b0c47cba71a3d688b322e8d16;hpb=216c15bc1ec59372c7313d273cc0fa1d206a68d4;p=modules%2Fyacs.git diff --git a/src/engine/ServerNode.hxx b/src/engine/ServerNode.hxx index 2c33a24da..141170d86 100644 --- a/src/engine/ServerNode.hxx +++ b/src/engine/ServerNode.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2015 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -37,18 +37,13 @@ namespace YACS public: ServerNode(const std::string& name); ServerNode(const ServerNode& other, ComposedNode *father); - void performDuplicationOfPlacement(const Node& other); void load(); void accept(Visitor *visitor); virtual ServerNode *createNode(const std::string& name) const = 0; - Container *getContainer() const { return _container; } - void setContainer(Container *container); bool isDeployable() const; virtual std::string getEffectiveKindOfServer() const = 0; virtual ~ServerNode(); virtual std::string typeName() { return "YACS__ENGINE__ServerNode"; } - protected: - Container *_container; }; } }