summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertyNames.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r--cpp/src/Ice/PropertyNames.cpp15
1 files changed, 14 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp
index f4d74f3bc50..e6278635e3c 100644
--- a/cpp/src/Ice/PropertyNames.cpp
+++ b/cpp/src/Ice/PropertyNames.cpp
@@ -6,7 +6,7 @@
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
-// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Nov 5 12:25:50 2015
+// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri Nov 6 09:55:41 2015
// IMPORTANT: Do not edit this file -- any edits made here will be lost!
@@ -1053,6 +1053,17 @@ const IceInternal::PropertyArray
IceInternal::PropertyNames::IceStormAdminProps(IceStormAdminPropsData,
sizeof(IceStormAdminPropsData)/sizeof(IceStormAdminPropsData[0]));
+const IceInternal::Property IceBTPropsData[] =
+{
+ IceInternal::Property("IceBT.DefaultAddress", false, 0),
+ IceInternal::Property("IceBT.RcvSize", false, 0),
+ IceInternal::Property("IceBT.SndSize", false, 0),
+};
+
+const IceInternal::PropertyArray
+ IceInternal::PropertyNames::IceBTProps(IceBTPropsData,
+ sizeof(IceBTPropsData)/sizeof(IceBTPropsData[0]));
+
const IceInternal::Property Glacier2PropsData[] =
{
IceInternal::Property("Glacier2.AddConnectionContext", false, 0),
@@ -1262,6 +1273,7 @@ const IceInternal::PropertyArray IceInternal::PropertyNames::validProps[] =
IcePatch2ClientProps,
IceSSLProps,
IceStormAdminProps,
+ IceBTProps,
Glacier2Props,
Glacier2CryptPermissionsVerifierProps,
FreezeProps,
@@ -1283,6 +1295,7 @@ const char* IceInternal::PropertyNames::clPropNames[] =
"IcePatch2Client",
"IceSSL",
"IceStormAdmin",
+ "IceBT",
"Glacier2",
"Glacier2CryptPermissionsVerifier",
"Freeze",