clientExample: refactor some code 92/276492/6
authorAdam Michalski <a.michalski2@partner.samsung.com>
Fri, 17 Jun 2022 09:25:50 +0000 (11:25 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Wed, 22 Jun 2022 13:05:37 +0000 (15:05 +0200)
commit9de7da59f02733dfa265270f55edb590a59c5308
tree769f8ff181fa2eef43e5d31bb5b1215ee82b3a4c
parent372ef536e69c8e8381d870b56884f10cbc358034
clientExample: refactor some code

- removed race condition causing the main thread to terminate before
  returns from all callbacks occured
- refactored some code to conform to the Tizen coding standards
- removed some unused variables
- added some comments to the source code

Change-Id: Ifa080f9f48747db201b7e73016b414dd5fe1b400
clientExample/app/main.cpp