diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-30 06:50:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-30 06:50:29 +0000 |
commit | a5c4d8047ab58df5c45092e18ae503ad40518f0e (patch) | |
tree | daa1ac46caf738dfe049fd5ca5eafc0eb84a0eb0 /ace/ReactorEx.h | |
parent | 645a9c1a4457349320e62d85af49f62e80da53c0 (diff) | |
download | ATCD-a5c4d8047ab58df5c45092e18ae503ad40518f0e.tar.gz |
foo
Diffstat (limited to 'ace/ReactorEx.h')
-rw-r--r-- | ace/ReactorEx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/ReactorEx.h b/ace/ReactorEx.h index 0cf84d67de4..e5903fb5eeb 100644 --- a/ace/ReactorEx.h +++ b/ace/ReactorEx.h @@ -14,8 +14,8 @@ // // ============================================================================ -#if !defined (ACE_ReactorEx_H) -#define ACE_ReactorEx_H +#if !defined (ACE_REACTOREX_H) +#define ACE_REACTOREX_H #include "ace/Time_Value.h" #include "ace/Timer_Queue.h" @@ -291,4 +291,4 @@ public: #if defined (__ACE_INLINE__) #include "ace/ReactorEx.i" #endif /* __ACE_INLINE__ */ -#endif /* ACE_ReactorEx_H */ +#endif /* ACE_REACTOREX_H */ |