diff options
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index b378095994b..ced24b6bcc9 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -238,10 +238,10 @@ namespace Ice { class RouterPrx; -typedef ::std::shared_ptr<::Ice::RouterPrx> RouterPrxPtr; +using RouterPrxPtr = ::std::shared_ptr<::Ice::RouterPrx>; class LocatorPrx; -typedef ::std::shared_ptr<::Ice::LocatorPrx> LocatorPrxPtr; +using LocatorPrxPtr = ::std::shared_ptr<::Ice::LocatorPrx>; class LocalException; class OutputStream; |