X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Application.h;h=aa25bcb4e161c9b6bfa1a389a12dff6942618463;hb=2f89053146098946372bae4d1a3fe2e5272ab9e2;hp=3d905dc41e35994026e0f9def396184112a65f7b;hpb=9e869ede4d8c56262bb20534543c2bf56cd6a91b;p=modules%2Fshaper.git diff --git a/src/Model/Model_Application.h b/src/Model/Model_Application.h index 3d905dc41..aa25bcb4e 100644 --- a/src/Model/Model_Application.h +++ b/src/Model/Model_Application.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: Model_Application.hxx // Created: 28 Dec 2011 // Author: Mikhail PONIKAROV @@ -41,6 +43,8 @@ class Model_Application : public TDocStd_Application //! Set path for the loaded by demand documents void setLoadPath(std::string thePath); + //! Returns the path for the loaded by demand documents + const std::string& loadPath() const; //! Defines that specified document must be loaded by demand void setLoadByDemand(std::string theID); //! Returns true if specified document must be loaded by demand