]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Modifications from Anthony Geay from V2_2_0_maintainance branch.
authormkr <mkr@opencascade.com>
Fri, 22 Jul 2005 12:00:49 +0000 (12:00 +0000)
committermkr <mkr@opencascade.com>
Fri, 22 Jul 2005 12:00:49 +0000 (12:00 +0000)
idl/SALOME_Comm.idl

index d5a59bb5d9fffed9c2eebca35e98c1da76fcfa24..e1736c61619486d58d3f534a10568c4e8ef91fdc 100644 (file)
@@ -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