28 #ifndef _SALOME_FILETRANSFERCORBA_HXX_
29 #define _SALOME_FILETRANSFERCORBA_HXX_
32 #include <SALOMEconfig.h>
33 #include <Utils_SALOME_Exception.hxx>
35 #include CORBA_CLIENT_HEADER(SALOME_Component)
41 # if defined LIFECYCLECORBA_EXPORTS || defined SalomeLifeCycleCORBA_EXPORTS
42 # define LIFECYCLECORBA_EXPORT __declspec( dllexport )
44 # define LIFECYCLECORBA_EXPORT __declspec( dllimport )
47 # define LIFECYCLECORBA_EXPORT
56 std::string origFileName,
57 std::string containerName=
"");
61 std::string getLocalFile(std::string localFile =
"");
64 Engines::fileRef_var _theFileRef;
65 std::string _refMachine;
66 std::string _origFileName;
67 std::string _containerName;