Searched defs:SOAP_NEW (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h823 # define SOAP_NEW(type) new type /* AIX compilers don't like new (t) */ macro
1278 # define SOAP_NEW(type) new type /* old form w/o parenthesis */ macro
1280 # define SOAP_NEW(type) new (type) /* with parenthesis */ macro

Completed in 47 milliseconds