contentstorage/caclient/src/caservice.cpp
changeset 88 7f0462e8c3da
parent 87 9d806967057c
child 92 782e3408c2ab
--- a/contentstorage/caclient/src/caservice.cpp	Tue Mar 23 23:42:03 2010 +0200
+++ b/contentstorage/caclient/src/caservice.cpp	Tue Mar 23 23:55:55 2010 +0200
@@ -830,14 +830,13 @@
 bool CaService::executeCommand(int entryId, const QString &command) const
 {
     bool result = false;
-
+    
     CaEntry *const temporaryEntry = getEntry(entryId);
-
+    
     if (temporaryEntry != NULL) {
         result = executeCommand(*temporaryEntry, command);
         delete temporaryEntry;
     }
-
     return result;
 }
 
@@ -935,7 +934,7 @@
  \param servicePublic pointer to public service
  */
 CaServicePrivate::CaServicePrivate(CaService *servicePublic) :
-    m_q(servicePublic), mProxy(new CaClientProxy())
+    m_q(servicePublic), mProxy(new CaClientProxy)
 {
     const ErrorCode connectionResult = mProxy->connect();