Salome HOME
CMake: doing proper string comparison in IF clause
[modules/paravis.git] / idl / PARAVIS_Gen.idl
index d9f8bbe9771436fe05fae16ccce5e5169255a797..9708f2479c5bef8cd1bdbfdb7bfbf12f0d12e8a7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2013  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
@@ -82,6 +82,7 @@ module PARAVIS {
      */
     void SaveTrace(in string theFileName);
 
+#ifdef PARAVIS_WITH_FULL_CORBA
     /*!
      * \brief Returns list of names of extracted Paraview and VTK classes
      */
@@ -91,6 +92,7 @@ module PARAVIS {
      * \brief Returns container class for the requested Paraview class
      */
     PARAVIS_Base CreateClass(in string theClassName);
+#endif
 
     /*!
      * Returns parameters of current (usually built-in) connection which is active in GUI (Paraview client).