cdlcompiler/test/Ex2.cdl
changeset 0 f58d6ec98e88
equal deleted inserted replaced
-1:000000000000 0:f58d6ec98e88
       
     1 // ********** this is the original v1.0 interface ***********
       
     2 
       
     3 Name: extension test
       
     4 Version: 1.0
       
     5 UID: 0x1f123556
       
     6 
       
     7 
       
     8 %% API
       
     9 
       
    10 TInt v1_API;
       
    11 
       
    12 
       
    13 // ********** this is the start of the v1.1 extension ***********
       
    14 
       
    15 %% header
       
    16 
       
    17 Version: 1.1
       
    18 
       
    19 
       
    20 %% API
       
    21 
       
    22 TInt v2_API;