X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FENGINE%2FPARAVIS_Engine_i.hh;h=861195ed3ec549204fdd513c2818149d9c1bca0a;hb=09c34352cd5ad238ba0f7c1296357d7889c4c47d;hp=6ea77ba3f251e7b31f9f1f8a3a970052204d9be7;hpb=89c33033151baa33eeac8fb09d9c0488acb43c35;p=modules%2Fparavis.git diff --git a/src/ENGINE/PARAVIS_Engine_i.hh b/src/ENGINE/PARAVIS_Engine_i.hh index 6ea77ba3..861195ed 100644 --- a/src/ENGINE/PARAVIS_Engine_i.hh +++ b/src/ENGINE/PARAVIS_Engine_i.hh @@ -1,9 +1,9 @@ -// Copyright (C) 2010-2012 CEA/DEN, EDF R&D +// Copyright (C) 2010-2014 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -103,9 +103,10 @@ namespace PARAVIS virtual SALOMEDS::SObject_ptr PasteInto(const SALOMEDS::TMPFile& theStream, CORBA::Long theObjectID, SALOMEDS::SObject_ptr theObject); - +#ifdef PARAVIS_WITH_FULL_CORBA virtual PARAVIS::string_array* GetClassesList(); virtual PARAVIS_Base_ptr CreateClass(const char* theClassName); +#endif virtual void GetConnectionParameters(CORBA::Long& theId, CORBA::String_out theDHost, CORBA::Long& theDPort, CORBA::String_out theRHost, CORBA::Long& theRPort, @@ -116,6 +117,8 @@ namespace PARAVIS virtual void SetCurrentStudy(SALOMEDS::Study_ptr theStudy); virtual SALOMEDS::Study_ptr GetCurrentStudy(); + + virtual char* getVersion(); }; }; #endif