X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FContainer%2FSALOME_Component_i.hxx;h=4315da8b38b6e954f96adc1509b8e134b21bbac6;hb=0d6b1b8d090419bcfe31b9a45c7bea2b73a883f9;hp=bd541681ccc822ccf31a7fbaf8c3923ff08f606a;hpb=d4617a5edb41e7acd4025a2b56160ae267ede7f6;p=modules%2Fkernel.git diff --git a/src/Container/SALOME_Component_i.hxx b/src/Container/SALOME_Component_i.hxx index bd541681c..4315da8b3 100644 --- a/src/Container/SALOME_Component_i.hxx +++ b/src/Container/SALOME_Component_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -49,7 +49,7 @@ class RegistryConnexion; class Engines_Container_i; -class CONTAINER_EXPORT Engines_Component_i: +class CONTAINER_EXPORT Engines_Component_i: public virtual POA_Engines::EngineComponent, public virtual PortableServer::ServantBase { @@ -57,16 +57,16 @@ public: Engines_Component_i(); Engines_Component_i(CORBA::ORB_ptr orb, PortableServer::POA_ptr poa, - PortableServer::ObjectId * contId, - const char *instanceName, + PortableServer::ObjectId * contId, + const char *instanceName, const char *interfaceName, bool notif = false, bool regist = true); //Constructor for standalone component Engines_Component_i(CORBA::ORB_ptr orb, PortableServer::POA_ptr poa, - Engines::Container_ptr container, - const char *instanceName, + Engines::Container_ptr container, + const char *instanceName, const char *interfaceName, bool notif = false, bool regist = true); @@ -103,29 +103,29 @@ public: CORBA::Boolean& isValidScript); // CORBA operations for Salome_file - virtual Engines::Salome_file_ptr getInputFileToService(const char* service_name, + virtual Engines::Salome_file_ptr getInputFileToService(const char* service_name, const char* Salome_file_name); - virtual Engines::Salome_file_ptr getOutputFileToService(const char* service_name, + virtual Engines::Salome_file_ptr getOutputFileToService(const char* service_name, const char* Salome_file_name); virtual void checkInputFilesToService(const char* service_name); - virtual Engines::Salome_file_ptr setInputFileToService(const char* service_name, + virtual Engines::Salome_file_ptr setInputFileToService(const char* service_name, const char* Salome_file_name); virtual void checkOutputFilesToService(const char* service_name); - virtual Engines::Salome_file_ptr setOutputFileToService(const char* service_name, + virtual Engines::Salome_file_ptr setOutputFileToService(const char* service_name, const char* Salome_file_name); // Object information virtual bool hasObjectInfo() { return false; } virtual char* getObjectInfo(CORBA::Long studyId, const char* entry) { return CORBA::string_dup(""); } - + // Version information virtual char* getVersion(); - + // --- local C++ methods - PortableServer::ObjectId * getId(); + PortableServer::ObjectId * getId(); Engines_Container_i *GetContainerPtr(); std::string getContainerName(); void setContainerName(); @@ -149,11 +149,6 @@ public: std::string file_port_name, Salome_file_i * file); - virtual Engines::ListOfIdentifiers* importData(CORBA::Long studyId, - Engines::DataContainer_ptr data, - const Engines::ListOfOptions& options); - virtual Engines::ListOfData* getModifiedData(CORBA::Long studyId); - protected: int _studyId; // -1: not initialised; 0: multiStudy; >0: study static bool _isMultiStudy; @@ -177,7 +172,7 @@ protected: typedef std::map _t_Salome_file_map; // Map Service_name to _Salome_file_map typedef std::map _t_Service_file_map; - + _t_Service_file_map _Input_Service_file_map; _t_Service_file_map _Output_Service_file_map; _t_Service_file_map::iterator _Service_file_map_it;