From: ageay Date: Wed, 8 Jun 2005 07:10:04 +0000 (+0000) Subject: Protect from double inclusion. X-Git-Tag: T2_2_4a3~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7c9f367740b3d1fa21b63abbb0d0a3da162b6679;p=modules%2Fkernel.git Protect from double inclusion. --- 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