Updated support for AIX.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@729 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-08-01 19:31:50 +00:00
parent 5bb928b5e8
commit 0e2ba5f0b3
59 changed files with 546 additions and 470 deletions

View File

@@ -127,7 +127,7 @@ RCODE KYCollateValue(
goto Exit;
}
if (RC_BAD( rc = pBufferIStream->open(
if (RC_BAD( rc = pBufferIStream->openStream(
(const char *)dynaBuf.getBufferPtr(), dynaBuf.getDataLength())))
{
goto Exit;