commit | 20fd25c231305b0cbc06b5113430aadc003a5c14 | [log] [tgz] |
---|---|---|
author | Ethan Yonker <dees_troy@teamw.in> | Wed Sep 03 14:04:43 2014 -0500 |
committer | Ethan Yonker <dees_troy@teamw.in> | Wed Sep 03 14:04:43 2014 -0500 |
tree | 8d0c38974b793a381a639fa0a43965fac21cfad2 | |
parent | 73da42cb6eb9f036140444758c35766c353ee65d [diff] [blame] |
Improve error handling during MTP startup Change-Id: I9395481dd8d9cbd3346fe6682557236b48b4d6cd
diff --git a/mtp/mtp_MtpServer.hpp b/mtp/mtp_MtpServer.hpp index 360d1c3..ce6b13c 100755 --- a/mtp/mtp_MtpServer.hpp +++ b/mtp/mtp_MtpServer.hpp
@@ -43,7 +43,7 @@ class twmtp_MtpServer { public: void start(); - void setup(); + int setup(); void run(); void cleanup(); void send_object_added(int handle);