implementing getLocalPrefix method
diff --git a/include/sync-app-socket.h b/include/sync-app-socket.h
index 851a14c..a878c9d 100644
--- a/include/sync-app-socket.h
+++ b/include/sync-app-socket.h
@@ -89,6 +89,9 @@
 
   SyncLogic &
   getLogic () { return m_syncLogic; }
+
+  std::string
+  getLocalPrefix () { return m_ccnxHandle->getLocalPrefix (); }
   
 private:
   void