Code

Split out domptr stuff into its own .h file, so that it can be used by other things...
authorishmal <ishmal@users.sourceforge.net>
Wed, 23 Apr 2008 17:56:40 +0000 (17:56 +0000)
committerishmal <ishmal@users.sourceforge.net>
Wed, 23 Apr 2008 17:56:40 +0000 (17:56 +0000)
commit43681cdf579847308fcba92f8db11e576405f540
tree8c0bc18bf4f69994ca4f1d995bd5f1ae03bb4bac
parentdf0e553525f660285ec785079f7f79c46e7ce40b
Split out domptr stuff into its own .h file, so that it can be used by other things.  This might lead to a GP smart pointer to use for binding with scripts.
src/dom/dom.h
src/dom/domptr.cpp
src/dom/domptr.h [new file with mode: 0644]