Added debug build to the project

Fixes to getBroadcastAddresses().
This commit is contained in:
miha_vitorovic
2011-01-10 11:23:31 +01:00
parent 2dcc2eb486
commit 596034d6c6
4 changed files with 57 additions and 21 deletions

View File

@@ -6,6 +6,7 @@
*/
#include "inetAddressUtil.h"
#include "logger.h"
#include <byteBuffer.h>
#include <pvType.h>
@@ -23,6 +24,7 @@ using std::stringstream;
using std::hex;
int main(int argc, char *argv[]) {
createFileLogger("inetAddresUtils.log");
InetAddrVector *vec;
InetAddrVector *vec1;