[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdelibs/ksecretsservice] /: Introducing new job info structs
From:       Valentin Rusu <kde () rusu ! info>
Date:       2011-09-04 15:26:47
Message-ID: 20110904152647.6F2FEA60D1 () git ! kde ! org
[Download RAW message or body]

Git commit 894984f656a68bdfbba2dfefeb68dc34b3977b85 by Valentin Rusu.
Committed on 17/10/2010 at 00:50.
Pushed by vrusu into branch 'ksecretsservice'.

Introducing new job info structs

The job info structs will now be declared inside lib/jobinfostructs.h

svn path=/trunk/playground/base/ksecretservice/; revision=1186576

M  +3    -3    jobinfostructs.h

http://commits.kde.org/kdelibs/894984f656a68bdfbba2dfefeb68dc34b3977b85

diff --git a/jobinfostructs.h b/jobinfostructs.h
index 11f2556..1709f8a 100644
--- a/jobinfostructs.h
+++ b/jobinfostructs.h
@@ -25,19 +25,19 @@
 
 #include "peer.h"
 
-struct CreateCollectionInfo
+struct CollectionCreateInfo
 {
    const QString &m_label;
    bool  m_locked;
    const Peer* m_peer;
    
-   CreateCollectionInfo( const QString& label ) : 
+   CollectionCreateInfo( const QString& label ) : 
       m_label( label ), m_locked(false), m_peer(0)
    {
    }
 };
 
-struct CollectionDeleteJobInfo
+struct CollectionDeleteInfo
 {
    /**
      * The peer that requested the delete operation


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic