Parcourir la source

[2209] Hide private type shortcut

Michal 'vorner' Vaner il y a 12 ans
Parent
commit
dcf59e93fa
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/lib/datasrc/client_list.h

+ 2 - 0
src/lib/datasrc/client_list.h

@@ -291,8 +291,10 @@ public:
     ///      the original data source no longer contains the cached zone.
     ///      the original data source no longer contains the cached zone.
     ReloadResult reload(const dns::Name& zone);
     ReloadResult reload(const dns::Name& zone);
 
 
+private:
     /// \brief Convenience type shortcut
     /// \brief Convenience type shortcut
     typedef boost::shared_ptr<memory::ZoneWriter> ZoneWriterPtr;
     typedef boost::shared_ptr<memory::ZoneWriter> ZoneWriterPtr;
+public:
 
 
     /// \brief Return value of getCachedZoneWriter()
     /// \brief Return value of getCachedZoneWriter()
     ///
     ///