lib: Added libbarryjdwp to build system, and fixed all compile issues
commit29674e77e9c8299a1c4893794434507a831f75be
authorChris Frey <cdfrey@foursquare.net>
Fri, 11 Sep 2009 02:40:19 +0000 (10 22:40 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 11 Sep 2009 02:51:53 +0000 (10 22:51 -0400)
treeed5fa827aea8d17f6008308c4d8831f15fa908d4
parent49227ebb00ac070195dd7dee85f2ad85bffb218f
lib: Added libbarryjdwp to build system, and fixed all compile issues

In addition to general compile fixes, the following changes were done
to j_server.cc:

- use auto_ptr with Thread handler pointer
- replace char *address with std::string
- changed bracket placement to match rest of code
- removed cout in favour of dout()
- fixed signed/unsigned warning
src/Makefile.am
src/barry.h
src/j_jdwp.cc
src/j_jdwp.h
src/j_manager.cc
src/j_manager.h
src/j_message.cc
src/j_message.h
src/j_server.cc
src/j_server.h