summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Shutdown_Utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Shutdown_Utilities.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Shutdown_Utilities.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Shutdown_Utilities.h b/TAO/orbsvcs/orbsvcs/Shutdown_Utilities.h
index a91705d3401..78f52a09663 100644
--- a/TAO/orbsvcs/orbsvcs/Shutdown_Utilities.h
+++ b/TAO/orbsvcs/orbsvcs/Shutdown_Utilities.h
@@ -1,14 +1,20 @@
+// -*- C++ -*-
+
#ifndef _SHUTDOWN_UTILS_H
#define _SHUTDOWN_UTILS_H
#include /**/ "ace/pre.h"
// $Id$
-#include <ace/Event_Handler.h>
-#include <ace/Signal.h>
-
#include "orbsvcs/svc_utils_export.h"
+#include "tao/Versioned_Namespace.h"
+
+#include "ace/Event_Handler.h"
+#include "ace/Signal.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* \brief Abstract definition for a Functor that shuts down a particular service.
*
@@ -56,5 +62,7 @@ protected:
ACE_Sig_Handler shutdown_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif