Sun Java System Calendar Server 6 2005Q4 Developer's Guide

Method: FreeType

Purpose

Frees a previously allocated database plug-in type.

Syntax

PRUint32 FreeType(char* aType,PRInt32 *aReturnCode)=0;

Parameters

The method has the following parameters:

aType

The database plug-in type to free 

aReturnCode

NS_OK if successful. Normal processing does not continue if unsuccessful.

Returns

NS_OK on success, non-zero error code on failure.

Description

Frees the string allocated in QueryType method. Used by both implementations.