diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-09-01 20:51:59 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-09-01 20:51:59 (GMT) |
commit | ddd9db10907ee4cee6c44b24b96d81b062521752 (patch) | |
tree | dad93a6003344852c61d5916c8fbc11ab88ad9ed /src/bindings/swig/php/uscxmlNativePHP.php | |
parent | fd0778237785840ec754f98e847a524590cbf61c (diff) | |
download | uscxml-ddd9db10907ee4cee6c44b24b96d81b062521752.zip uscxml-ddd9db10907ee4cee6c44b24b96d81b062521752.tar.gz uscxml-ddd9db10907ee4cee6c44b24b96d81b062521752.tar.bz2 |
Added Data::BINARY and compile fixes for non MacOSX platforms
Diffstat (limited to 'src/bindings/swig/php/uscxmlNativePHP.php')
-rw-r--r-- | src/bindings/swig/php/uscxmlNativePHP.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bindings/swig/php/uscxmlNativePHP.php b/src/bindings/swig/php/uscxmlNativePHP.php index 358975a..668e01b 100644 --- a/src/bindings/swig/php/uscxmlNativePHP.php +++ b/src/bindings/swig/php/uscxmlNativePHP.php @@ -2,7 +2,7 @@ /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). - * Version 2.0.9 + * Version 2.0.7 * * This file is not intended to be easily readable and contains a number of * coding conventions designed to improve portability and efficiency. Do not make @@ -254,6 +254,8 @@ class Data { const INTERPRETED = Data_INTERPRETED; + const BINARY = Data_BINARY; + function __construct($atom__or_dom=null,$type_=null) { if (is_resource($atom__or_dom) && get_resource_type($atom__or_dom) === '_p_uscxml__Data') { $this->_cPtr=$atom__or_dom; |