diff options
Diffstat (limited to 'gcc/ada/exp_tss.ads')
-rw-r--r-- | gcc/ada/exp_tss.ads | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/exp_tss.ads b/gcc/ada/exp_tss.ads index d6a18fb1bfe..0fd967edd14 100644 --- a/gcc/ada/exp_tss.ads +++ b/gcc/ada/exp_tss.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2010, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -82,6 +82,7 @@ package Exp_Tss is TSS_Deep_Finalize : constant TNT := "DF"; -- Deep Finalize TSS_Deep_Initialize : constant TNT := "DI"; -- Deep Initialize TSS_Composite_Equality : constant TNT := "EQ"; -- Composite Equality + TSS_Finalize_Address : constant TNT := "FD"; -- Finalize Address TSS_From_Any : constant TNT := "FA"; -- PolyORB/DSA From_Any TSS_Init_Proc : constant TNT := "IP"; -- Initialization Procedure TSS_CPP_Init_Proc : constant TNT := "IC"; -- Init C++ dispatch tables @@ -103,6 +104,7 @@ package Exp_Tss is TSS_Deep_Finalize, TSS_Deep_Initialize, TSS_Composite_Equality, + TSS_Finalize_Address, TSS_From_Any, TSS_Init_Proc, TSS_CPP_Init_Proc, |