certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/libRTI/ieee1516-2010 RTIvariableLengthDat...


From: CERTI CVS commits
Subject: [certi-cvs] certi/libRTI/ieee1516-2010 RTIvariableLengthDat...
Date: Thu, 06 Mar 2014 16:01:36 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      14/03/06 16:01:36

Modified files:
        libRTI/ieee1516-2010: RTIvariableLengthData.cpp 

Log message:
        API Update from 1516 to 1516e

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libRTI/ieee1516-2010/RTIvariableLengthData.cpp?cvsroot=certi&r1=1.1&r2=1.2

Patches:
Index: RTIvariableLengthData.cpp
===================================================================
RCS file: /sources/certi/certi/libRTI/ieee1516-2010/RTIvariableLengthData.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- RTIvariableLengthData.cpp   3 Mar 2014 16:43:25 -0000       1.1
+++ RTIvariableLengthData.cpp   6 Mar 2014 16:01:36 -0000       1.2
@@ -96,7 +96,7 @@
        // Caller gives up ownership of inData to this object.
        // This object assumes the responsibility of deleting inData
        // when it is no longer needed.
-       void VariableLengthData::takeDataPointer(void* inData, unsigned long 
inSize)
+       void VariableLengthData::takeDataPointer(void* inData, unsigned long 
inSize, VariableLengthDataDeleteFunction func)
        {
                if (_impl == 0)
                {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]