18 lines
229 B
C
18 lines
229 B
C
#ifndef __WEBSERVICESCORE__
|
|
#define __WEBSERVICESCORE__
|
|
|
|
#ifndef __COREFOUNDATION__
|
|
#include <CoreFoundation.h>
|
|
#endif
|
|
|
|
|
|
#ifndef __WSMETHODINVOCATION__
|
|
#include <WSMethodInvocation.h>
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif /* __WEBSERVICESCORE__ */
|
|
|