diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/PropertyNames.def | 1 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 3 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/cpp/config/PropertyNames.def b/cpp/config/PropertyNames.def index ad5b0d07200..b5ef7d8bc68 100644 --- a/cpp/config/PropertyNames.def +++ b/cpp/config/PropertyNames.def @@ -188,6 +188,7 @@ IceGrid: Node.RegisterProcess Node.CollocateRegistry Node.Data + Node.DisableOnFailure Node.Endpoints Node.Name Node.Output diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index d44041f015d..c89b0abf810 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', Fri Nov 25 11:59:22 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Wed Jan 4 16:04:58 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -103,6 +103,7 @@ const char* IceInternal::PropertyNames::IceGridProps[] = "IceGrid.Node.RegisterProcess", "IceGrid.Node.CollocateRegistry", "IceGrid.Node.Data", + "IceGrid.Node.DisableOnFailure", "IceGrid.Node.Endpoints", "IceGrid.Node.Name", "IceGrid.Node.Output", diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index eb3621d9ae5..937141f50d8 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', Fri Nov 25 11:59:22 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Wed Jan 4 16:04:58 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! |