summaryrefslogtreecommitdiff
path: root/ACE/ace/Configuration_Import_Export.h
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-02-11 11:33:12 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-02-11 11:33:12 +0000
commit4df04cc27ef1e77bcc941afaba7d4c943b98a936 (patch)
tree5054c2bde24d048d4790ff659b61be0838cd0d69 /ACE/ace/Configuration_Import_Export.h
parentb723802f85ac66026a503827677a2fb1e9a77933 (diff)
downloadATCD-4df04cc27ef1e77bcc941afaba7d4c943b98a936.tar.gz
Fri Feb 11 11:16:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
Merged changes from Remedy work branch.
Diffstat (limited to 'ACE/ace/Configuration_Import_Export.h')
-rw-r--r--ACE/ace/Configuration_Import_Export.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/Configuration_Import_Export.h b/ACE/ace/Configuration_Import_Export.h
index 41dc401e0c7..e3b9cde0457 100644
--- a/ACE/ace/Configuration_Import_Export.h
+++ b/ACE/ace/Configuration_Import_Export.h
@@ -83,12 +83,12 @@ private:
* using the Win32 Registry file export format. This format looks like
* [Section]
* "key"="String Data"
- * "key"=dword: numeric data in hexidecimal format
+ * "key"=dword: numeric data in hexadecimal format
* "key"=hex: binary data
*
* @todo
* - Add dynamic buffer when importing. currently it will not allow
- * importing of values greater than a fixed ammount (4096 bytes)
+ * importing of values greater than a fixed amount (4096 bytes)
*
*/
class ACE_Export ACE_Registry_ImpExp : public ACE_Config_ImpExp_Base
@@ -101,7 +101,7 @@ public:
virtual ~ACE_Registry_ImpExp (void);
/**
- * Imports the configuration database from filename.
+ * Imports the configuration database from @a filename.
* No existing data is removed.
*/
virtual int import_config (const ACE_TCHAR* filename);
@@ -149,7 +149,7 @@ private:
* Justification = left_justified
*
* The caller can then retrieve the string with the regular
- * <get_string_value> function and convert the string to the
+ * get_string_value() function and convert the string to the
* desired data type.
*
* @todo
@@ -157,7 +157,7 @@ private:
* - Strings with embedded quotes " cause the import to fail
* - Importing/exporting for values in the root section does not work
* - Add dynamic buffer when importing. currently it will not allow
- * importing of values greater than a fixed ammount (4096 bytes)
+ * importing of values greater than a fixed amount (4096 bytes)
*/
class ACE_Export ACE_Ini_ImpExp : public ACE_Config_ImpExp_Base
{
@@ -173,7 +173,7 @@ public:
virtual ~ACE_Ini_ImpExp (void);
/**
- * Imports the configuration database from filename.
+ * Imports the configuration database from @a filename.
* No existing data is removed.
*/
virtual int import_config (const ACE_TCHAR* filename);