From 0b3fcbc7a3ff91546b1942915f66fe5459fe6995 Mon Sep 17 00:00:00 2001 From: levine Date: Mon, 12 Jul 1999 15:32:31 +0000 Subject: insert pragma once --- TAO/tao/Sequence.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TAO/tao/Sequence.h') diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h index bc6bfbe5f59..53fe9b00187 100644 --- a/TAO/tao/Sequence.h +++ b/TAO/tao/Sequence.h @@ -19,6 +19,11 @@ #define TAO_SEQUENCE_H #include "tao/corbafwd.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + #include "tao/Managed_Types.h" class CORBA_Object; -- cgit v1.2.1