}
char*
-MED::getStudyPresentationEntry(SALOMEDS::Study_ptr study, int presentationId)
+MED::getStudyPresentationEntry(SALOMEDS::Study_ptr study, CORBA::Long presentationId)
{
// set exception handler to catch unexpected CORBA exceptions
Unexpect aCatch(SALOME_SalomeException);
// Get all presentations registered in the study
MED_ORB::PresentationsList* getStudyPresentations(SALOMEDS::Study_ptr study);
- char* getStudyPresentationEntry(SALOMEDS::Study_ptr study, int presentationId);
+ char* getStudyPresentationEntry(SALOMEDS::Study_ptr study, CORBA::Long presentationId);
void cleanUp();
ADD_LIBRARY(MEDCALCGUI_dialogs SHARED ${MEDCALCGUI_dialogs_SOURCES} ${MEDCALCGUI_dialogs_HEADERS_MOC} ${MEDCALCGUI_dialogs_FORMS_HEADERS})
TARGET_LINK_LIBRARIES(MEDCALCGUI_dialogs SalomeIDLMED ${QT_LIBRARIES} ${KERNEL_SalomeIDLKernel}
${GUI_SalomeGuiHelpers} ${OMNIORB_LIBRARIES} ${GUI_qtx} ${GUI_suit} ${PLATFORM_LIBRARIES}
- ${KERNEL_SalomeLifeCycleCORBA} ${KERNEL_SalomeKernelHelpers} ${GUI_SalomeGuiHelpers})
+ ${KERNEL_SalomeLifeCycleCORBA} ${KERNEL_SalomeKernelHelpers} ${GUI_SalomeGuiHelpers} ${KERNEL_SalomeDS})
INSTALL(TARGETS MEDCALCGUI_dialogs DESTINATION ${SALOME_INSTALL_LIBS})
#
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+#ifdef WIN32
+#define NOMINMAX
+#endif
+
#include "WidgetPresentationParameters.hxx"
#include <Basics_Utils.hxx>