From: mkr Date: Fri, 22 Jul 2005 12:00:49 +0000 (+0000) Subject: Modifications from Anthony Geay from V2_2_0_maintainance branch. X-Git-Tag: V3_0_1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e8bd2cf041cec19db937d80cc6da963cf1e65ecc;p=modules%2Fkernel.git Modifications from Anthony Geay from V2_2_0_maintainance branch. --- 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