diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-C61A6E8E-F295-53B4-ACC6-CFE1D9117895.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-C61A6E8E-F295-53B4-ACC6-CFE1D9117895.dita Wed Mar 31 11:11:55 2010 +0100 @@ -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