Remove deprecated warning from ExecCommand
authorZofia Abramowska <z.abramowska@samsung.com>
Mon, 21 Jul 2014 16:27:01 +0000 (18:27 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 12 Sep 2014 12:59:17 +0000 (14:59 +0200)
Change-Id: Ia65573cd5bcfeda269b29f0409fff472a4712e1a

src/manager/dpl/db/include/dpl/db/sql_connection.h

index 513137a..ecec0b0 100644 (file)
@@ -512,9 +512,8 @@ class SqlConnection
      * @param format
      * @param ...
      */
-    void ExecCommand(const char *format, ...) CKM_DEPRECATED_WITH_MESSAGE(
-            "To prevent sql injection do not use this \
-             method for direct sql execution");
+    //To prevent sql injection do not use this method for direct sql execution
+    void ExecCommand(const char *format, ...);
 
     /**
      * Execute BEGIN; command to start new transaction