diff options
author | damitha | 2010-07-07 15:37:29 +0000 |
---|---|---|
committer | damitha | 2010-07-07 15:37:29 +0000 |
commit | f0fa69a1c2a56aa4ead152afd875bdfe1f92d253 (patch) | |
tree | 130de423f7f4fb5af604831f13f0621a8c359569 /util | |
parent | 07594eca986e9fe7fba221ffd11f576a0708acb8 (diff) | |
download | axis2c-f0fa69a1c2a56aa4ead152afd875bdfe1f92d253.tar.gz axis2c-f0fa69a1c2a56aa4ead152afd875bdfe1f92d253.tar.bz2 |
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@961412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util')
-rw-r--r-- | util/include/platforms/windows/axutil_uuid_gen_windows.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/util/include/platforms/windows/axutil_uuid_gen_windows.h b/util/include/platforms/windows/axutil_uuid_gen_windows.h index 3b9a371..c985432 100644 --- a/util/include/platforms/windows/axutil_uuid_gen_windows.h +++ b/util/include/platforms/windows/axutil_uuid_gen_windows.h @@ -24,23 +24,24 @@ extern "C" { -#endif /*
*/ -
+#endif /* */ + /* Function prototypes */ -
+ /** * Generate universally unique id * @return a char pointer to uuid */ AXIS2_EXTERN axis2_char_t * AXIS2_CALL -
axutil_platform_uuid_gen( -
char *s); -
+ axutil_platform_uuid_gen( + char *s); + /** @} */ #ifdef __cplusplus } -#endif /*
*/ +#endif /* */ #endif /* AXIS2_UDDI_GEN_WINDOWS_H */ + |