diff options
| author | Jani Taskinen <jani@php.net> | 2008-08-03 12:12:45 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2008-08-03 12:12:45 +0000 |
| commit | c9c53d7bcd6291400808e48c4b9690a0414034df (patch) | |
| tree | 2f9340c5983748d92bb59eafa3f4184293503db9 /ext/com_dotnet/com_saproxy.c | |
| parent | 82d833a94c2c756fb2d8fee5942c584f2f1293fe (diff) | |
| download | php-git-c9c53d7bcd6291400808e48c4b9690a0414034df.tar.gz | |
- Nuketh C++ comments from C files.
Diffstat (limited to 'ext/com_dotnet/com_saproxy.c')
| -rw-r--r-- | ext/com_dotnet/com_saproxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/com_dotnet/com_saproxy.c b/ext/com_dotnet/com_saproxy.c index 490b6e57ae..a1e61f77cb 100644 --- a/ext/com_dotnet/com_saproxy.c +++ b/ext/com_dotnet/com_saproxy.c @@ -386,8 +386,8 @@ zend_object_handlers php_com_saproxy_handlers = { saproxy_read_dimension, saproxy_write_dimension, NULL, - NULL, //saproxy_object_get, - NULL, //saproxy_object_set, + NULL, /* saproxy_object_get, */ + NULL, /* saproxy_object_set, */ saproxy_property_exists, saproxy_property_delete, saproxy_dimension_exists, |
