Update of /cvsroot/nsclspectcl/SpecTcl/Analysis
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7782/Analysis
Modified Files:
CBufferProcessor.cpp
Log Message:
Defect 162 Document that the translators created by the factory and buffer processor
support classes are dynamically allocated and must be deleted by the
client of these.
Index: CBufferProcessor.cpp
===================================================================
RCS file: /cvsroot/nsclspectcl/SpecTcl/Analysis/CBufferProcessor.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CBufferProcessor.cpp 3 Jun 2005 15:18:48 -0000 1.2
--- CBufferProcessor.cpp 29 Nov 2005 19:53:25 -0000 1.3
***************
*** 321,324 ****
--- 321,325 ----
This TranslatorPointer<unsigned short> can be used to get byte order
independent access to the contents of an NSCL data buffer.
+ The user must free this pointer when done.
\param pBuffer (const void*):
A pointer to an NSCL data acquisition system buffer.
|