summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-23 17:40:12 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-23 17:40:12 +0000
commitf9f4302babc0b507fa52178c6c56b5e1cce00913 (patch)
tree2533502ba774a863e5651038ccabd180c58b6c66
parent6c339174b2ad36b6bacba67a7c157a342a204495 (diff)
downloadATCD-f9f4302babc0b507fa52178c6c56b5e1cce00913.tar.gz
ChangeLogTag: Tue Dec 23 11:34:56 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/CCF/CCF/CIDL/CIDL.vcproj652
-rw-r--r--TAO/CIAO/CCF/CCF/CIDL/SemanticAction/Impl/HomeExecutor.cpp2
-rw-r--r--TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj309
-rw-r--r--TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.vcproj288
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/IDL2.vcproj1606
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/LexicalAnalyzer.cpp2
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/Parser.hpp2
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Attribute.cpp2
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Interface.cpp2
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Member.cpp2
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Operation.cpp6
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp4
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Elements.hpp1
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Graph.hpp108
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Graph.tpp238
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/IDL3.vcproj977
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Component.cpp4
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Consumes.cpp2
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Emits.cpp2
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp6
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/HomeFactory.cpp4
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Provides.cpp2
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Publishes.cpp2
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Uses.cpp2
-rw-r--r--TAO/CIAO/ChangeLog33
25 files changed, 2118 insertions, 2140 deletions
diff --git a/TAO/CIAO/CCF/CCF/CIDL/CIDL.vcproj b/TAO/CIAO/CCF/CCF/CIDL/CIDL.vcproj
index 73eb6c82776..4c1e0e297f3 100644
--- a/TAO/CIAO/CCF/CCF/CIDL/CIDL.vcproj
+++ b/TAO/CIAO/CCF/CCF/CIDL/CIDL.vcproj
@@ -1,337 +1,315 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="CIDL"
- ProjectGUID="{ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- Optimization="0"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CIDL.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CIDL.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\LexicalAnalyzer.cpp">
- </File>
- <File
- RelativePath=".\Parser.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\LexicalAnalyzer.hpp">
- </File>
- <File
- RelativePath=".\Parser.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree.hpp">
- </File>
- <File
- RelativePath=".\Token.hpp">
- </File>
- <File
- RelativePath=".\Traversal.hpp">
- </File>
- </Filter>
- <Filter
- Name="SemanticAction"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Composition.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Composition.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\HomeExecutor.hpp">
- </File>
- </Filter>
- <Filter
- Name="Impl"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Composition.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\HomeExecutor.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Composition.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\HomeExecutor.hpp">
- </File>
- </Filter>
- </Filter>
- </Filter>
- <Filter
- Name="SyntaxTree"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SyntaxTree\Composition.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SyntaxTree\HomeExecutor.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SyntaxTree\Composition.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\HomeExecutor.hpp">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Traversal"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Composition.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)3.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)3.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\HomeExecutor.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Composition.hpp">
- </File>
- <File
- RelativePath=".\Traversal\HomeExecutor.hpp">
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="CIDL"
+ ProjectGUID="{ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ Optimization="0"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CIDL.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="4"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CIDL.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\LexicalAnalyzer.cpp">
+ </File>
+ <File
+ RelativePath=".\Parser.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\LexicalAnalyzer.hpp">
+ </File>
+ <File
+ RelativePath=".\Parser.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph.hpp">
+ </File>
+ <File
+ RelativePath=".\Token.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="SemanticAction"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Composition.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Composition.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\HomeExecutor.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Impl"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Composition.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\HomeExecutor.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Composition.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\HomeExecutor.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="SemanticGraph"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Composition.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Executor.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Composition.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Executor.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Traversal"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Elements.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Executor.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Composition.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Executor.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Template Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Composition.tpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/TAO/CIAO/CCF/CCF/CIDL/SemanticAction/Impl/HomeExecutor.cpp b/TAO/CIAO/CCF/CCF/CIDL/SemanticAction/Impl/HomeExecutor.cpp
index 5bb3e47dcf2..f4335b82be5 100644
--- a/TAO/CIAO/CCF/CCF/CIDL/SemanticAction/Impl/HomeExecutor.cpp
+++ b/TAO/CIAO/CCF/CCF/CIDL/SemanticAction/Impl/HomeExecutor.cpp
@@ -72,7 +72,7 @@ namespace CCF
cerr << "no home with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "incompatible type in implements specification" << endl;
}
diff --git a/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj b/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj
index 64b0963a942..d7024e79590 100644
--- a/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj
+++ b/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj
@@ -1,153 +1,156 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="CodeGenerationKit"
- ProjectGUID="{5F0B01BD-722F-4958-8E02-680588866D7C}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CodeGenerationKit.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CodeGenerationKit.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\CommandLine.cpp">
- </File>
- <File
- RelativePath=".\CommandLineGrammar.cpp">
- </File>
- <File
- RelativePath=".\CommandLineParser.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\CommandLine.hpp">
- </File>
- <File
- RelativePath=".\CommandLineDescriptor.hpp">
- </File>
- <File
- RelativePath=".\CommandLineGrammar.hpp">
- </File>
- <File
- RelativePath=".\CommandLineParser.hpp">
- </File>
- <File
- RelativePath=".\IndentationBuffer.hpp">
- </File>
- <File
- RelativePath=".\IndentationIDL.hpp">
- </File>
- <File
- RelativePath=".\IndentationImplanter.hpp">
- </File>
- <File
- RelativePath=".\IndentationXML.hpp">
- </File>
- <File
- RelativePath=".\Regex.hpp">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="CodeGenerationKit"
+ ProjectGUID="{5F0B01BD-722F-4958-8E02-680588866D7C}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CodeGenerationKit.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="4"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CodeGenerationKit.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\CommandLine.cpp">
+ </File>
+ <File
+ RelativePath=".\CommandLineGrammar.cpp">
+ </File>
+ <File
+ RelativePath=".\CommandLineParser.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\CommandLine.hpp">
+ </File>
+ <File
+ RelativePath=".\CommandLineDescriptor.hpp">
+ </File>
+ <File
+ RelativePath=".\CommandLineGrammar.hpp">
+ </File>
+ <File
+ RelativePath=".\CommandLineParser.hpp">
+ </File>
+ <File
+ RelativePath=".\IndentationBuffer.hpp">
+ </File>
+ <File
+ RelativePath=".\IndentationCxx.hpp">
+ </File>
+ <File
+ RelativePath=".\IndentationIDL.hpp">
+ </File>
+ <File
+ RelativePath=".\IndentationImplanter.hpp">
+ </File>
+ <File
+ RelativePath=".\IndentationXML.hpp">
+ </File>
+ <File
+ RelativePath=".\Regex.hpp">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.vcproj b/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.vcproj
index 8d12dab2342..b84fda1c5fb 100644
--- a/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.vcproj
+++ b/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.vcproj
@@ -1,144 +1,144 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="CompilerElements"
- ProjectGUID="{CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4800"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CompilerElements.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4800"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CompilerElements.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\Introspection.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\Context.hpp">
- </File>
- <File
- RelativePath=".\Diagnostic.hpp">
- </File>
- <File
- RelativePath=".\ExH.hpp">
- </File>
- <File
- RelativePath=".\FileSystem.hpp">
- </File>
- <File
- RelativePath=".\Introspection.hpp">
- </File>
- <File
- RelativePath=".\Preprocessor.hpp">
- </File>
- <File
- RelativePath=".\ReferenceCounting.hpp">
- </File>
- <File
- RelativePath=".\TokenStream.hpp">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="CompilerElements"
+ ProjectGUID="{CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4800"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CompilerElements.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4800"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="4"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CompilerElements.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\Introspection.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\Context.hpp">
+ </File>
+ <File
+ RelativePath=".\Diagnostic.hpp">
+ </File>
+ <File
+ RelativePath=".\ExH.hpp">
+ </File>
+ <File
+ RelativePath=".\FileSystem.hpp">
+ </File>
+ <File
+ RelativePath=".\Introspection.hpp">
+ </File>
+ <File
+ RelativePath=".\Preprocessor.hpp">
+ </File>
+ <File
+ RelativePath=".\ReferenceCounting.hpp">
+ </File>
+ <File
+ RelativePath=".\TokenStream.hpp">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/TAO/CIAO/CCF/CCF/IDL2/IDL2.vcproj b/TAO/CIAO/CCF/CCF/IDL2/IDL2.vcproj
index 8af0f2191c5..4a330325147 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/IDL2.vcproj
+++ b/TAO/CIAO/CCF/CCF/IDL2/IDL2.vcproj
@@ -1,758 +1,848 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="IDL2"
- ProjectGUID="{78A62970-330F-4FF1-9B0E-74F689A4EA4F}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- Optimization="0"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/IDL2.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/IDL2.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\LexicalAnalyzer.cpp">
- </File>
- <File
- RelativePath=".\Parser.cpp">
- </File>
- <File
- RelativePath=".\Token.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\LexicalAnalyzer.hpp">
- </File>
- <File
- RelativePath=".\Parser.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree.hpp">
- </File>
- <File
- RelativePath=".\Token.hpp">
- </File>
- <File
- RelativePath=".\Traversal.hpp">
- </File>
- </Filter>
- <Filter
- Name="SyntaxTree"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx">
- <File
- RelativePath=".\SyntaxTree\BuiltIn.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Elements.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\ElementsCtor.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Interface.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\InterfaceCtor.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Member.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Module.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Operation.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Sequence.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Struct.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SyntaxTree\Translation.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\TranslationCtor.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Typedef.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\TypeId.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\ValueType.cpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\ValueTypeCtor.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd">
- <File
- RelativePath=".\SyntaxTree\BuiltIn.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Elements.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Interface.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Member.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Module.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Operation.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Sequence.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Struct.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Translation.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Typedef.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\TypeId.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\ValueType.hpp">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Parsing"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\Parsing\Action.hpp">
- </File>
- <File
- RelativePath=".\Parsing\Elements.hpp">
- </File>
- <File
- RelativePath=".\Parsing\Recovery.hpp">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Traversal"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\Traversal\BuiltIn.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Elements.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Interface.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Member.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Module.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Operation.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Sequence.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Struct.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Translation.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Typedef.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\TypeId.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\Traversal\BuiltIn.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Elements.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Interface.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Member.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Module.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Operation.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Sequence.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Struct.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Translation.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Typedef.hpp">
- </File>
- <File
- RelativePath=".\Traversal\TypeId.hpp">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="SemanticAction"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Operation.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Attribute.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Include.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Interface.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Member.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Module.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Operation.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Struct.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Typedef.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\TypeId.hpp">
- </File>
- </Filter>
- <Filter
- Name="Impl"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Attribute.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Elements.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Include.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Interface.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Member.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Module.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Operation.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)3.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)3.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Struct.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Typedef.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\TypeId.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Attribute.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Include.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Interface.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Member.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Module.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Operation.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Struct.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Typedef.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\TypeId.hpp">
- </File>
- </Filter>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="IDL2"
+ ProjectGUID="{78A62970-330F-4FF1-9B0E-74F689A4EA4F}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ Optimization="0"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/IDL2.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="4"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/IDL2.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\LexicalAnalyzer.cpp">
+ </File>
+ <File
+ RelativePath=".\Parser.cpp">
+ </File>
+ <File
+ RelativePath=".\Token.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\LexicalAnalyzer.hpp">
+ </File>
+ <File
+ RelativePath=".\Parser.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph.hpp">
+ </File>
+ <File
+ RelativePath=".\Token.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="SemanticGraph"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx">
+ <File
+ RelativePath=".\SemanticGraph\Attribute.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Enum.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Exception.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Fundamental.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Interface.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Literals.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Member.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Module.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Name.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Operation.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Sequence.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Struct.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Translation.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\TypeId.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\ValueType.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd">
+ <File
+ RelativePath=".\SemanticGraph\Attribute.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Enum.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Exception.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Fundamental.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Graph.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Interface.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Literals.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Member.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Module.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Name.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Operation.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Sequence.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Struct.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Translation.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\TypeId.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\ValueType.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Template Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Elements.tpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Graph.tpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Inline Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Translation.ipp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Parsing"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\Parsing\Action.hpp">
+ </File>
+ <File
+ RelativePath=".\Parsing\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\Parsing\Recovery.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Traversal"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Attribute.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Elements.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Enum.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Exception.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Fundamental.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Interface.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Member.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Module.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Operation.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Sequence.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Struct.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Translation.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\TypeId.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\ValueType.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Attribute.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Enum.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Exception.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Fundamental.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Interface.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Member.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Module.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Operation.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Sequence.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Struct.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Translation.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\TypeId.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\ValueType.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Template Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Elements.tpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Interface.tpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Operation.tpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="SemanticAction"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Operation.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Attribute.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Enum.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Exception.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Include.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Interface.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Member.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Module.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Operation.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Struct.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Typedef.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\TypeId.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Impl"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Attribute.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Elements.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Enum.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Exception.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Include.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Interface.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Member.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Module.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Operation.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)3.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)3.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Struct.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Typedef.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\TypeId.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Attribute.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Enum.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Exception.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Include.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Interface.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Member.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Module.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Operation.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Struct.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Typedef.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\TypeId.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/TAO/CIAO/CCF/CCF/IDL2/LexicalAnalyzer.cpp b/TAO/CIAO/CCF/CCF/IDL2/LexicalAnalyzer.cpp
index 4536ca56f9b..e24593db8be 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/LexicalAnalyzer.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/LexicalAnalyzer.cpp
@@ -775,7 +775,7 @@ namespace CCF
token = TokenPtr (new CharacterLiteral (r.first, lexeme, c.line ()));
return true;
}
- catch (Format const& e)
+ catch (Format const&)
{
cerr << "error: invalid character literal format" << endl;
return false;
diff --git a/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp b/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
index 91969b0858e..18795137696 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/Parser.hpp
@@ -242,7 +242,7 @@ namespace CCF
struct RootErrorHandler
{
RecoveryStatus
- operator() (Parsing::Scanner const& s, Parsing::Error& e) const
+ operator() (Parsing::Scanner const& s, Parsing::Error&) const
{
return RecoveryStatus (RecoveryStatus::fail);
}
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Attribute.cpp b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Attribute.cpp
index bc54a06acc2..065f443eb51 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Attribute.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Attribute.cpp
@@ -57,7 +57,7 @@ namespace CCF
cerr << "no type with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Interface.cpp b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Interface.cpp
index d6d42807ce5..1df1bcfd3dd 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Interface.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Interface.cpp
@@ -200,7 +200,7 @@ namespace CCF
cerr << "no interface with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "incompatible type in inheritance specification" << endl;
}
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Member.cpp b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Member.cpp
index 2f17b34a170..588ab5e56c6 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Member.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Member.cpp
@@ -57,7 +57,7 @@ namespace CCF
cerr << "no type with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Operation.cpp b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Operation.cpp
index 742870b179d..adc4c89184d 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Operation.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Operation.cpp
@@ -57,7 +57,7 @@ namespace CCF
cerr << "no type with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
@@ -147,7 +147,7 @@ namespace CCF
cerr << "no type with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
@@ -192,7 +192,7 @@ namespace CCF
cerr << "no exception with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp
index 8fd0fa3f254..3949c0412c4 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp
@@ -64,7 +64,7 @@ namespace CCF
cerr << "no type with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
@@ -105,7 +105,7 @@ namespace CCF
cerr << "no type with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Elements.hpp b/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Elements.hpp
index 7c24343fd44..738a9b59b99 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Elements.hpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Elements.hpp
@@ -24,7 +24,6 @@ namespace CCF
//
//
//
- using Element::Graph;
class Node;
class Edge;
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Graph.hpp b/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Graph.hpp
index 0b23a9f3cb5..18a29fb3c2f 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Graph.hpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Graph.hpp
@@ -13,59 +13,65 @@
#include <iostream>
-namespace Element
+namespace CCF
{
- template <typename N, typename E>
- class Graph
+ namespace IDL2
{
- public:
- ~Graph ();
-
- public:
- template <typename T>
- T&
- new_node ();
-
- template <typename T, typename A0>
- T&
- new_node (A0 const& a0);
-
- template <typename T, typename A0, typename A1>
- T&
- new_node (A0 const& a0, A1 const& a1);
-
- void
- delete_node (N const& n);
-
- public:
- template <typename T, typename X, typename Y>
- T&
- new_edge (X& left, Y& right);
-
- template <typename T, typename X, typename Y,
- typename A0>
- T&
- new_edge (X& left, Y& right, A0 const& a0);
-
- template <typename T, typename X, typename Y,
- typename A0,
- typename A1>
- T&
- new_edge (X& left, Y& right, A0 const& a0, A1 const& a1);
-
- void
- delete_edge (E const& e);
-
- protected:
- typedef N* NodePtr;
- typedef E* EdgePtr;
-
- typedef std::set<NodePtr> Nodes_;
- typedef std::set<EdgePtr> Edges_;
-
- Nodes_ nodes_;
- Edges_ edges_;
- };
+ namespace SemanticGraph
+ {
+ template <typename N, typename E>
+ class Graph
+ {
+ public:
+ ~Graph ();
+
+ public:
+ template <typename T>
+ T&
+ new_node ();
+
+ template <typename T, typename A0>
+ T&
+ new_node (A0 const& a0);
+
+ template <typename T, typename A0, typename A1>
+ T&
+ new_node (A0 const& a0, A1 const& a1);
+
+ void
+ delete_node (N const& n);
+
+ public:
+ template <typename T, typename X, typename Y>
+ T&
+ new_edge (X& left, Y& right);
+
+ template <typename T, typename X, typename Y,
+ typename A0>
+ T&
+ new_edge (X& left, Y& right, A0 const& a0);
+
+ template <typename T, typename X, typename Y,
+ typename A0,
+ typename A1>
+ T&
+ new_edge (X& left, Y& right, A0 const& a0, A1 const& a1);
+
+ void
+ delete_edge (E const& e);
+
+ protected:
+ typedef N* NodePtr;
+ typedef E* EdgePtr;
+
+ typedef std::set<NodePtr> Nodes_;
+ typedef std::set<EdgePtr> Edges_;
+
+ Nodes_ nodes_;
+ Edges_ edges_;
+ };
+ }
+ }
}
#include "Graph.tpp"
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Graph.tpp b/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Graph.tpp
index a52394b1604..87a4a6a7ed3 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Graph.tpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SemanticGraph/Graph.tpp
@@ -2,157 +2,163 @@
// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id : $Id$
-namespace Element
+namespace CCF
{
- // Graph
- //
- //
-
-
- template <typename N, typename E>
- template <typename T>
- T& Graph<N, E>::
- new_node ()
+ namespace IDL2
{
- T* n (new T); //@@ auto
- nodes_.insert (n);
- return *n;
- }
+ namespace SemanticGraph
+ {
+ // Graph
+ //
+ //
- template <typename N, typename E>
- template <typename T, typename A0>
- T& Graph<N, E>::
- new_node (A0 const& a0)
- {
- T* n (new T (a0)); //@@ auto
- nodes_.insert (n);
- return *n;
- }
+ template <typename N, typename E>
+ template <typename T>
+ T& Graph<N, E>::
+ new_node ()
+ {
+ T* n (new T); //@@ auto
+ nodes_.insert (n);
+ return *n;
+ }
+
+
+ template <typename N, typename E>
+ template <typename T, typename A0>
+ T& Graph<N, E>::
+ new_node (A0 const& a0)
+ {
+ T* n (new T (a0)); //@@ auto
+ nodes_.insert (n);
+ return *n;
+ }
- template <typename N, typename E>
- template <typename T, typename A0, typename A1>
- T& Graph<N, E>::
- new_node (A0 const& a0, A1 const& a1)
- {
- T* n (new T (a0, a1)); //@@ auto
- nodes_.insert (n);
- return *n;
- }
+ template <typename N, typename E>
+ template <typename T, typename A0, typename A1>
+ T& Graph<N, E>::
+ new_node (A0 const& a0, A1 const& a1)
+ {
+ T* n (new T (a0, a1)); //@@ auto
+ nodes_.insert (n);
+ return *n;
+ }
+
+ template <typename N, typename E>
+ void Graph<N, E>::
+ delete_node (N const& nr)
+ {
+ N* n (&nr);
- template <typename N, typename E>
- void Graph<N, E>::
- delete_node (N const& nr)
- {
- N* n (&nr);
+ for (E* e (n->remove_edge_ ()); e != 0; e = n->remove_edge_ ())
+ {
+ // One endpoint of the edge has removed this edge from
+ // its edge set. Now handle the other endpoint.
+ //
+ if (e->left_ () == n) e->right_ ()->remove_edge_ (e);
+ else e->left_ ()->remove_edge_ (e);
- for (E* e (n->remove_edge_ ()); e != 0; e = n->remove_edge_ ())
- {
- // One endpoint of the edge has removed this edge from
- // its edge set. Now handle the other endpoint.
- //
- if (e->left_ () == n) e->right_ ()->remove_edge_ (e);
- else e->left_ ()->remove_edge_ (e);
+ // Delete the edge.
+ //
+ edges_.erase (e);
- // Delete the edge.
- //
- edges_.erase (e);
+ delete e; //@@ auto
+ }
- delete e; //@@ auto
- }
+ nodes_.erase (n);
- nodes_.erase (n);
+ delete n; //@@ auto
+ }
- delete n; //@@ auto
- }
+ template <typename N, typename E>
+ template <typename T, typename X, typename Y>
+ T& Graph<N, E>::
+ new_edge (X& left, Y& right)
+ {
+ T* e (new T); //@@ auto
- template <typename N, typename E>
- template <typename T, typename X, typename Y>
- T& Graph<N, E>::
- new_edge (X& left, Y& right)
- {
- T* e (new T); //@@ auto
+ e->set_left_node (left);
+ e->set_right_node (right);
- e->set_left_node (left);
- e->set_right_node (right);
+ left.add_edge_left (*e);
+ right.add_edge_right (*e);
- left.add_edge_left (*e);
- right.add_edge_right (*e);
+ edges_.insert (e);
- edges_.insert (e);
+ return *e;
+ }
- return *e;
- }
+ template <typename N, typename E>
+ template <typename T, typename X, typename Y,
+ typename A0>
+ T& Graph<N, E>::
+ new_edge (X& left, Y& right, A0 const& a0)
+ {
+ T* e (new T (a0)); //@@ auto
- template <typename N, typename E>
- template <typename T, typename X, typename Y,
- typename A0>
- T& Graph<N, E>::
- new_edge (X& left, Y& right, A0 const& a0)
- {
- T* e (new T (a0)); //@@ auto
+ e->set_left_node (left);
+ e->set_right_node (right);
- e->set_left_node (left);
- e->set_right_node (right);
+ left.add_edge_left (*e);
+ right.add_edge_right (*e);
- left.add_edge_left (*e);
- right.add_edge_right (*e);
+ edges_.insert (e);
- edges_.insert (e);
+ return *e;
+ }
- return *e;
- }
+ template <typename N, typename E>
+ template <typename T, typename X, typename Y,
+ typename A0,
+ typename A1>
+ T& Graph<N, E>::
+ new_edge (X& left, Y& right, A0 const& a0, A1 const& a1)
+ {
+ T* e (new T (a0, a1)); //@@ auto
- template <typename N, typename E>
- template <typename T, typename X, typename Y,
- typename A0,
- typename A1>
- T& Graph<N, E>::
- new_edge (X& left, Y& right, A0 const& a0, A1 const& a1)
- {
- T* e (new T (a0, a1)); //@@ auto
+ e->set_left_node (left);
+ e->set_right_node (right);
- e->set_left_node (left);
- e->set_right_node (right);
+ left.add_edge_left (*e);
+ right.add_edge_right (*e);
- left.add_edge_left (*e);
- right.add_edge_right (*e);
+ edges_.insert (e);
- edges_.insert (e);
+ return *e;
+ }
- return *e;
- }
-
- template <typename N, typename E>
- void Graph<N, E>::
- delete_edge (E const& er)
- {
- E* e (&er);
+ template <typename N, typename E>
+ void Graph<N, E>::
+ delete_edge (E const& er)
+ {
+ E* e (&er);
- e->left_ ()->remove_edge_ (e);
- e->right_ ()->remove_edge_ (e);
+ e->left_ ()->remove_edge_ (e);
+ e->right_ ()->remove_edge_ (e);
- edges_.erase (e);
+ edges_.erase (e);
- delete e; //@@ auto
- }
+ delete e; //@@ auto
+ }
- template <typename N, typename E>
- Graph<N, E>::
- ~Graph ()
- {
- //@@ auto
+ template <typename N, typename E>
+ Graph<N, E>::
+ ~Graph ()
+ {
+ //@@ auto
- for (typename Edges_::iterator i (edges_.begin ()), end (edges_.end ());
- i != end;
- ++i) delete *i;
+ for (typename Edges_::iterator i (edges_.begin ()), end (edges_.end ());
+ i != end;
+ ++i) delete *i;
- for (typename Nodes_::iterator i (nodes_.begin ()), end (nodes_.end ());
- i != end;
- ++i) delete *i;
+ for (typename Nodes_::iterator i (nodes_.begin ()), end (nodes_.end ());
+ i != end;
+ ++i) delete *i;
+ }
+ }
}
}
diff --git a/TAO/CIAO/CCF/CCF/IDL3/IDL3.vcproj b/TAO/CIAO/CCF/CCF/IDL3/IDL3.vcproj
index 830c457d898..85e743fd704 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/IDL3.vcproj
+++ b/TAO/CIAO/CCF/CCF/IDL3/IDL3.vcproj
@@ -1,557 +1,420 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="IDL3"
- ProjectGUID="{108D07F1-6364-4B51-87DB-AED8BBE6396A}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- Optimization="0"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/IDL3.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/IDL3.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\LexicalAnalyzer.cpp">
- </File>
- <File
- RelativePath=".\Parser.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\LexicalAnalyzer.hpp">
- </File>
- <File
- RelativePath=".\Parser.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree.hpp">
- </File>
- <File
- RelativePath=".\Token.hpp">
- </File>
- <File
- RelativePath=".\Traversal.hpp">
- </File>
- </Filter>
- <Filter
- Name="SemanticAction"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Component.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Consumes.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Emits.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\EventType.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Home.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\HomeFactory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Provides.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Publishes.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Uses.hpp">
- </File>
- </Filter>
- <Filter
- Name="Impl"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Component.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Consumes.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Emits.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\EventType.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Home.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\HomeFactory.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Include.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Provides.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Publishes.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Uses.cpp">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCLCompilerTool"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Component.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Consumes.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Emits.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\EventType.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Home.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\HomeFactory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Include.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Provides.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Publishes.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Uses.hpp">
- </File>
- </Filter>
- </Filter>
- </Filter>
- <Filter
- Name="SyntaxTree"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SyntaxTree\Component.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SyntaxTree\EventType.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SyntaxTree\Home.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SyntaxTree\Operation.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SyntaxTree\Component.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\EventType.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Home.hpp">
- </File>
- <File
- RelativePath=".\SyntaxTree\Operation.hpp">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Traversal"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Component.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\EventType.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Home.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Operation.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Component.hpp">
- </File>
- <File
- RelativePath=".\Traversal\EventType.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Home.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Operation.hpp">
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="IDL3"
+ ProjectGUID="{108D07F1-6364-4B51-87DB-AED8BBE6396A}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ Optimization="0"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/IDL3.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="4"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/IDL3.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\LexicalAnalyzer.cpp">
+ </File>
+ <File
+ RelativePath=".\Parser.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\LexicalAnalyzer.hpp">
+ </File>
+ <File
+ RelativePath=".\Parser.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph.hpp">
+ </File>
+ <File
+ RelativePath=".\Token.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="SemanticAction"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Component.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Consumes.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Emits.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\EventType.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Home.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\HomeFactory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Provides.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Publishes.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Uses.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Impl"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Component.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Consumes.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Emits.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\EventType.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Home.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\HomeFactory.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Include.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Provides.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Publishes.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Uses.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Component.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Consumes.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Emits.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\EventType.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Home.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\HomeFactory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Include.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Provides.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Publishes.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Uses.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="SemanticGraph"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Component.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\EventType.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Home.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Component.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\EventType.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Home.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Traversal"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Component.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\EventType.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Home.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Component.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\EventType.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Home.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Template Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Component.tpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\EventType.tpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Component.cpp b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Component.cpp
index f812d55f316..ee3964717b0 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Component.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Component.cpp
@@ -95,7 +95,7 @@ namespace CCF
cerr << "no component with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "incompatible type in inheritance specification" << endl;
}
@@ -140,7 +140,7 @@ namespace CCF
cerr << "no interface with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "incompatible type in supports specification" << endl;
}
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Consumes.cpp b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Consumes.cpp
index c220a571c84..1da5e232dec 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Consumes.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Consumes.cpp
@@ -58,7 +58,7 @@ namespace CCF
cerr << "no eventtype with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Emits.cpp b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Emits.cpp
index 7f9711a113f..7de4fb8821b 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Emits.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Emits.cpp
@@ -58,7 +58,7 @@ namespace CCF
cerr << "no eventtype with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp
index f06be80b428..52155f90cee 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp
@@ -78,7 +78,7 @@ namespace CCF
cerr << "no home with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "incompatible type in inheritance specification" << endl;
}
@@ -124,7 +124,7 @@ namespace CCF
cerr << "no interface with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "incompatible type in supports specification" << endl;
}
@@ -170,7 +170,7 @@ namespace CCF
cerr << "no component with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "incompatible type in manages specification" << endl;
}
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/HomeFactory.cpp b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/HomeFactory.cpp
index 62311451c5e..eb1933a2cbf 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/HomeFactory.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/HomeFactory.cpp
@@ -89,7 +89,7 @@ namespace CCF
cerr << "no type with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
@@ -133,7 +133,7 @@ namespace CCF
cerr << "no exception with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Provides.cpp b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Provides.cpp
index f5b5b083d16..eef7d063919 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Provides.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Provides.cpp
@@ -58,7 +58,7 @@ namespace CCF
cerr << "no interface with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Publishes.cpp b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Publishes.cpp
index 227836ea8ec..3c0a1c9cb9f 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Publishes.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Publishes.cpp
@@ -58,7 +58,7 @@ namespace CCF
cerr << "no eventtype with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Uses.cpp b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Uses.cpp
index ee51de66c36..d7c99f00676 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Uses.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Uses.cpp
@@ -58,7 +58,7 @@ namespace CCF
cerr << "no interface with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 80f589c1175..66a7e64f45c 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,36 @@
+Tue Dec 23 11:34:56 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
+
+ * CCF/CCF/CIDL/CIDL.vcproj:
+ * CCF/CCF/IDL2/IDL2.vcproj:
+ * CCF/CCF/IDL3/IDL3.vcproj:
+ * CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj:
+ * CCF/CCF/CompilerElements/CompilerElements.vcproj:
+
+ Updated VC7.1 projects.
+
+
+ * CCF/CCF/IDL2/LexicalAnalyzer.cpp:
+ * CCF/CCF/IDL2/Parser.hpp:
+ * CCF/CCF/IDL2/SemanticAction/Impl/Attribute.cpp:
+ * CCF/CCF/IDL2/SemanticAction/Impl/Interface.cpp:
+ * CCF/CCF/IDL2/SemanticAction/Impl/Member.cpp:
+ * CCF/CCF/IDL2/SemanticAction/Impl/Operation.cpp:
+ * CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp:
+ * CCF/CCF/IDL2/SemanticGraph/Elements.hpp:
+ * CCF/CCF/IDL2/SemanticGraph/Graph.hpp:
+ * CCF/CCF/IDL2/SemanticGraph/Graph.tpp:
+ * CCF/CCF/IDL3/SemanticAction/Impl/Component.cpp:
+ * CCF/CCF/IDL3/SemanticAction/Impl/Consumes.cpp:
+ * CCF/CCF/IDL3/SemanticAction/Impl/Emits.cpp:
+ * CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp:
+ * CCF/CCF/IDL3/SemanticAction/Impl/HomeFactory.cpp:
+ * CCF/CCF/IDL3/SemanticAction/Impl/Provides.cpp:
+ * CCF/CCF/IDL3/SemanticAction/Impl/Publishes.cpp:
+ * CCF/CCF/IDL3/SemanticAction/Impl/Uses.cpp:
+ * CCF/CCF/CIDL/SemanticAction/Impl/HomeExecutor.cpp:
+
+ Got rid of some warnings.
+
Tue Dec 23 10:03:38 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
* CCF/CCF/IDL2/LexicalAnalyzer.cpp: