diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-02-16 00:40:08 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-02-16 00:40:08 +0000 |
commit | f6b39aa2667834a2dee6a162c56ea3278d77d5a7 (patch) | |
tree | 3b30978d3c80004121592825991fa971bbe098b5 /cpp/src | |
parent | *** empty log message *** (diff) | |
download | ice-f6b39aa2667834a2dee6a162c56ea3278d77d5a7.tar.bz2 ice-f6b39aa2667834a2dee6a162c56ea3278d77d5a7.tar.xz ice-f6b39aa2667834a2dee6a162c56ea3278d77d5a7.zip |
Fixed DbCheckpoint property
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index f42794ca910..26e0e2a3899 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../config/PropertyNames.def', Tue Feb 15 19:04:59 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Tue Feb 15 19:33:16 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -348,7 +348,7 @@ const char* IceInternal::PropertyNames::Glacier2Props[] = const char* IceInternal::PropertyNames::FreezeProps[] = { - "Freeze.DbEnv.*.DbCheckpointPeriod", + "Freeze.DbEnv.*.CheckpointPeriod", "Freeze.DbEnv.*.DbHome", "Freeze.DbEnv.*.DbPrivate", "Freeze.DbEnv.*.DbRecoverFatal", diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index 8b2a4249c0c..2010f35fde0 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../config/PropertyNames.def', Tue Feb 15 19:04:59 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Tue Feb 15 19:33:16 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! |