X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FENGINE%2FPARAVIS_Engine_i.cc;h=6eee540aa5da23006f6bb58ab8329379da95d5fa;hb=09c34352cd5ad238ba0f7c1296357d7889c4c47d;hp=8bb302df443f1a15420e53d4a9ee32e896f8df01;hpb=89c33033151baa33eeac8fb09d9c0488acb43c35;p=modules%2Fparavis.git diff --git a/src/ENGINE/PARAVIS_Engine_i.cc b/src/ENGINE/PARAVIS_Engine_i.cc index 8bb302df..6eee540a 100644 --- a/src/ENGINE/PARAVIS_Engine_i.cc +++ b/src/ENGINE/PARAVIS_Engine_i.cc @@ -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 @@ -257,6 +257,7 @@ namespace PARAVIS { return myParaVisGen->PasteInto(theStream,theObjectID,theObject); } +#ifdef PARAVIS_WITH_FULL_CORBA //=========================================================================== PARAVIS::string_array* PARAVIS_Gen_i::GetClassesList() { @@ -268,6 +269,7 @@ namespace PARAVIS { { return myParaVisGen->CreateClass(theClassName); } +#endif //=========================================================================== void PARAVIS_Gen_i::GetConnectionParameters(CORBA::Long& theId, @@ -294,4 +296,8 @@ namespace PARAVIS { SALOMEDS::Study_ptr PARAVIS_Gen_i::GetCurrentStudy(){ return myParaVisGen->GetCurrentStudy(); } + char* PARAVIS_Gen_i::getVersion() + { + return myParaVisGen->getVersion(); + } }