[Kde-pim] akonadi: "agent" or "resource" name, what is right?

guy-kde guy-kde at maurel.de
Mon Jul 11 18:16:08 BST 2011


 Hello!

 The file kdepimlibs/akonadi/resourcebase.h defines:
    void setName( const QString &name );
 to:
    "This method is used to set the name of the resource."

 The file kdepimlibs/akonadi/resourcebase.cpp implement that as:
    void ResourceBase::setName( const QString &name ) {
      AgentBase::setAgentName( name ); ...

 *BUT*
 The file kdepimlibs/akonadi/agentbase.h defines:
    void setAgentName( const QString &name );
 to:
    "This method is used to set the name of the agent."

 Are "agent" and "resource" two nicknames for the same "thing", or have 
 we a problem?
 Any help welcome!
 Thanks
-- 
 guy-kde
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list