sventon subversion web client - http://www.sventon.org |
[show recent changes] | |
Rev: 13272 - svn://svn.freehep.org/svn / freehep / branches / freehep-aidajni-3.2.x-noswig / src / main / include / JITuple.h |
Unified Diff View - JITuple.h |
/freehep/branches/freehep-aidajni-3.2.x-noswig/src/main/include/JITuple.h @ revision 13271 |
---|
/freehep/branches/freehep-aidajni-3.2.x-noswig/src/main/include/JITuple.h @ revision 13272 |
@@ -205,7 +205,7 @@ * @return false If the column is of the wrong type. * */ - JNIEXPORT virtual bool fill(int column, long value); + JNIEXPORT virtual bool fill(int column, AIDA::int64 value); /** * Fill a given column with a char. @@ -367,7 +367,7 @@ * @return The long. * */ - JNIEXPORT virtual long getLong(int column) const; + JNIEXPORT virtual AIDA::int64 getLong(int column) const; /** * Get the character stored in a given column at the current cursor's position. |
sventon 2.5.1