From 7c9f367740b3d1fa21b63abbb0d0a3da162b6679 Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 8 Jun 2005 07:10:04 +0000 Subject: [PATCH] Protect from double inclusion. --- 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