Release version 0.7-0
[vicar] / src / vicar-telepathy / cpp / connection.cpp
index 3f71330..612392e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-@version: 0.6
+@version: 0.7
 @author: Sudheer K. <scifi1947 at gmail.com>
 @license: GNU General Public License
 
@@ -119,7 +119,6 @@ Connection::Connection(const QString & account,
 
     this->setProperty("Status",org::freedesktop::Telepathy::CONNECTION_STATUS_CONNECTED);
 
-
     //this->setProperty("SelfHandle",org::freedesktop::Telepathy::HANDLE_TYPE_CONTACT);
     uint selfHandle(SELF_HANDLE);
     this->setProperty("SelfHandle",selfHandle);
@@ -164,7 +163,6 @@ Connection::Connection(const QString & account,
 
 
     strMessage = "VICaR Connection: Connection set up.";
-
     d->logUtility->logMessage(strMessage);
 }
 
@@ -370,7 +368,7 @@ QStringList Connection::InspectHandles(const uint handle_type,
     QStringList handlesList;
 
     QString strMessage = "VICaR Connection: InspectHandles.";
-    //d->logUtility->logMessage(strMessage);
+    d->logUtility->logMessage(strMessage);
 
      // check input:
     if (d->connection_status != Connected)