summaryrefslogtreecommitdiff
path: root/ace/SV_Message_Queue.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 19:33:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 19:33:12 +0000
commitefef9fd62a23bd96e77a02d19db1c258a05cee80 (patch)
treed310e476bd0432997427afca957b8efb5c0faab6 /ace/SV_Message_Queue.h
parent0c7dde935bd7dc3a63dc0a6cadea5d522999b1a2 (diff)
downloadATCD-efef9fd62a23bd96e77a02d19db1c258a05cee80.tar.gz
fixed #ifndef protection to use ACE_SV_MESSAGE_QUEUE_H instead of
ACE_MESSAGE_QUEUE_H, to prevent collision with the Message_Queue.h's protection.
Diffstat (limited to 'ace/SV_Message_Queue.h')
-rw-r--r--ace/SV_Message_Queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/SV_Message_Queue.h b/ace/SV_Message_Queue.h
index fb86c9719e2..807faa7fdf7 100644
--- a/ace/SV_Message_Queue.h
+++ b/ace/SV_Message_Queue.h
@@ -14,8 +14,8 @@
//
// ============================================================================
-#ifndef ACE_MESSAGE_QUEUE_H
-#define ACE_MESSAGE_QUEUE_H
+#ifndef ACE_SV_MESSAGE_QUEUE_H
+#define ACE_SV_MESSAGE_QUEUE_H
#include "ace/ACE.h"
@@ -91,4 +91,4 @@ protected:
#include "ace/SV_Message_Queue.i"
#endif
-#endif /* ACE_MESSAGE_QUEUE_H */
+#endif /* ACE_SV_MESSAGE_QUEUE_H */