diff options
Diffstat (limited to 'cpp/include/Ice/OutgoingAsyncF.h')
-rw-r--r-- | cpp/include/Ice/OutgoingAsyncF.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/include/Ice/OutgoingAsyncF.h b/cpp/include/Ice/OutgoingAsyncF.h index 1feb42cead2..5b6f4daa1e4 100644 --- a/cpp/include/Ice/OutgoingAsyncF.h +++ b/cpp/include/Ice/OutgoingAsyncF.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_OUTGOING_ASYNC_F_H +#define ICE_OUTGOING_ASYNC_F_H #include <IceUtil/Shared.h> @@ -50,3 +51,5 @@ ICE_API IceUtil::Shared* upCast(CommunicatorBatchOutgoingAsync*); typedef IceInternal::Handle<CommunicatorBatchOutgoingAsync> CommunicatorBatchOutgoingAsyncPtr; } + +#endif |