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

List:       kde-commits
Subject:    kdelibs/kwallet
From:       George Staikos <staikos () kde ! org>
Date:       2002-12-13 3:11:22
[Download RAW message or body]

CVS commit by staikos: 

template for the client api, plus cleanups


  A            client/kwallet.cc   1.1
  A            client/kwallet.h   1.1
  M +1 -0      backend/Makefile.am   1.13
  M +3 -3      client/Makefile.am   1.5
  M +1 -1      client/kwalletnetworkpassword.h   1.2


--- kdelibs/kwallet/backend/Makefile.am  #1.12:1.13
@@ -21,4 +21,5 @@
                  sha1.h                 \
                  blockcipher.h          \
+                 kwalletbackend.h       \
                  blowfish.h
 

--- kdelibs/kwallet/client/Makefile.am  #1.4:1.5
@@ -6,7 +6,7 @@
 libkwalletclient_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0 -no-undefined
 libkwalletclient_la_LIBADD = $(LIB_QT)
-libkwalletclient_la_SOURCES =           \
-                               kwalletentry.cc \
-                               kwalletnetworkpassword.cc 
+libkwalletclient_la_SOURCES =   kwalletentry.cc \
+                                kwalletnetworkpassword.cc \
+                                kwallet.cc
 
 libkwalletclient_la_METASOURCES = AUTO

--- kdelibs/kwallet/client/kwalletnetworkpassword.h  #1.1:1.2
@@ -27,5 +27,5 @@
 namespace KWallet {
 
-class NetworkPassword : public Entry {
+class NetworkPassword : private Entry {
         protected:
                 // ctor to load a NetworkPassword, used by factory()


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

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