Salome HOME
CCAR: add some methods to container and lifecycle to copy files to container,
[modules/kernel.git] / src / Container / SALOME_FileTransfer_i.hxx
index 5114bf7cedf0d5553bd65eb1555428cc2d58245e..dd96d400990c6f23a9795d74c03ee438599cb454 100644 (file)
@@ -47,10 +47,12 @@ public:
   void close(CORBA::Long fileId);
 
   Engines::fileBlock* getBlock(CORBA::Long fileId);
+  CORBA::Long openW(const char* fileName);
+  void putBlock(CORBA::Long fileId, const Engines::fileBlock& block);
 
 protected:
   int _fileKey;
-  std::map<int, FILE*> _fileAccess;
+  std::map<int, FILE* > _fileAccess;
   int _ctr;
 };