Merged Jeff's 3.15_libcom_from_cvs_trunk branch.

This commit is contained in:
Andrew Johnson
2014-08-25 16:27:18 -05:00
14 changed files with 375 additions and 271 deletions

View File

@@ -25,7 +25,7 @@
#include <string>
#include <climits>
#include <stdexcept>
#include <stdio.h>
#include <cstdio>
#define epicsExportSharedSymbols
#include "ipAddrToAsciiAsynchronous.h"
@@ -206,7 +206,7 @@ ipAddrToAsciiEnginePrivate::~ipAddrToAsciiEnginePrivate ()
this->thread.exitWait ();
}
// for now its probably sufficent to allocate one
// for now its probably sufficient to allocate one
// DNS transaction thread for all codes sharing
// the same process that need DNS services but we
// leave our options open for the future