/*!
\brief not used yet
*/
-unsigned long SALOME_PYQT_ModuleLight::getModifiedTime() const
-{
- MESSAGE("getModifiedTime");
-}
+//unsigned long SALOME_PYQT_ModuleLight::getModifiedTime() const
+//{
+// MESSAGE("getModifiedTime");
+// return 0;
+//}
/*!
\brief not used yet
*/
-SUIT_DataObject* SALOME_PYQT_ModuleLight::root() const
-{
- MESSAGE("root");
-}
+//SUIT_DataObject* SALOME_PYQT_ModuleLight::root() const
+//{
+// MESSAGE("root");
+// return NULL;
+//}
/*!
\brief Used to notify a Python light module of a modification of selection in study (propagation of a remote selection)
void disableSelector();
void setLocalSelected(const QStringList &);
void getSelected( DataObjectList& ) const;
- unsigned long getModifiedTime() const;
- SUIT_DataObject* root() const;
+// unsigned long getModifiedTime() const;
+// SUIT_DataObject* root() const;
void setSelected( const QStringList&, const bool = false );
protected: