diff options
Diffstat (limited to 'TAO/tests/NestedUpcall/Reactor/reactor_i.h')
-rw-r--r-- | TAO/tests/NestedUpcall/Reactor/reactor_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/NestedUpcall/Reactor/reactor_i.h b/TAO/tests/NestedUpcall/Reactor/reactor_i.h index 3d4ede734c9..bc7b11c391a 100644 --- a/TAO/tests/NestedUpcall/Reactor/reactor_i.h +++ b/TAO/tests/NestedUpcall/Reactor/reactor_i.h @@ -1,7 +1,7 @@ // -*- c++ -*- // $Id$ -#if !defined (REACTOR_I_H) +#ifndef REACTOR_I_H # define REACTOR_I_H #include "ReactorS.h" |