* src/toolbox/sequence.hpp: Added new file to hold sequence builder class.
authorMichael Starzinger <michi@complang.tuwien.ac.at>
Mon, 7 Sep 2009 22:23:11 +0000 (00:23 +0200)
committerMichael Starzinger <michi@complang.tuwien.ac.at>
Mon, 7 Sep 2009 22:23:11 +0000 (00:23 +0200)
commit907182a09a41ea1f4460a34c5feebb192e5d3035
tree775850e416f07b74cf6319fc09a78cd84bbab8b8
parent40459bd1e57eba466da1c0ace9f2ce0c407f9fc1
* src/toolbox/sequence.hpp: Added new file to hold sequence builder class.
* src/toolbox/Makefile.am (libtoolbox_la_SOURCES): Added above file.
* src/native/vm/nativevm.cpp: Use new sequence builder class.
* src/native/vm/openjdk/hpi.cpp: Likewise.
* src/native/vm/gnuclasspath/gnu_classpath_VMSystemProperties.cpp: Likewise.
src/native/vm/gnuclasspath/gnu_classpath_VMSystemProperties.cpp
src/native/vm/nativevm.cpp
src/native/vm/openjdk/hpi.cpp
src/toolbox/Makefile.am
src/toolbox/sequence.hpp [new file with mode: 0644]