CalenInterimUtils Class Reference

API published in: S60 3rd Ed
API deprecated in: S60 3rd Ed

Link against: caleninterimutils.lib

Capability Information

Required Capabilities

None

Exceptions

ReadDeviceData is required in GlobalUidL()


#include <caleninterimutils.h>

Detailed Description

This class contains utility methods related to usage of Calendar Interim API This class is deprecated.

Please use CCalenInterimUtils2 instead.


Static Public Member Functions

static IMPORT_C void  PopulateChildFromParentL (CCalEntry &aChild, const CCalEntry &aParent)
  Deprecated.
static IMPORT_C HBufC8 *  GlobalUidL ()
  Deprecated.

Member Function Documentation

static IMPORT_C HBufC8* CalenInterimUtils::GlobalUidL  )  [static]
 

Deprecated.

Please use CCalenInterimUtils2 instead. Allocates and returns a new global UID.

Returns:
UID, ownership is transferred to caller
static IMPORT_C void CalenInterimUtils::PopulateChildFromParentL CCalEntry &  aChild,
const CCalEntry &  aParent
[static]
 

Deprecated.

Please use CCalenInterimUtils2 instead. Populates empty fields of a child entry with data from the parent entry.

Parameters:
aChild  child (modifying) entry to be populated
aParent  parent (originating) entry

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top