diff options
Diffstat (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/Shutdown.cpp')
-rw-r--r-- | TAO/orbsvcs/performance-tests/RTEvent/lib/Shutdown.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Shutdown.cpp b/TAO/orbsvcs/performance-tests/RTEvent/lib/Shutdown.cpp deleted file mode 100644 index 84d42ba3bc6..00000000000 --- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Shutdown.cpp +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @file Shutdown.cpp - * - * $Id$ - * - * @author Carlos O'Ryan <coryan@uci.edu> - */ -#ifndef TAO_PERF_RTEC_SHUTDOWN_CPP -#define TAO_PERF_RTEC_SHUTDOWN_CPP - -#include "Shutdown.h" - -#if !defined(__ACE_INLINE__) -#include "Shutdown.inl" -#endif /* __ACE_INLINE__ */ - -#endif /* TAO_PERF_RTEC_SHUTDOWN_CPP */ |