D12696: Use the new uds implementation

Stefan BrĂ¼ns noreply at phabricator.kde.org
Mon May 7 20:02:27 UTC 2018


bruns added a comment.


  In D12696#259292 <https://phabricator.kde.org/D12696#259292>, @dfaure wrote:
  
  > I requested it, for proper encapsulation
  
  
  Whats the difference between
  
    class UDSEntryPrivate
    {
      void load(...) {
        // function body
      }
    };
  
  and
  
    class UDSEntryPrivate
    {
      void load(...);
    };
    
    void UDSEntryPrivate::load(...)
    {
        // function body
    }
  
  from an encapsulation perspective?

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D12696

To: jtamate, dfaure, #frameworks
Cc: bruns, michaelh, ngraham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180507/aa886613/attachment.html>


More information about the Kde-frameworks-devel mailing list