diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-06-12 18:47:17 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-06-12 18:47:17 +0000 |
commit | 0c089d54bb3f7e0d5d283dff08e8b2fb6468ecd4 (patch) | |
tree | 2ae503a342f37310c414f3c6878baa01d68d75d8 /cpp/src/Slice/VbUtil.cpp | |
parent | adding IceSSL.TrustOnly.* (diff) | |
download | ice-0c089d54bb3f7e0d5d283dff08e8b2fb6468ecd4.tar.bz2 ice-0c089d54bb3f7e0d5d283dff08e8b2fb6468ecd4.tar.xz ice-0c089d54bb3f7e0d5d283dff08e8b2fb6468ecd4.zip |
More alphabetical checks
Diffstat (limited to 'cpp/src/Slice/VbUtil.cpp')
-rwxr-xr-x | cpp/src/Slice/VbUtil.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/src/Slice/VbUtil.cpp b/cpp/src/Slice/VbUtil.cpp index 412a378a0aa..3d0c439b150 100755 --- a/cpp/src/Slice/VbUtil.cpp +++ b/cpp/src/Slice/VbUtil.cpp @@ -35,17 +35,17 @@ lookupKwd(const string& name, int baseTypes, bool mangleCasts = false) static const string keywordList[] = { "AddHandler", "AddressOf", "Alias", "And", "AndAlso", "Ansi", "As", "Assembly", "Auto", - "Boolean", "ByRef", "Byte", "ByVal", "CBool", "CByte", "CChar", "CDate", "CDbl", "CDec", - "CInt", "CLng", "CObj", "CShort", "CSng", "CStr", "CType", "Call", "Case", "Catch", "Char", - "Class", "Const", "Date", "Decimal", "Declare", "Default", "Delegate", "Dim", "DirectCast", + "Boolean", "ByRef", "Byte", "ByVal", "Call", "Case", "Catch", "CBool", "CByte", "CChar", + "CDate", "CDbl", "CDec", "Char", "CInt", "Class", "CLng", "CObj", "Const", "CShort", "CSng", + "CStr", "CType", "Date", "Decimal", "Declare", "Default", "Delegate", "Dim", "DirectCast", "Do", "Double", "Each", "Else", "ElseIf", "End", "EndIf", "Enum", "Erase", "Error", "Event", "Exit", "False", "Finally", "For", "Friend", "Function", "Get", "GetType", "GoSub", "GoTo", "Handles", "If", "Implements", "Imports", "In", "Inherits", "Integer", "Interface", "Is", "Let", "Lib", "Like", "Long", "Loop", "Me", "Mod", "Module", "MustInherit", "MustOverride", - "MyBase", "MyClass", "Namespace", "New", "Next", "Not", "NotInheritable", "NotOverridable", - "Nothing", "Object", "On", "Option", "Optional", "Or", "OrElse", "Overloads", "Overridable", - "Overrides", "ParamArray", "Preserve", "Private", "Property", "Protected", "Public", "REM", - "RaiseEvent", "ReDim", "ReadOnly", "RemoveHandler", "Resume", "Return", "Select", "Set", + "MyBase", "MyClass", "Namespace", "New", "Next", "Not", "Nothing", "NotInheritable", + "NotOverridable", "Object", "On", "Option", "Optional", "Or", "OrElse", "Overloads", "Overridable", + "Overrides", "ParamArray", "Preserve", "Private", "Property", "Protected", "Public", "RaiseEvent", + "ReadOnly", "ReDim", "REM", "RemoveHandler", "Resume", "Return", "Select", "Set", "Shadows", "Shared", "Short", "Single", "Static", "Step", "Stop", "String", "Structure", "Sub", "SyncLock", "Then", "Throw", "To", "True", "Try", "TypeOf", "Unicode", "Until", "Variant", "Wend", "When", "While", "With", "WithEvents", "WriteOnly", "Xor" |