Avoid reserved identifier, remove unnecessary typedef
Change-Id: I1172bff37539d1ffb8da7b53c0e5f1913f7b7ec7
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
// forward ---------------------------------------------------------------
|
// forward ---------------------------------------------------------------
|
||||||
|
|
||||||
#if HAVE_FEATURE_JAVA
|
#if HAVE_FEATURE_JAVA
|
||||||
typedef struct _JavaInfo JavaInfo;
|
struct JavaInfo;
|
||||||
#else
|
#else
|
||||||
typedef void* JavaInfo;
|
typedef void* JavaInfo;
|
||||||
#endif
|
#endif
|
||||||
|
@@ -215,7 +215,7 @@ typedef enum _javaFrameworkError
|
|||||||
For convenience this API provides the function <code>jfw_freeJavaInfo</code>
|
For convenience this API provides the function <code>jfw_freeJavaInfo</code>
|
||||||
which frees the objects properly. </p>
|
which frees the objects properly. </p>
|
||||||
*/
|
*/
|
||||||
struct _JavaInfo
|
struct JavaInfo
|
||||||
{
|
{
|
||||||
/** contains the vendor.
|
/** contains the vendor.
|
||||||
|
|
||||||
@@ -260,8 +260,6 @@ struct _JavaInfo
|
|||||||
sal_Sequence * arVendorData;
|
sal_Sequence * arVendorData;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct _JavaInfo JavaInfo;
|
|
||||||
|
|
||||||
/** frees the memory of a <code>JavaInfo</code> object.
|
/** frees the memory of a <code>JavaInfo</code> object.
|
||||||
@param pInfo
|
@param pInfo
|
||||||
The object which is to be freed. It can be NULL;
|
The object which is to be freed. It can be NULL;
|
||||||
|
Reference in New Issue
Block a user