diff options
Diffstat (limited to 'cppe/src/IceE/PropertyNames.cpp')
-rw-r--r-- | cppe/src/IceE/PropertyNames.cpp | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/cppe/src/IceE/PropertyNames.cpp b/cppe/src/IceE/PropertyNames.cpp deleted file mode 100644 index b7a5f4c0161..00000000000 --- a/cppe/src/IceE/PropertyNames.cpp +++ /dev/null @@ -1,54 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. -// -// This copy of IceE is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. -// -// ********************************************************************** - -// Generated by makeprops.py from file `../config/PropertyNames.def', Mon Jul 11 15:46:09 2005 - -// IMPORTANT: Do not edit this file -- any edits made here will be lost! - -#include <IceE/PropertyNames.h> - -const char* IceInternal::PropertyNames::IceEProps[] = -{ - "IceE.ChangeUser", - "IceE.Config", - "IceE.Default.Host", - "IceE.Default.Locator", - "IceE.Default.Package", - "IceE.Default.Protocol", - "IceE.Default.Router", - "IceE.MessageSizeMax", - "IceE.NullHandleAbort", - "IceE.Override.ConnectTimeout", - "IceE.Override.Timeout", - "IceE.Package.*", - "IceE.PrintAdapterReady", - "IceE.PrintProcessId", - "IceE.ProgramName", - "IceE.RetryIntervals", - "IceE.ServerId", - "IceE.StdErr", - "IceE.StdOut", - "IceE.ThreadPerConnection.StackSize", - "IceE.Trace.Location", - "IceE.Trace.Network", - "IceE.Trace.Protocol", - "IceE.Trace.Retry", - "IceE.Trace.Slicing", - "IceE.Warn.Connections", - "IceE.Warn.Dispatch", - "IceE.Warn.Endpoints", - "IceE.Warn.Leaks", - 0 -}; - -ICEE_API const char* const* IceInternal::PropertyNames::validProps[] = -{ - IceEProps, - 0 -}; |