diff options
| author | click <none@none> | 2010-11-04 05:30:29 +0100 |
|---|---|---|
| committer | click <none@none> | 2010-11-04 05:30:29 +0100 |
| commit | 9b16ee203f3f8e6e21c4864bd3308bf58c7b6800 (patch) | |
| tree | 14950af01860fc520bbbd320c7ad81ef0281cbf3 /dep/acelite/ace/Configuration.h | |
| parent | 2604250c3c4efd93e9977f2eb72d6398a7a7bcb2 (diff) | |
Dep/ACE: Upgrade ACE -library to 5.8.3
--HG--
branch : trunk
Diffstat (limited to 'dep/acelite/ace/Configuration.h')
| -rw-r--r-- | dep/acelite/ace/Configuration.h | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/dep/acelite/ace/Configuration.h b/dep/acelite/ace/Configuration.h index 3543619017e..4c931e6abed 100644 --- a/dep/acelite/ace/Configuration.h +++ b/dep/acelite/ace/Configuration.h @@ -4,7 +4,7 @@ /** * @file Configuration.h * - * $Id: Configuration.h 86348 2009-08-04 14:45:29Z shuston $ + * $Id: Configuration.h 91688 2010-09-09 11:21:50Z johnnyw $ * * @author Chris Hafey <chafey@stentor.com> * @@ -360,22 +360,6 @@ public: int create = 1); /** - * @deprecated Exports the configuration database to filename. - * If @a filename is already present, it is overwritten. This function is - * deprecated and will be removed in a future version of ACE. Please use - * either ACE_Registry_ImpExp or ACE_Ini_ImpExp instead. - */ - int export_config (const ACE_TCHAR* filename); - - /** - * @deprecated Imports the configuration database from filename. Any - * existing data is not removed. This function is deprecated and will be - * removed in a future version of ACE. Please use ACE_Registry_ImpExp - * or ACE_Ini_ImpExp instead. - */ - int import_config (const ACE_TCHAR* filename); - - /** * Determine if the contents of this object is the same as the * contents of the object on the right hand side. * Returns true if they are equal and false if they are not equal @@ -619,9 +603,6 @@ typedef ACE_Hash_Map_Manager_Ex<ACE_Configuration_ExtId, ACE_Null_Mutex> SUBSECTION_HASH; -/// @deprecated Deprecated typedef. Use the SUBSECTION_HASH::ENTRY trait instead. -typedef SUBSECTION_HASH::ENTRY SUBSECTION_ENTRY; - /** * @class ACE_Configuration_Value_IntId * |
