From e8bd2cf041cec19db937d80cc6da963cf1e65ecc Mon Sep 17 00:00:00 2001 From: mkr Date: Fri, 22 Jul 2005 12:00:49 +0000 Subject: [PATCH] Modifications from Anthony Geay from V2_2_0_maintainance branch. --- idl/SALOME_Comm.idl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/idl/SALOME_Comm.idl b/idl/SALOME_Comm.idl index d5a59bb5d..e1736c616 100644 --- a/idl/SALOME_Comm.idl +++ b/idl/SALOME_Comm.idl @@ -1,3 +1,6 @@ +#ifndef _SALOME_COMM_IDL_ +#define _SALOME_COMM_IDL_ + #include "SALOME_Exception.idl" module SALOME { @@ -97,3 +100,5 @@ module SALOME { interface SocketSenderInt : SenderInt,SocketSender { }; }; + +#endif -- 2.39.2