summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Implicit_Deactivator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/Implicit_Deactivator.h')
-rw-r--r--TAO/tao/Utils/Implicit_Deactivator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Utils/Implicit_Deactivator.h b/TAO/tao/Utils/Implicit_Deactivator.h
index 2a7f9d4e763..20e27fc40cb 100644
--- a/TAO/tao/Utils/Implicit_Deactivator.h
+++ b/TAO/tao/Utils/Implicit_Deactivator.h
@@ -36,7 +36,7 @@ namespace TAO
typedef PortableServer::ServantBase * argument;
// Deactivate an implicitly activated servant
- void operator() (PortableServer::ServantBase * servant) throw ();
+ void operator() (PortableServer::ServantBase * servant) noexcept;
};
/**