* CORBA method:
*/
//=============================================================================
-SALOME::GenericObj_ptr Engines_Component_i::FindObjectByInternalEntry( const char* theEntry )
+SALOME::GenericObj_ptr Engines_Component_i::FindObjectByInternalEntry( CORBA::Long studyId, const char* theEntry )
{
- return SALOME::GenericObj_ptr();
+ SALOME::GenericObj_var aRes;
+ return aRes._retn();
}
//=============================================================================
def getObjectInfo(self, studyId, entry):
return ""
+ #-------------------------------------------------------------------------
+
+ def FindObjectByInternalEntry( self, studyId, entry ):
+ return None
+
virtual bool hasObjectInfo() { return false; }
virtual char* getObjectInfo(CORBA::Long studyId, const char* entry) { return CORBA::string_dup(""); }
- SALOME::GenericObj_ptr FindObjectByInternalEntry( const char* theEntry );
+ virtual SALOME::GenericObj_ptr FindObjectByInternalEntry( CORBA::Long studyId, const char* theEntry );
// --- local C++ methods