Initial cspi commit
authorMike Gorse <mgorse@boston.site>
Mon, 23 Jun 2008 22:20:04 +0000 (18:20 -0400)
committerMike Gorse <mgorse@boston.site>
Mon, 23 Jun 2008 22:20:04 +0000 (18:20 -0400)
commit6e37a9ea253974a02f72cb65f88007aed0b3c77a
tree1af55f685000dde21d9586f954c2d79e180e1fe6
parente7f46077b316ed2a1a85529c10a9af4c5b09bd8b
Initial cspi commit
23 files changed:
Makefile.am
configure.ac
cspi/Makefile.am [new file with mode: 0644]
cspi/spi-impl.h [new file with mode: 0644]
cspi/spi-listener.h [new file with mode: 0644]
cspi/spi-private.h [new file with mode: 0644]
cspi/spi.h [new file with mode: 0644]
cspi/spi_accessible.c [new file with mode: 0644]
cspi/spi_action.c [new file with mode: 0644]
cspi/spi_component.c [new file with mode: 0644]
cspi/spi_editabletext.c [new file with mode: 0644]
cspi/spi_event.c [new file with mode: 0644]
cspi/spi_hyperlink.c [new file with mode: 0644]
cspi/spi_hypertext.c [new file with mode: 0644]
cspi/spi_listener.c [new file with mode: 0644]
cspi/spi_main.c [new file with mode: 0644]
cspi/spi_registry.c [new file with mode: 0644]
cspi/spi_selection.c [new file with mode: 0644]
cspi/spi_streamablecontent.c [new file with mode: 0644]
cspi/spi_table.c [new file with mode: 0644]
cspi/spi_text.c [new file with mode: 0644]
cspi/spi_value.c [new file with mode: 0644]
tests/clients/Makefile.am