diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-C61A6E8E-F295-53B4-ACC6-CFE1D9117895.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-C61A6E8E-F295-53B4-ACC6-CFE1D9117895.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,23 @@ + + + + + +Version +Handling OverviewEncapsulates version information. +
Description

It can be useful for +components that provide APIs to be able to report the version of the interface. +For example, many of the Symbian servers do this. Version information is made +of three parts:

    +
  • major version number

  • +
  • minor version number

  • +
  • build number

  • +

This is encapsulated in TVersion. A string representation +of this information is encapsulated in TVersionName.

+
\ No newline at end of file