Salome HOME
- Fixes for BatchManager_Local
[tools/libbatch.git] / src / Core / CommunicationProtocolSSH.hxx
index 54145ce98d1359ee0c087fcae891e99b427be48c..3aadcceb462f5750877bc760a775cb4cb8d13d01 100644 (file)
@@ -39,6 +39,8 @@ namespace Batch {
 
   class BATCH_EXPORT CommunicationProtocolSSH : public CommunicationProtocol
   {
+    friend class CommunicationProtocol;
+
   public:
     std::vector<std::string> getExecCommandArgs(const std::string & subCommand,
                                                 const std::string & host,
@@ -53,6 +55,8 @@ namespace Batch {
 
   protected:
 
+    CommunicationProtocolSSH();
+
   };
 
 }