be explicit about epics::auto_ptr

This commit is contained in:
Michael Davidsaver
2017-11-06 12:46:13 -06:00
parent 9bf03fbfbe
commit dcb74b781d
5 changed files with 8 additions and 8 deletions

View File

@@ -145,7 +145,7 @@ void test_encodeAsIPv6Address()
{
testDiag("Test encodeAsIPv6Address()");
auto_ptr<ByteBuffer> buff(new ByteBuffer(32, EPICS_ENDIAN_LITTLE));
epics::auto_ptr<ByteBuffer> buff(new ByteBuffer(32, EPICS_ENDIAN_LITTLE));
char src[] = { (char)0, (char)0, (char)0, (char)0, (char)0, (char)0,
(char)0, (char)0, (char)0, (char)0, (char)0xFF, (char)0xFF,