summaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/ithrottlepolicy.h
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/src/vespa/messagebus/ithrottlepolicy.h')
-rw-r--r--messagebus/src/vespa/messagebus/ithrottlepolicy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/messagebus/src/vespa/messagebus/ithrottlepolicy.h b/messagebus/src/vespa/messagebus/ithrottlepolicy.h
index 6ae0a0426ec..f654df800c0 100644
--- a/messagebus/src/vespa/messagebus/ithrottlepolicy.h
+++ b/messagebus/src/vespa/messagebus/ithrottlepolicy.h
@@ -17,8 +17,8 @@ public:
/**
* Convenience typedefs.
*/
- typedef std::unique_ptr<IThrottlePolicy> UP;
- typedef std::shared_ptr<IThrottlePolicy> SP;
+ using UP = std::unique_ptr<IThrottlePolicy>;
+ using SP = std::shared_ptr<IThrottlePolicy>;
/**
* Virtual destructor required for inheritance.