CVS update: /common/include/
milko at helixcommunity.org milko at helixcommunity.orgUser: milko Date: 02/12/05 22:00:42 Modified /common/include/ hxdataf.h Log Changed return value of Seek from ULONG32 to HX_RESULT. File Changes: Directory: /common/include/ =========================== File [changed]: hxdataf.h Url: https://common.helixcommunity.org/source/browse/common/include/hxdataf.h.diff?r1=1.1.1.1&r2=1.2 Delta lines: +2 -2 ------------------- --- hxdataf.h 18 Oct 2002 01:44:03 -0000 1.1.1.1 +++ hxdataf.h 6 Dec 2002 06:00:42 -0000 1.2 @@ -100,7 +100,7 @@ STDMETHOD(CreateFile) (THIS_ REF(IHXDataFile*) pDataFile, IUnknown* pContext, - REF(void*) pPersistantObject, + REF(IUnknown*) pPersistantObject, BOOL bDisableMemoryMappedIO, UINT32 ulChunkSize, BOOL bEnableFileLocking) PURE; @@ -189,7 +189,7 @@ * fromWhere specifier returns current position of file or -1 on * error. */ - STDMETHOD_(ULONG32, Seek) (THIS_ + STDMETHOD(Seek) (THIS_ ULONG32 offset, UINT16 fromWhere) PURE; /* Tell returns the current file position in the file */ --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe at common.helixcommunity.org For additional commands, e-mail: cvs-help at common.helixcommunity.org