aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/staticthrottlepolicy.h
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/src/vespa/messagebus/staticthrottlepolicy.h')
-rw-r--r--messagebus/src/vespa/messagebus/staticthrottlepolicy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/messagebus/src/vespa/messagebus/staticthrottlepolicy.h b/messagebus/src/vespa/messagebus/staticthrottlepolicy.h
index cbc75151306..ad5eeada309 100644
--- a/messagebus/src/vespa/messagebus/staticthrottlepolicy.h
+++ b/messagebus/src/vespa/messagebus/staticthrottlepolicy.h
@@ -24,8 +24,8 @@ public:
/**
* Convenience typedefs.
*/
- typedef std::unique_ptr<StaticThrottlePolicy> UP;
- typedef std::shared_ptr<StaticThrottlePolicy> SP;
+ using UP = std::unique_ptr<StaticThrottlePolicy>;
+ using SP = std::shared_ptr<StaticThrottlePolicy>;
/**
* Constructs a new instance of this policy and sets the appropriate default values of member data.