diff options
Diffstat (limited to 'TAO/examples/Event_Comm/Notifier_Server.h')
-rw-r--r-- | TAO/examples/Event_Comm/Notifier_Server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Event_Comm/Notifier_Server.h b/TAO/examples/Event_Comm/Notifier_Server.h index 8f96c6565c3..ed9d75fbb92 100644 --- a/TAO/examples/Event_Comm/Notifier_Server.h +++ b/TAO/examples/Event_Comm/Notifier_Server.h @@ -14,7 +14,7 @@ // // ============================================================================ -#if !defined (_NOTIFIER_SERVER_H) +#ifndef _NOTIFIER_SERVER_H #define _NOTIFIER_SERVER_H #include "Event_Comm_i.h" |