diff options
author | Jani Taskinen <jani@php.net> | 2008-08-03 12:15:55 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2008-08-03 12:15:55 +0000 |
commit | b17dc14f180800ace763ca70db8e0669dfff4ac5 (patch) | |
tree | ad3ed2c1d56ab249b0dbaa43e42686485247bec3 /ext/com_dotnet/com_saproxy.c | |
parent | 97424e78d60271de58ba439b00bafac939a8ac9b (diff) | |
download | php-git-b17dc14f180800ace763ca70db8e0669dfff4ac5.tar.gz |
MFH: nuketh C++ comments
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 d852f313f5..393cd01ef4 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, |