You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2015/10/06 21:26:33 UTC

[26/31] incubator-trafodion git commit: Copyright changes part 3 and cleanup work in dcs

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/odbc/test/ODBCBIT/ODBCBIT.vcproj
----------------------------------------------------------------------
diff --git a/core/conn/odbc/test/ODBCBIT/ODBCBIT.vcproj b/core/conn/odbc/test/ODBCBIT/ODBCBIT.vcproj
deleted file mode 100644
index 047588b..0000000
--- a/core/conn/odbc/test/ODBCBIT/ODBCBIT.vcproj
+++ /dev/null
@@ -1,355 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="8.00"
-	Name="ODBCBIT"
-	ProjectGUID="{63BBEAED-5445-4984-80B2-05B3682F274E}"
-	RootNamespace="ODBCBIT"
-	Keyword="Win32Proj"
-	>
-	<Platforms>
-		<Platform
-			Name="Win32"
-		/>
-	</Platforms>
-	<ToolFiles>
-	</ToolFiles>
-	<Configurations>
-		<Configuration
-			Name="Debug|Win32"
-			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
-			IntermediateDirectory="$(ConfigurationName)"
-			ConfigurationType="1"
-			CharacterSet="0"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="0"
-				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
-				MinimalRebuild="true"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="3"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="4"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				OutputFile=".\$(ProjectName).exe"
-				LinkIncremental="2"
-				GenerateDebugInformation="true"
-				SubSystem="1"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release|Win32"
-			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
-			IntermediateDirectory="$(ConfigurationName)"
-			ConfigurationType="1"
-			CharacterSet="0"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
-				RuntimeLibrary="2"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="3"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				OutputFile=".\$(ProjectName).exe"
-				LinkIncremental="1"
-				GenerateDebugInformation="true"
-				SubSystem="1"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-		<Configuration
-			Name="UnicodeDebug|Win32"
-			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
-			IntermediateDirectory="$(ConfigurationName)"
-			ConfigurationType="1"
-			CharacterSet="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="0"
-				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
-				MinimalRebuild="true"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="3"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="4"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				OutputFile=".\$(ProjectName)W.exe"
-				LinkIncremental="2"
-				GenerateDebugInformation="true"
-				SubSystem="1"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-		<Configuration
-			Name="UnicodeRelease|Win32"
-			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
-			IntermediateDirectory="$(ConfigurationName)"
-			ConfigurationType="1"
-			CharacterSet="1"
-			WholeProgramOptimization="1"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
-				RuntimeLibrary="2"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="3"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				OutputFile=".\$(ProjectName)W.exe"
-				LinkIncremental="1"
-				GenerateDebugInformation="true"
-				SubSystem="1"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-	</Configurations>
-	<References>
-	</References>
-	<Files>
-		<Filter
-			Name="Source Files"
-			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
-			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
-			>
-			<File
-				RelativePath=".\odbcbit.cpp"
-				>
-			</File>
-		</Filter>
-		<Filter
-			Name="Header Files"
-			Filter="h;hpp;hxx;hm;inl;inc;xsd"
-			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
-			>
-			<File
-				RelativePath=".\odbcbit.h"
-				>
-			</File>
-		</Filter>
-		<Filter
-			Name="Resource Files"
-			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
-			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
-			>
-		</Filter>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/dllsrc/WCIUtils/ReadMe.txt
----------------------------------------------------------------------
diff --git a/core/conn/trafci/dllsrc/WCIUtils/ReadMe.txt b/core/conn/trafci/dllsrc/WCIUtils/ReadMe.txt
index d87e533..decdd3a 100644
--- a/core/conn/trafci/dllsrc/WCIUtils/ReadMe.txt
+++ b/core/conn/trafci/dllsrc/WCIUtils/ReadMe.txt
@@ -1,3 +1,24 @@
+# @@@ START COPYRIGHT @@@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# @@@ END COPYRIGHT @@@
+
 ========================================================================
     DYNAMIC LINK LIBRARY : WCIUtils Project Overview
 ========================================================================

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/dllsrc/WCIUtils/WCIUtils64.make.bat
----------------------------------------------------------------------
diff --git a/core/conn/trafci/dllsrc/WCIUtils/WCIUtils64.make.bat b/core/conn/trafci/dllsrc/WCIUtils/WCIUtils64.make.bat
index 46b87b9..fb521e6 100644
--- a/core/conn/trafci/dllsrc/WCIUtils/WCIUtils64.make.bat
+++ b/core/conn/trafci/dllsrc/WCIUtils/WCIUtils64.make.bat
@@ -1,4 +1,25 @@
 @echo off
+REM @@@ START COPYRIGHT @@@
+REM
+REM Licensed to the Apache Software Foundation (ASF) under one
+REM or more contributor license agreements.  See the NOTICE file
+REM distributed with this work for additional information
+REM regarding copyright ownership.  The ASF licenses this file
+REM to you under the Apache License, Version 2.0 (the
+REM "License"); you may not use this file except in compliance
+REM with the License.  You may obtain a copy of the License at
+REM
+REM   http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing,
+REM software distributed under the License is distributed on an
+REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM KIND, either express or implied.  See the License for the
+REM specific language governing permissions and limitations
+REM under the License.
+REM
+REM @@@ END COPYRIGHT @@@
+
 del CIUtils.obj
 del CIUtils.exp
 del CIUtils.lib

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/dllsrc/WCIUtils/stdafx.h
----------------------------------------------------------------------
diff --git a/core/conn/trafci/dllsrc/WCIUtils/stdafx.h b/core/conn/trafci/dllsrc/WCIUtils/stdafx.h
index ddd24fe..9b9a57c 100644
--- a/core/conn/trafci/dllsrc/WCIUtils/stdafx.h
+++ b/core/conn/trafci/dllsrc/WCIUtils/stdafx.h
@@ -1,3 +1,24 @@
+// @@@ START COPYRIGHT @@@
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+// @@@ END COPYRIGHT @@@
+
 // stdafx.h : include file for standard system include files,
 // or project specific include files that are used frequently, but
 // are changed infrequently

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/getBuildInfo
----------------------------------------------------------------------
diff --git a/core/conn/trafci/getBuildInfo b/core/conn/trafci/getBuildInfo
index feb3751..2d9bb97 100755
--- a/core/conn/trafci/getBuildInfo
+++ b/core/conn/trafci/getBuildInfo
@@ -1,4 +1,24 @@
 #!/bin/sh
+# @@@ START COPYRIGHT @@@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# @@@ END COPYRIGHT @@@
 
 buildId=`../../sqf/build-scripts/build.id`
 echo "bldId=$buildId" > buildId

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/lib/perl/Session.pm
----------------------------------------------------------------------
diff --git a/core/conn/trafci/lib/perl/Session.pm b/core/conn/trafci/lib/perl/Session.pm
index 318a524..7c0eba3 100644
--- a/core/conn/trafci/lib/perl/Session.pm
+++ b/core/conn/trafci/lib/perl/Session.pm
@@ -1,3 +1,24 @@
+# @@@ START COPYRIGHT @@@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# @@@ END COPYRIGHT @@@
+
 package Session;
 use strict;
 use Java;

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/samples/README
----------------------------------------------------------------------
diff --git a/core/conn/trafci/samples/README b/core/conn/trafci/samples/README
index 2672433..b3f845a 100644
--- a/core/conn/trafci/samples/README
+++ b/core/conn/trafci/samples/README
@@ -1,3 +1,24 @@
+# @@@ START COPYRIGHT @@@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# @@@ END COPYRIGHT @@@
+
 README for TRAFCI Samples
 ========================
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/samples/sample.sql
----------------------------------------------------------------------
diff --git a/core/conn/trafci/samples/sample.sql b/core/conn/trafci/samples/sample.sql
index 0e6bdd9..628f3cc 100644
--- a/core/conn/trafci/samples/sample.sql
+++ b/core/conn/trafci/samples/sample.sql
@@ -1,3 +1,24 @@
+-- @@@ START COPYRIGHT @@@
+--
+-- Licensed to the Apache Software Foundation (ASF) under one
+-- or more contributor license agreements.  See the NOTICE file
+-- distributed with this work for additional information
+-- regarding copyright ownership.  The ASF licenses this file
+-- to you under the Apache License, Version 2.0 (the
+-- "License"); you may not use this file except in compliance
+-- with the License.  You may obtain a copy of the License at
+--
+--   http://www.apache.org/licenses/LICENSE-2.0
+--
+-- Unless required by applicable law or agreed to in writing,
+-- software distributed under the License is distributed on an
+-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+-- KIND, either express or implied.  See the License for the
+-- specific language governing permissions and limitations
+-- under the License.
+--
+-- @@@ END COPYRIGHT @@@
+
 -----------------------------------------------------------------
 --
 -- sample.sql is a sample script file that creates the database.

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/src/org/trafodion/ci/help/common_common.help
----------------------------------------------------------------------
diff --git a/core/conn/trafci/src/org/trafodion/ci/help/common_common.help b/core/conn/trafci/src/org/trafodion/ci/help/common_common.help
index db0eb16..697cc3e 100644
--- a/core/conn/trafci/src/org/trafodion/ci/help/common_common.help
+++ b/core/conn/trafci/src/org/trafodion/ci/help/common_common.help
@@ -1,3 +1,23 @@
+// @@@ START COPYRIGHT @@@
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+// @@@ END COPYRIGHT @@@
 
  @@@@@HELP
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/src/org/trafodion/ci/help/help_file.idx
----------------------------------------------------------------------
diff --git a/core/conn/trafci/src/org/trafodion/ci/help/help_file.idx b/core/conn/trafci/src/org/trafodion/ci/help/help_file.idx
index aac24b5..035ccbd 100644
--- a/core/conn/trafci/src/org/trafodion/ci/help/help_file.idx
+++ b/core/conn/trafci/src/org/trafodion/ci/help/help_file.idx
@@ -1,3 +1,24 @@
+# @@@ START COPYRIGHT @@@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# @@@ END COPYRIGHT @@@
+
 ###########################################################
 ## This is the main index file for all other help files. ##
 ###########################################################

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/src/org/trafodion/ci/help/sql_common.help
----------------------------------------------------------------------
diff --git a/core/conn/trafci/src/org/trafodion/ci/help/sql_common.help b/core/conn/trafci/src/org/trafodion/ci/help/sql_common.help
index ae830f0..be2e14c 100644
--- a/core/conn/trafci/src/org/trafodion/ci/help/sql_common.help
+++ b/core/conn/trafci/src/org/trafodion/ci/help/sql_common.help
@@ -1,3 +1,23 @@
+// @@@ START COPYRIGHT @@@
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+//
+// @@@ END COPYRIGHT @@@
 
  @@@@@HELP
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/utils/README
----------------------------------------------------------------------
diff --git a/core/conn/trafci/utils/README b/core/conn/trafci/utils/README
index a5b190f..f979bef 100644
--- a/core/conn/trafci/utils/README
+++ b/core/conn/trafci/utils/README
@@ -1,3 +1,23 @@
+# @@@ START COPYRIGHT @@@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# @@@ END COPYRIGHT @@@
 
   README for Trafodion Command Interface (TrafCI) Installation
   ---------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/utils/trafci
----------------------------------------------------------------------
diff --git a/core/conn/trafci/utils/trafci b/core/conn/trafci/utils/trafci
index 33f1114..3a21379 100755
--- a/core/conn/trafci/utils/trafci
+++ b/core/conn/trafci/utils/trafci
@@ -1,4 +1,24 @@
 #!/bin/sh
+# @@@ START COPYRIGHT @@@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# @@@ END COPYRIGHT @@@
 
 HNAME=localhost:23400
 UNAME=zz

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/utils/trafci.cmd
----------------------------------------------------------------------
diff --git a/core/conn/trafci/utils/trafci.cmd b/core/conn/trafci/utils/trafci.cmd
index 110c112..d3aa041 100644
--- a/core/conn/trafci/utils/trafci.cmd
+++ b/core/conn/trafci/utils/trafci.cmd
@@ -1,4 +1,24 @@
 @echo off&Title Trafodion Command Interface
+REM @@@ START COPYRIGHT @@@
+REM
+REM Licensed to the Apache Software Foundation (ASF) under one
+REM or more contributor license agreements.  See the NOTICE file
+REM distributed with this work for additional information
+REM regarding copyright ownership.  The ASF licenses this file
+REM to you under the Apache License, Version 2.0 (the
+REM "License"); you may not use this file except in compliance
+REM with the License.  You may obtain a copy of the License at
+REM
+REM   http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing,
+REM software distributed under the License is distributed on an
+REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM KIND, either express or implied.  See the License for the
+REM specific language governing permissions and limitations
+REM under the License.
+REM
+REM @@@ END COPYRIGHT @@@
 
 CLS
 set MY_SQROOT=

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/utils/trafci.sh
----------------------------------------------------------------------
diff --git a/core/conn/trafci/utils/trafci.sh b/core/conn/trafci/utils/trafci.sh
index 141613c..e68e1cf 100644
--- a/core/conn/trafci/utils/trafci.sh
+++ b/core/conn/trafci/utils/trafci.sh
@@ -1,4 +1,24 @@
 #!/bin/sh
+# @@@ START COPYRIGHT @@@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# @@@ END COPYRIGHT @@@
 
 
 #

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/trafci/utils/trafci_install.sh
----------------------------------------------------------------------
diff --git a/core/conn/trafci/utils/trafci_install.sh b/core/conn/trafci/utils/trafci_install.sh
index 5e542e2..81192f8 100644
--- a/core/conn/trafci/utils/trafci_install.sh
+++ b/core/conn/trafci/utils/trafci_install.sh
@@ -1,4 +1,24 @@
 #!/bin/sh
+# @@@ START COPYRIGHT @@@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# @@@ END COPYRIGHT @@@
 
 #
 # Install Trafodion Command Interface Client

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/unixodbc/odbc/Krypton/Krypton.dsp
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/Krypton/Krypton.dsp b/core/conn/unixodbc/odbc/Krypton/Krypton.dsp
deleted file mode 100644
index 431e9d0..0000000
--- a/core/conn/unixodbc/odbc/Krypton/Krypton.dsp
+++ /dev/null
@@ -1,318 +0,0 @@
-# Microsoft Developer Studio Project File - Name="Krypton" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=Krypton - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "Krypton.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "Krypton.mak" CFG="Krypton - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "Krypton - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName "Krypton"
-# PROP Scc_LocalPath "."
-CPP=cl.exe
-RSC=rc.exe
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir ".\Krypton_"
-# PROP BASE Intermediate_Dir ".\Krypton_"
-# PROP BASE Target_Dir "."
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ".\Krypton"
-# PROP Intermediate_Dir ".\Krypton"
-# PROP Target_Dir "."
-# ADD BASE CPP /nologo /Zp4 /W3 /Gi /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
-# ADD CPP /nologo /Zp4 /W3 /Gi /GX /Od /I "$(NSKTOOLS)\kds\inc" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /FD /c
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"..\..\lib\Release\Krypton.lib"
-# ADD LIB32 /nologo /out:"..\..\..\lib\Release\Krypton.lib"
-# Begin Target
-
-# Name "Krypton - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90;idl"
-# Begin Source File
-
-SOURCE=.\ceecfg.idl
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build
-ProjDir=.
-InputPath=.\ceecfg.idl
-
-BuildCmds= \
-	$(ProjDir)\IDLCNP.BAT $(NSKTOOLS)\Kds\bin $(ProjDir) ceecfg                          _header
-
-"$(ProjDir)\ceecfg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\ceecfg.pyf" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-# End Custom Build
-# End Source File
-# Begin Source File
-
-SOURCE=.\ceercv.idl
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build
-ProjDir=.
-InputPath=.\ceercv.idl
-
-BuildCmds= \
-	$(ProjDir)\IDLCNP.BAT $(NSKTOOLS)\Kds\bin $(ProjDir) ceercv                          _header
-
-"$(ProjDir)\ceercv.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\ceercv.pyf" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-# End Custom Build
-# End Source File
-# Begin Source File
-
-SOURCE=.\IDLCNP.BAT
-# PROP Intermediate_Dir ".\Krypton"
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=.\KryptonBuild.bat
-# PROP Intermediate_Dir ".\Krypton"
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbc.idl
-# PROP Intermediate_Dir ".\Krypton"
-# PROP Ignore_Default_Tool 1
-USERDEP__ODBC_="odbccommon.idl"	
-# Begin Custom Build
-ProjDir=.
-InputPath=.\odbc.idl
-
-BuildCmds= \
-	$(ProjDir)\IDLCNP.BAT $(NSKTOOLS)\Kds\Bin $(ProjDir) odbc                          _both
-
-"$(ProjDir)\odbc.pyf" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbc_cl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbc_cl.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbc_sv.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbc_sv.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbc.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbc.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-# End Custom Build
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbc_cl.c
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbc_sv.c
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbcas.idl
-# PROP Ignore_Default_Tool 1
-USERDEP__ODBCA="odbccommon.idl"	"odbcsrvrcommon.idl"	
-# Begin Custom Build
-ProjDir=.
-InputPath=.\odbcas.idl
-
-BuildCmds= \
-	$(ProjDir)\IDLCNP.BAT $(NSKTOOLS)\Kds\Bin $(ProjDir) odbcas                          _clsv
-
-"$(ProjDir)\odbcas.pyf" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbcas_cl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbcas_cl.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbcas_sv.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbcas_sv.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-# End Custom Build
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbcas_cl.c
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbcas_sv.c
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbccfg.idl
-# PROP Intermediate_Dir ".\Krypton"
-# PROP Ignore_Default_Tool 1
-USERDEP__ODBCC="odbccommon.idl"	"odbcsrvrcommon.idl"	
-# Begin Custom Build
-ProjDir=.
-InputPath=.\odbccfg.idl
-
-BuildCmds= \
-	$(ProjDir)\IDLCNP.BAT $(NSKTOOLS)\Kds\Bin $(ProjDir)  odbccfg                         _both
-
-"$(ProjDir)\odbccfg.pyf" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbccfg_cl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbccfg_cl.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbccfg_sv.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbccfg_sv.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbccfg.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbccfg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-# End Custom Build
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbccfg_cl.c
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbccfg_sv.c
-# PROP Exclude_From_Build 1
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbcCommon.idl
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build
-ProjDir=.
-InputPath=.\odbcCommon.idl
-
-BuildCmds= \
-	$(ProjDir)\IDLCNP.BAT $(NSKTOOLS)\Kds\bin $(ProjDir)  odbccommon                          _header
-
-"$(ProjDir)\odbccommon.pyf" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbccommon.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-# End Custom Build
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbcsrvrcommon.idl
-# PROP Ignore_Default_Tool 1
-# Begin Custom Build
-ProjDir=.
-InputPath=.\odbcsrvrcommon.idl
-
-BuildCmds= \
-	$(ProjDir)\IDLCNP.BAT $(NSKTOOLS)\Kds\bin $(ProjDir)  odbcsrvrcommon                          _header
-
-"$(ProjDir)\odbcsrvrcommon.pyf" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-"$(ProjDir)\odbcsrvrcommon.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-# End Custom Build
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
-# Begin Source File
-
-SOURCE=.\ceecfg.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ceercv.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbc_cl.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbc_sv.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbcas_cl.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbcas_sv.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbccfg_cl.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbccfg_sv.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbcCommon.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\odbcsrvrcommon.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/unixodbc/odbc/Krypton/Krypton.mak
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/Krypton/Krypton.mak b/core/conn/unixodbc/odbc/Krypton/Krypton.mak
deleted file mode 100644
index c8b8724..0000000
--- a/core/conn/unixodbc/odbc/Krypton/Krypton.mak
+++ /dev/null
@@ -1,222 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Based on Krypton.dsp
-!IF "$(CFG)" == ""
-CFG=Krypton - Win32 Debug
-!MESSAGE No configuration specified. Defaulting to Krypton - Win32 Debug.
-!ENDIF 
-
-!IF "$(CFG)" != "Krypton - Win32 Debug"
-!MESSAGE Invalid configuration "$(CFG)" specified.
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "Krypton.mak" CFG="Krypton - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "Krypton - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE 
-!ERROR An invalid configuration is specified.
-!ENDIF 
-
-!IF "$(OS)" == "Windows_NT"
-NULL=
-!ELSE 
-NULL=nul
-!ENDIF 
-
-OUTDIR=.\Krypton
-INTDIR=.\Krypton
-# Begin Custom Macros
-ProjDir=.
-# End Custom Macros
-
-!IF "$(RECURSE)" == "0" 
-
-ALL : "$(ProjDir)\odbcsrvrcommon.pyf" "$(ProjDir)\odbcsrvrcommon.h"\
- "$(ProjDir)\odbccommon.pyf" "$(ProjDir)\odbccommon.h" "$(ProjDir)\odbccfg_sv.h"\
- "$(ProjDir)\odbccfg_sv.c" "$(ProjDir)\odbccfg_cl.h" "$(ProjDir)\odbccfg_cl.c"\
- "$(ProjDir)\odbccfg.pyf" "$(ProjDir)\odbccfg.h" "$(ProjDir)\odbccfg.c"\
- "$(ProjDir)\odbcas_sv.h" "$(ProjDir)\odbcas_sv.c" "$(ProjDir)\odbcas_cl.h"\
- "$(ProjDir)\odbcas_cl.c" "$(ProjDir)\odbcas.pyf" "$(ProjDir)\odbc_sv.h"\
- "$(ProjDir)\odbc_sv.c" "$(ProjDir)\odbc_cl.h" "$(ProjDir)\odbc_cl.c"\
- "$(ProjDir)\odbc.pyf" "$(ProjDir)\odbc.h" "$(ProjDir)\odbc.c"\
- "$(ProjDir)\ceercv.pyf" "$(ProjDir)\ceercv.h" "$(ProjDir)\ceecfg.pyf"\
- "$(ProjDir)\ceecfg.h" 
-
-!ELSE 
-
-ALL : "$(ProjDir)\odbcsrvrcommon.pyf" "$(ProjDir)\odbcsrvrcommon.h"\
- "$(ProjDir)\odbccommon.pyf" "$(ProjDir)\odbccommon.h" "$(ProjDir)\odbccfg_sv.h"\
- "$(ProjDir)\odbccfg_sv.c" "$(ProjDir)\odbccfg_cl.h" "$(ProjDir)\odbccfg_cl.c"\
- "$(ProjDir)\odbccfg.pyf" "$(ProjDir)\odbccfg.h" "$(ProjDir)\odbccfg.c"\
- "$(ProjDir)\odbcas_sv.h" "$(ProjDir)\odbcas_sv.c" "$(ProjDir)\odbcas_cl.h"\
- "$(ProjDir)\odbcas_cl.c" "$(ProjDir)\odbcas.pyf" "$(ProjDir)\odbc_sv.h"\
- "$(ProjDir)\odbc_sv.c" "$(ProjDir)\odbc_cl.h" "$(ProjDir)\odbc_cl.c"\
- "$(ProjDir)\odbc.pyf" "$(ProjDir)\odbc.h" "$(ProjDir)\odbc.c"\
- "$(ProjDir)\ceercv.pyf" "$(ProjDir)\ceercv.h" "$(ProjDir)\ceecfg.pyf"\
- "$(ProjDir)\ceecfg.h" 
-
-!ENDIF 
-
-CLEAN :
-	-@erase 
-	-@erase "$(ProjDir)\ceecfg.h"
-	-@erase "$(ProjDir)\ceecfg.pyf"
-	-@erase "$(ProjDir)\ceercv.h"
-	-@erase "$(ProjDir)\ceercv.pyf"
-	-@erase "$(ProjDir)\odbc.c"
-	-@erase "$(ProjDir)\odbc.h"
-	-@erase "$(ProjDir)\odbc.pyf"
-	-@erase "$(ProjDir)\odbc_cl.c"
-	-@erase "$(ProjDir)\odbc_cl.h"
-	-@erase "$(ProjDir)\odbc_sv.c"
-	-@erase "$(ProjDir)\odbc_sv.h"
-	-@erase "$(ProjDir)\odbcas.pyf"
-	-@erase "$(ProjDir)\odbcas_cl.c"
-	-@erase "$(ProjDir)\odbcas_cl.h"
-	-@erase "$(ProjDir)\odbcas_sv.c"
-	-@erase "$(ProjDir)\odbcas_sv.h"
-	-@erase "$(ProjDir)\odbccfg.c"
-	-@erase "$(ProjDir)\odbccfg.h"
-	-@erase "$(ProjDir)\odbccfg.pyf"
-	-@erase "$(ProjDir)\odbccfg_cl.c"
-	-@erase "$(ProjDir)\odbccfg_cl.h"
-	-@erase "$(ProjDir)\odbccfg_sv.c"
-	-@erase "$(ProjDir)\odbccfg_sv.h"
-	-@erase "$(ProjDir)\odbccommon.h"
-	-@erase "$(ProjDir)\odbccommon.pyf"
-	-@erase "$(ProjDir)\odbcsrvrcommon.h"
-	-@erase "$(ProjDir)\odbcsrvrcommon.pyf"
-
-"$(OUTDIR)" :
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
-CPP=cl.exe
-CPP_PROJ=/nologo /Zp4 /ML /W3 /Gi /GX /Od /I "..\Tools\kds\inc" /D "WIN32" /D\
- "NDEBUG" /D "_WINDOWS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\Krypton.pch" /YX\
- /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
-CPP_OBJS=.\Krypton/
-CPP_SBRS=.\Krypton/
-
-.c{$(CPP_OBJS)}.obj::
-   $(CPP) @<<
-   $(CPP_PROJ) $< 
-<<
-
-.cpp{$(CPP_OBJS)}.obj::
-   $(CPP) @<<
-   $(CPP_PROJ) $< 
-<<
-
-.cxx{$(CPP_OBJS)}.obj::
-   $(CPP) @<<
-   $(CPP_PROJ) $< 
-<<
-
-.c{$(CPP_SBRS)}.sbr::
-   $(CPP) @<<
-   $(CPP_PROJ) $< 
-<<
-
-.cpp{$(CPP_SBRS)}.sbr::
-   $(CPP) @<<
-   $(CPP_PROJ) $< 
-<<
-
-.cxx{$(CPP_SBRS)}.sbr::
-   $(CPP) @<<
-   $(CPP_PROJ) $< 
-<<
-
-BSC32=bscmake.exe
-BSC32_FLAGS=/nologo /o"$(OUTDIR)\Krypton.bsc" 
-BSC32_SBRS= \
-	
-LIB32=link.exe -lib
-LIB32_FLAGS=/nologo /out:"..\..\..\lib\Release\Krypton.lib" 
-LIB32_OBJS= \
-	
-
-!IF "$(CFG)" == "Krypton - Win32 Debug"
-SOURCE=.\ceecfg.idl
-ProjDir=.
-InputPath=.\ceecfg.idl
-
-"$(ProjDir)\ceecfg.h"	"$(ProjDir)\ceecfg.pyf"	 : $(SOURCE) "$(INTDIR)"\
- "$(OUTDIR)"
-	$(ProjDir)\IDLCNP.BAT $(ProjDir)\..\Tools\Kds\bin $(ProjDir) ceecfg\
-                          _header
-
-SOURCE=.\ceercv.idl
-ProjDir=.
-InputPath=.\ceercv.idl
-
-"$(ProjDir)\ceercv.h"	"$(ProjDir)\ceercv.pyf"	 : $(SOURCE) "$(INTDIR)"\
- "$(OUTDIR)"
-	$(ProjDir)\IDLCNP.BAT $(ProjDir)\..\Tools\Kds\bin $(ProjDir) ceercv\
-                          _header
-
-INTDIR_SRC=.\Krypton
-INTDIR_SRC=.\Krypton
-SOURCE=.\odbc.idl
-USERDEP__ODBC_="odbccommon.idl"	
-INTDIR_SRC=.\Krypton
-ProjDir=.
-InputPath=.\odbc.idl
-
-"$(ProjDir)\odbc.pyf"	"$(ProjDir)\odbc_cl.h"	"$(ProjDir)\odbc_cl.c"\
-	"$(ProjDir)\odbc_sv.h"	"$(ProjDir)\odbc_sv.c"	"$(ProjDir)\odbc.c"\
-	"$(ProjDir)\odbc.h"	 : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(USERDEP__ODBC_)
-	$(ProjDir)\IDLCNP.BAT $(ProjDir)\..\Tools\Kds\Bin $(ProjDir) odbc\
-                          _both
-
-SOURCE=.\odbc_cl.c
-SOURCE=.\odbc_sv.c
-SOURCE=.\odbcas.idl
-USERDEP__ODBCA="odbccommon.idl"	"odbcsrvrcommon.idl"	
-ProjDir=.
-InputPath=.\odbcas.idl
-
-"$(ProjDir)\odbcas.pyf"	"$(ProjDir)\odbcas_cl.h"	"$(ProjDir)\odbcas_cl.c"\
-	"$(ProjDir)\odbcas_sv.h"	"$(ProjDir)\odbcas_sv.c"	 : $(SOURCE) "$(INTDIR)"\
- "$(OUTDIR)" $(USERDEP__ODBCA)
-	$(ProjDir)\IDLCNP.BAT $(ProjDir)\..\Tools\Kds\Bin $(ProjDir) odbcas\
-                          _clsv
-
-SOURCE=.\odbcas_cl.c
-SOURCE=.\odbcas_sv.c
-SOURCE=.\odbccfg.idl
-USERDEP__ODBCC="odbccommon.idl"	"odbcsrvrcommon.idl"	
-INTDIR_SRC=.\Krypton
-ProjDir=.
-InputPath=.\odbccfg.idl
-
-"$(ProjDir)\odbccfg.pyf"	"$(ProjDir)\odbccfg_cl.h"	"$(ProjDir)\odbccfg_cl.c"\
-	"$(ProjDir)\odbccfg_sv.h"	"$(ProjDir)\odbccfg_sv.c"	"$(ProjDir)\odbccfg.c"\
-	"$(ProjDir)\odbccfg.h"	 : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(USERDEP__ODBCC)
-	$(ProjDir)\IDLCNP.BAT $(ProjDir)\..\Tools\Kds\Bin $(ProjDir)  odbccfg\
-                         _both
-
-SOURCE=.\odbccfg_cl.c
-SOURCE=.\odbccfg_sv.c
-SOURCE=.\odbcCommon.idl
-ProjDir=.
-InputPath=.\odbcCommon.idl
-
-"$(ProjDir)\odbccommon.pyf"	"$(ProjDir)\odbccommon.h"	 : $(SOURCE) "$(INTDIR)"\
- "$(OUTDIR)"
-	$(ProjDir)\IDLCNP.BAT $(ProjDir)\..\Tools\Kds\bin $(ProjDir)  odbccommon\
-                          _header
-
-SOURCE=.\odbcsrvrcommon.idl
-ProjDir=.
-InputPath=.\odbcsrvrcommon.idl
-
-"$(ProjDir)\odbcsrvrcommon.pyf"	"$(ProjDir)\odbcsrvrcommon.h"	 : $(SOURCE)\
- "$(INTDIR)" "$(OUTDIR)"
-	$(ProjDir)\IDLCNP.BAT $(ProjDir)\..\Tools\Kds\bin $(ProjDir)  odbcsrvrcommon\
-                          _header
-
-
-!ENDIF 
-

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/unixodbc/odbc/Krypton/Krypton.plg
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/Krypton/Krypton.plg b/core/conn/unixodbc/odbc/Krypton/Krypton.plg
deleted file mode 100644
index f2e1d8e..0000000
--- a/core/conn/unixodbc/odbc/Krypton/Krypton.plg
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-<body>
-<pre>
-<h1>Build Log</h1>
-<h3>
---------------------Configuration: Krypton - Win32 Debug--------------------
-</h3>
-<h3>Command Lines</h3>
-
-
-
-<h3>Results</h3>
-Krypton.lib - 0 error(s), 0 warning(s)
-</pre>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/unixodbc/odbc/Krypton/KryptonBuild.bat
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/Krypton/KryptonBuild.bat b/core/conn/unixodbc/odbc/Krypton/KryptonBuild.bat
deleted file mode 100644
index e7344ac..0000000
--- a/core/conn/unixodbc/odbc/Krypton/KryptonBuild.bat
+++ /dev/null
@@ -1,58 +0,0 @@
-@echo off
-
-rem *********************************************************************
-REM @@@ START COPYRIGHT @@@
-REM
-REM Licensed to the Apache Software Foundation (ASF) under one
-REM or more contributor license agreements.  See the NOTICE file
-REM distributed with this work for additional information
-REM regarding copyright ownership.  The ASF licenses this file
-REM to you under the Apache License, Version 2.0 (the
-REM "License"); you may not use this file except in compliance
-REM with the License.  You may obtain a copy of the License at
-REM
-REM   http://www.apache.org/licenses/LICENSE-2.0
-REM
-REM Unless required by applicable law or agreed to in writing,
-REM software distributed under the License is distributed on an
-REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-REM KIND, either express or implied.  See the License for the
-REM specific language governing permissions and limitations
-REM under the License.
-REM
-REM @@@ END COPYRIGHT @@@
-rem ********************************************************************/
-
-
-REM
-REM	Module  : KrypyonBuild.bat
-REM Purpose : This batch file is created since custom build commands has a bug while building through
-REM           scripts. Krypton project is not build through MakeFile. 
-REM	      IMPORTANT: This bug has been fixed and this batch file is no longer used.
-REM           Any changes made to Krypton project settings should be tested with nmake. 
-REM     
-REM           No Paramaters needed for this batch file. You need to be at the krypton folder to run this 
-REM			  batch file.
-
-CALL .\IDLCNP.BAT %NSKTOOLS%\Kds\bin ..\Krypton odbcCommon _header
-if ErrorLevel 1 goto error
-CALL .\IDLCNP.BAT %NSKTOOLS%\Kds\bin ..\Krypton odbcsrvrcommon _header
-if ErrorLevel 1 goto error
-REM CALL .\IDLCNP.BAT %NSKTOOLS%\Kds\bin . odbc _clsv
-CALL .\IDLCNP.BAT %NSKTOOLS%\Kds\bin ..\Krypton odbc _both
-if ErrorLevel 1 goto error
-REM    CALL .\IDLCNP.BAT %NSKTOOLS%\Kds\bin . odbccfg _clsv
-CALL .\IDLCNP.BAT %NSKTOOLS%\Kds\bin ..\Krypton odbccfg _both
-if ErrorLevel 1 goto error
-CALL .\IDLCNP.BAT %NSKTOOLS%\Kds\bin ..\Krypton odbcas _clsv
-if ErrorLevel 1 goto error
-CALL .\IDLCNP.BAT %NSKTOOLS%\Kds\bin ..\Krypton ca _clsv
-if ErrorLevel 1 goto error
-CALL .\IDLCNP.BAT %NSKTOOLS%\Kds\bin ..\Krypton ceecfg _header
-if ErrorLevel 1 goto error
-CALL .\IDLCNP.BAT %NSKTOOLS%\Kds\bin ..\Krypton ceercv _header
-if ErrorLevel 1 goto error
-goto end
-:error
-false
-:end
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/unixodbc/odbc/Krypton/assocsvc.idl
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/Krypton/assocsvc.idl b/core/conn/unixodbc/odbc/Krypton/assocsvc.idl
deleted file mode 100644
index 5abcee0..0000000
--- a/core/conn/unixodbc/odbc/Krypton/assocsvc.idl
+++ /dev/null
@@ -1,167 +0,0 @@
-// @@@ START COPYRIGHT @@@
-//
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-//
-// @@@ END COPYRIGHT @@@
-//
-// MODULE: ASSOCSVC.IDL
-//
-// PURPOSE: Describes the ODBC ASsociation services (AS).
-//
-
-#ifndef ASSOCSVC_H_
-#define ASSOCSVC_H_
-
-#include "common.idl"
-#include "odbc.idl"
-#include "odbccfg.idl"
-
-typedef odbc::SQLSvc		SQLSvc_ObjRef;
-typedef odbccfg::CfgSvc		CfgSvc_ObjRef;
-
-module odbcas {
-
-#define AS_uuid ((UUID_def) "9101c0ac-e07a-11d0-a543-0060b01ad6ae")
-#define AS_version ((VERSION_def) 16777217)
-
-// note clusterNm is unused but defined in the hopes that the
-// cluster will have its own identity 
-
-
-interface AS 
-	{                  
-	exception ASParamError {string ErrorText;};
-	exception ASTimeout {string ErrorText;};
-	exception ASInvalidUserDesc {string ErrorText;};
-    exception ASNoSvcHdl  {string ErrorText;};
-	exception ASInvalidHandle{};
-	exception ASRejectRegistry{short RejectReason; string ErrorText;};
-    exception ASRegistryFailed{};
-
-    // the following is the keepalive call that is not responded to
-    // until its time to disconnect client from server.
-    // the call goes from client to server, e.g., ODBC Driver to
-    // ASiation Service, ODBC Server to ASiation Service.
-    void RegProcess (
-		 in  CLIENT_TYPE_def	    processType,
-		 in  VERSION_def			intfVersion,
-         in  PROCESS_ID_def	        processDesc,
-	     in  CONNECTION_CONTEXT_def inContext)
-	raises (ASTimeout,
-			ASRegistryFailed,
-			ASRejectRegistry,
-			ASParamError);
-
-	void CompleteRegProcess (
-		 in  CLIENT_TYPE_def	    processType,
-         in  PROCESS_ID_def	        processDesc)
-	 raises (ASTimeout,
-			 ASRegistryFailed,
-			 ASParamError);
-
-    // this is to signal the client is ready to complete the
-    // the original registry call and then destroy the proxy
-    void DeRegProcess (
-	     in  PROCESS_ID_def	        processDesc)
-	raises (ASRegistryFailed, 
-	        ASParamError);
-
-	// TODO: this would be extensible if the returned Object Reference
-	//	handles were in a typed sequence.  this will be very important
-	//      when addressing stored procedures. 
-
-	// changed to a context which is only the Datasource name, and
-	// the last object reference handle.
-
-    //void GetSQLObjRefHdl(
-	//    in  CONNECTION_CONTEXT_def  inContext,
-	//	out CONNECTION_CONTEXT_def  newContext,
-	//    out SQLSvc_ObjRef			aSQLSvcObjRef)
-	//raises( ASParamError, 
-	//		ASInvalidUserDesc,
-	//		ASTimeout,
-	//		ASNoSvcHdl, 
-	//		ASInvalidHandle  );
-
-	void GetSQLObjRefHdl(
-	    in  CONNECTION_CONTEXT_def  inContext,
-		out CONNECTION_CONTEXT_def  newContext,
-	    out SQLSvc_ObjRef			aSQLSvcObjRef)
-	raises( ASParamError, 
-			ASInvalidUserDesc,
-			ASTimeout,
-			ASNoSvcHdl, 
-			ASInvalidHandle  );
-
-	void GetCfgObjRefHdl(
-	    in  CONNECTION_CONTEXT_def  inContext,
-		out CONNECTION_CONTEXT_def  newContext,
-	    out CfgSvc_ObjRef			aCfgSvcObjRef)
-	raises( ASParamError, 
-			ASInvalidUserDesc,
-			ASNoSvcHdl, 
-			ASInvalidHandle  );
-
-// changed to a context which is only the Datasource name, and
-	// the last object reference handle.
-
-    void RegSQLObjRefHdl (
-	    in  SQLSvc_ObjRef			aSQLSvcObjRef,
-		in  PROCESS_ID_def			pidDesc,
-	    in  CONNECTION_CONTEXT_def  lastContext,
-	    out CONNECTION_CONTEXT_def  newContext)
-	raises (ASParamError, 
-			ASNoSvcHdl, 
-			ASInvalidHandle, 
-			ASRejectRegistry);
-
-	void RegCfgObjRefHdl (
-	    in  CfgSvc_ObjRef			aCfgSvcObjRef,
-	    in  PROCESS_ID_def			pidDesc,
-		in  CONNECTION_CONTEXT_def  lastContext,
-	    out CONNECTION_CONTEXT_def  newContext)
-	raises (ASParamError, 
-			ASNoSvcHdl, 
-			ASInvalidHandle, 
-			ASRejectRegistry);
-
-    // call is used by a server instance acting on behalf
-    // of an administrator configuration session (Broadway GUI)
-    // that has commanded that the running configuratino is to
-    // be updated with the latest configuration values.
-    // the call originates from the server instance as a client
-    // call to ASSvcs.  Only does one Datasource at a time,
-    // sending a sequence doesn't appear to have any performance
-    // benefits.  the calls are async so more than one can be
-    // stacked up at a time, but only one at a time should be
-    // making changes to the runtime system.  consider a change
-    // to a list of DS Configs, and a list of DSNms, unsure of payoff	
-
-    void RefreshDSCfg (
-	    in   DATASOURCE_CFG_def		   DSCfg )
-	raises (ASParamError);
-
-    void ResetDSStats (
-	    in   SQL_IDENTIFIER_def		   DSNm )
-	raises (ASParamError);
-
-    };  // end of interface ASSvc
-
-};  // end of module odbcas
-
-#endif

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/unixodbc/odbc/Krypton/ca.idl
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/Krypton/ca.idl b/core/conn/unixodbc/odbc/Krypton/ca.idl
deleted file mode 100644
index e2c31e8..0000000
--- a/core/conn/unixodbc/odbc/Krypton/ca.idl
+++ /dev/null
@@ -1,111 +0,0 @@
-/*************************************************************************
-*
-// @@@ START COPYRIGHT @@@
-//
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-//
-// @@@ END COPYRIGHT @@@
-**************************************************************************/
-//
-// MODULE: CA.IDL 
-// PURPOSE: Describes methods for ODBC/MX Cluster Administrator
-//
-// NOTES:   Intentionally not dependent on any other component in ODBC/MX
-//          to avoid cyclical references that can not be resolved currently.
-//          there are several declarations that are common because of this,
-//          and it is imagined that they will eventually be re-partitioned
-//          without the need for duplication. 
-//
-// Modification History
-
-#ifndef _CA_DEFINED
-#define _CA_DEFINED 
-
-module CA {
-// used to simulate a unique id for interface
-// concatates elements
-//      major = x01, minor = x00, build = x0001
-typedef long long VERSION_def;
-typedef string    UUID_def;
-
-#define cm_uuid ((UUID_def) "e0c3d230-e045-11d1-a57d-0060b01ad6ae")
-#define cm_version ((VERSION_def) 16777217)
-
-// Object reference
-//
-
-typedef char		OMX_IDENTIFIER_def[128];
-typedef long		OMX_UID_def;
-typedef string<3000> ERROR_TEXT_def;
-
-typedef struct CA_ERROR_DESC_t {
-    long			ErrDiagnosticId;
-	ERROR_TEXT_def	ErrText;
-} CA_ERROR_DESC_def;
-
-typedef sequence<CA_ERROR_DESC_def> CA_ERROR_DESC_LIST_def;
-
-// used to describe the current state of the ODBC/MX system
-// as well as to indicate a change directive  
-typedef enum OMX_STATUS_t {
-    OMX_UNKNOWN
-   ,OMX_STOPPED
-   ,OMX_STOPPING
-   ,OMX_STARTING
-   ,OMX_STARTED
-} OMX_STATUS_def;
-
-
-interface Svc 
-	{                  
-	exception ParamError {string ErrText;};
-	exception Error {string ErrText;};
-	exception DuplicateRegistry{};
- 
-    // used by Association Service to register for FailOver protection
-	void RegSvc (  in OMX_IDENTIFIER_def ObjRef
-			      ,in OMX_IDENTIFIER_def ObjMachineNm
-				  ,in string<128>		 ProcessNm
-				  ,in string<128>		 ProcessTitle
-				  ,in long				 DSId
-				  ,in long				 NodeNum
-				  ,in long				 DebugFlag
-				  )
-	    raises (ParamError
-		       ,Error
-		       ,DuplicateRegistry);
-
-	// used to indicate that the Association Server is broadcasting
-	// a Stop request, signalling CA to gracefully shutdown 
-	void ShutdownSvc()
-	    raises (Error);
-
-	// used to indicate that the Tandem services has failed
-	// signalling CA to shutdown immediately 
-	void AbortSvc()
-	    raises (Error);
-
-        // used as a signal between AS and CA servers.  will eventually 
-	// have parameters and timestamps but for now...
-	void KeepAlive ()
-	    raises (Error);
-	
-	};  // end of interface CA_Svc
-
-}; // end of module CA			       
-#endif

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/unixodbc/odbc/Krypton/ceecfg.idl
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/Krypton/ceecfg.idl b/core/conn/unixodbc/odbc/Krypton/ceecfg.idl
deleted file mode 100644
index c19e54b..0000000
--- a/core/conn/unixodbc/odbc/Krypton/ceecfg.idl
+++ /dev/null
@@ -1,682 +0,0 @@
-// @@@ START COPYRIGHT @@@
-//
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-//
-// @@@ END COPYRIGHT @@@
-/*
- * $RCSfile: ceecfg.idl $$Revision: 1.45 $$Date: 1998/05/27 17:34:00 $
- *
- * CEE configuration records and constants.
- *
- */
-
-
-module CEECFG {
-
-//
-// The following types are used for SKI configuration.
-//
-
-//
-// !MemoryDebug
-//
-// If set to true then a number of memory debugging features are enabled.
-// Not recommended if high performance is required.
-//
-// Default is false. (Use CMU -c for current values).
-//
-
-   typedef boolean MemoryDebug;
-
-
-
-//
-// !MaxConfiguredObjects
-//
-// Maximum number of objects that can be configured with
-// CEE_OBJECT_CONFIGURE.
-//
-// Default is 1024.
-//
-
-   typedef unsigned long MaxConfiguredObjects;
-
-
-
-//
-// !MaxInterfaces
-//
-// Maximum number of interfaces that can be created with
-// CEE_INTERFACE_CREATE.
-//
-// Default is 256.
-//
-
-   typedef unsigned long MaxInterfaces;
-
-
-
-//
-// !MaxImplementations
-//
-// Maximum number of implementations that can be created with
-// CEE_IMPLEMENTATION_CREATE.
-//
-// Default is 256.
-//
-
-   typedef unsigned long MaxImplementations;
-
-
-
-//
-// !MaxAsynchIOs
-//
-// Maximum number of asynchrononous I/O's that can be outstanding
-// at any time.
-//
-// Default is 1024.
-//
-
-   typedef unsigned long MaxAsynchIOs;
-
-
-
-//
-// !MaxObjrefSize
-//
-// Maximum number of bytes (characters) in an object reference including the
-// terminating null.
-//
-// Default is 128.
-//
-
-   typedef unsigned long MaxObjrefSize;
-
-
-
-//
-// !MaxProxies
-//
-// Maximum number of proxies that can be created with CEE_PROXY_CREATE.
-//
-// Default is 10000.
-//
-
-   typedef unsigned long MaxProxies;
-
-
-
-//
-// !MaxObjects
-//
-// Maximum number of objects. Sum of configured objects and dynamic
-// objects created with CEE_OBJECT_CREATE.
-//
-// Default is 10000.
-//
-
-   typedef unsigned long MaxObjects;
-
-
-
-//
-// !MaxSignalHandlers
-//
-// Maximum number of signal handlers that can be registered with
-// CEE_SIGNAL_HANDLER_REGISTER.
-//
-// Default is 1024.
-//
-
-   typedef unsigned long MaxSignalHandlers;
-
-
-
-//
-// !MaxCalls
-//
-// Maximum number of concurrently active object calls.
-//
-// Default is 10000.
-//
-
-   typedef unsigned long MaxCalls;
-
-
-
-//
-// !MaxServiceContextListLength
-//
-// Maximum number of elements in a service context list (send or receive).
-//
-// Default is 2.
-//
-
-   typedef unsigned long MaxServiceContextListLength;
-
-
-
-//
-// !MaxTimers
-//
-// Maximum number of pending timers.
-//
-// Default is 10000.
-//
-
-   typedef unsigned long MaxTimers;
-
-
-
-//
-// !MaxTasks
-//
-// Maximum number of CEE tasks.
-//
-// Default is 1024.
-//
-
-   typedef unsigned long MaxTasks;
-
-
-
-//
-// !MaxTitaniumSignalTags
-//
-// Maximum number of Titanium signal tags that can be created with
-// CEE_TI_SIGNAL_TAG_CREATE.
-//
-// Default is 2048.
-//
-
-   typedef unsigned long MaxTiSignalTags;
-
-
-
-//
-// !PoolExtentSizeDivisor
-//
-// PoolExtentSizeDivisor is used to compute the size of the "chunks"
-// the CEE uses to extned its internal memory pools.  Most of the
-// "Max*" configuration values define the upper limit on the size of
-// the pools.  The initial size of a pool is the "Max*" divided by
-// "PoolExtentSizeDivisor". If "PoolExtentSizeDivisor" is 0 or 1, the
-// entire pool is allocated at initialization.  If "PoolExtentSizeDivisor"
-// is negative, the pool is "grown" in single unit chunks (e.g. one call
-// or one proxy).  If "PoolExtentSizeDivisor" is 2, the pool is initially
-// half of "Max*" and the other half will be allocated on demand.  If
-// "PoolExtentSizeDivisor" is 3, one third is allocated initially and
-// the rest on demand.  And so on.
-//
-// Default is 100.
-// 
-
-   typedef unsigned long PoolExtentSizeDivisor;
-
-
-
-//
-// !Transport
-//
-// Transport to be used to receive object calls.
-//
-// Can be:
-//
-// - CEE_TRANSPORT_NULL (= 1): receive no external object calls
-//
-// - CEE_TRANSPORT_FSP  (= 2): receive object calls on $RECEIVE
-//                             (WRITEREAD or PATHSEND). For Pathway
-//                             servers "ServerclassName" must be set.
-//                             For associative servers "PathmonName"
-//                             must be set.
-//
-// - CEE_TRANSPORT_TCP  (= 3): receive object calls on socket specified
-//                             by "TcpSocketNumber".
-//
-// - CEE_TRANSPORT_TI   (= 4): receive object calls via Titanium on the
-//                             SNOR's derived from "TitaniumServerCapsule".
-//
-// - CEE_TRANSPORT_SRT  (= 5): pseudo-transport which enables switching
-//                             calls between a series of object references
-//
-// Default is CEE_TRANSPORT_NULL.
-//
-
-   typedef unsigned long Transport;
-
-
-
-//
-// !TcpPortNumber
-//
-// Port number on which to listen. Used only by servers with the TCP
-// transport.
-// 
-// Default is zero (= use any socket).
-//
-
-   typedef unsigned short TcpPortNumber;
-
-
-
-//
-// !TcpReuseAddress
-//
-// 
-// "TcpReuseAddress" enables or disables the ability to reuse a local
-// socket name on more than one socket. If this option is set to true
-// (a non-zero value), then it will allow the CEE to listen on a port
-// even if this port is already in use. You should avoid using this
-// option if possible since its use can have unexpected results. Used
-// only by servers with the TCP transport.
-// 
-// Default is false 
-//
-
-   typedef boolean TcpReuseAddress;
-
-
-
-//
-// !TcpProcessName
-//
-// TCP process to use for accepting/posting object calls over TCP.
-// Used by servers and clients on NSK platforms with the TCP transport.
-// 
-// Default is $ZTC0 
-//
-
-   typedef string TcpProcessName;
-
-
-//
-// !TcpNetwork
-//
-// Similar to TcpProcessName, on NT and UNIXs "TcpNetwork" contains 
-// an Internet address in standard (dot) notation which allows the user
-// to configure the network stack on a multihomed system. 
-//
-// Default is "0.0.0.0" (INADDR_ANY)
-//
-
-   typedef string TcpNetwork;
-
-//
-// !ServerclassName
-//
-// Pathway serverclass name. Used only by servers with the FSP transport
-// if they are running as Pathway servers.
-// 
-// Default is empty string (implies server is not a Pathway server).
-//
-// Example: MY-SERVER
-//
-
-   typedef string<15> ServerclassName;
-
-
-
-//
-// !PathmonName
-//
-// Pathmon process name under which the server is running. Used only
-// by servers with the FSP transport if they are running as Pathway
-// servers. If Pathmon process name does not include a node name it is
-// assumed to be on the local node.
-// 
-// Default is process ancestor (implies server is not an associative
-// server).
-//
-// Examples: $MYPM, \MYHOST.$PMON
-//
-
-   typedef string<15> PathmonName;
-
-
-
-
-//
-// !TitaniumServerCapsule
-//
-// Used only by servers with the Titanium transport.
-//
-// Must be specified if "Transport" is set to CEE_TRANSPORT_TI (= 4).
-//
-// Format is manufacturer-id/object-id. The local site-id, manufacturer-id
-// and object-id are used to create a SNOR (site native object reference) 
-// for the server capsule's queue.
-//
-// No default.
-//
-// Example: 12/4
-//
-
-   typedef string TitaniumServerCapsule;
-
-
-
-
-//  
-// !TitaniumServerConcurrency
-//
-// Used only by servers with the Titanium transport. Specifies how many
-// outstanding replies a capsule can have. This influences how many
-// Titanium server ports are created.
-// 
-// Default is one.
-//
-// Example: 100
-//
-
-   typedef unsigned long TitaniumServerConcurrency;
-
-   const unsigned long MAX_LIBRARY_NAME_SIZE       =  256;
-   const unsigned long MAX_ENTRY_POINT_NAME_SIZE   =   64;
-   const unsigned long MAX_PARAM_SIZE              = 1024;
-   const unsigned long MIN_OBJREF_SIZE             =   64;
-
-
-
-//
-// !ObjectConfigTag
-//
-// Is an entry in the configured object table (see next section). Each
-// entry describes one configured object.
-//
-// <oid>            Object ID.
-//
-// <vendorID>       Vendor ID (qualifies component ID)
-//
-// <componentID>    Identifies the implementation library (component)
-//                  for alerts etc.
-//
-// <libraryName>    Name of library containing the objects implementation
-//                  and initialization function.
-//
-// <entrypointName> Name of the object initialization function.
-//
-// <param>          A parameter that will be passed to the
-//                  object initialization function (not used
-//                  by the CEE).
-//
-//
-
-   struct ObjectConfigTag {
-      sequence<char>                              oid;
-      sequence<char, MAX_LIBRARY_NAME_SIZE>       libraryName;
-      sequence<char, MAX_ENTRY_POINT_NAME_SIZE>   entrypointName;
-      sequence<char, MAX_PARAM_SIZE>              param;   
-   };
-
-
-
-//
-// !ConfiguredObjectTable
-//
-// Contains a list of configured objects.
-//
-
-   typedef sequence<ObjectConfigTag> ConfiguredObjectTable;
-
-
-
-//         
-// ! UseBootstrapAlertObject
-//
-// If set to true (the default) then "ALF_AlertRaise"  will try to
-// write a primitive message to "stderr" if the alert object specified
-// by "AlertObjref" cannot be called.
-//
-// If false then "ALF_AlertRaise" has no effect if the alert object is
-// unreachable.
-//
-// Default is "true".
-//
-
-   typedef boolean UseBootstrapAlertObject;
-
-
-
-//         
-// ! AlertObjref
-//
-// Object reference of the Alert Object to which all alerts are to be sent.
-//
-// Default is "".
-//
-
-   typedef Object AlertObjref;
-
-
-
-//
-// ! UseTitanium
-//
-// If set to true the process will attempt to register as a Titanium
-// capsule. If this succeeds then it will be possible to make object
-// calls using the Titanium transport.
-//
-// Default is CEE_FALSE.
-//
-
-   typedef boolean UseTitanium;
-
-
-
-//
-// ! ProxyCachingEnabled
-//
-// If set to true, then on a proxy destroy request an attempt will be
-// made to cache the resources associated with the given proxy such
-// that they could potentially be reused on a subsequent proxy create
-// request.
-//
-// Default is CEE_TRUE.
-//
-
-   typedef boolean ProxyCachingEnabled;
-
-
-
-//
-// ! MaxProxiesToCache
-//
-// Defines the maximum number of proxies that the proxy cache may
-// hold.
-//
-// Default is 20.
-//
-
-   typedef boolean MaxProxiesToCache;
-
-
-
-//         
-// ! Trace configuration
-//
-// The following parameters can be used to override the setting of the
-// TRACEINFO, TRACEWARN, TRACEFAIL and TRACEFORMAT environment variables
-// so that tracing can also be controlled with SAM.
-//
-
-   typedef string TraceInfo;
-   typedef string TraceWarn;
-   typedef string TraceFail;
-   typedef string TraceFormat;
-  
-
-
-//
-// !Stub Trace: Client
-//
-// Enables tracing for client capsules. This parameter is disabled by
-// default. If this parameter is set to false then no trace output is
-// produced for CEE clients even if TRACEINFO is set to "STUB".
-//
-// Note that for stubs tracing, TRACEINFO must be set to "STUB".
-//
-// Default is IDL_FALSE.
-//
-
-   typedef boolean TraceClient;
-
-
-
-//
-// !Stub Trace: Server
-//
-// Enables tracing for server capsules. This parameter is disabled by
-// default. If this parameter is set to false then no trace output is
-// produced for CEE servers even if TRACEINFO is set to "STUB".
-//
-// Note that for stubs tracing, TRACEINFO must be set to "STUB".
-//
-// Default is IDL_FALSE.
-//
-
-   typedef boolean TraceServer;
-  
-
-//
-// !Stub Trace: ParamDumpLength
-//
-// This parameter sets the approximate length of operation argument value
-// strings which are displayed in trace messages. Parameter Data conversion
-// is limited by the "ParamDumpLength" parameter. If this parameter
-// equals 0, then no operation arguments are dumped. This parameter is
-// set to 200 by default. Note that the maximal trace message is limited
-// to 2048 characters.
-//
-
-   typedef unsigned long ParamDumpLength;
-
-
-
-
-//
-// !Stub Trace: InsertLineBreaks
-//
-// If true line breaks are inserted in an argument value string for better
-// readability. This is advisable when analysing deeply nested data types.
-// This parameter is set to false by default.
-  
-   typedef boolean InsertLineBreaks;
-
-
-
-//
-// ! StderrFile
-//
-// The file to which stderr should be redirected.  Trace output is 
-// written to stderr and so are bootstrap alerts.
-//
-// Default is NULL.
-//
-  typedef string StderrFile;
-
-
-
-//         
-// ! ServiceResourceEntry
-//
-// Is an entry in the Service Resource Block (see
-// ServiceResourceBlock). Entries have the form:
-//
-// <type>      defines whether the entry refers to an
-//             IMPLEMENTER or a PROVIDER
-//
-// <objref>    the object reference of the resource
-//
-
-  struct ServiceResourceEntry {
-    sequence<char>  type;
-    sequence<char>  objref;
-  };
-
-
-
-//         
-// ! ServiceResourceBlock
-//
-// Associates a name with a list of service resource entries.
-// The name is then referenced in a statically configured
-// SRT (Service Resource Transport) objref. Entries have the
-// form:
-//
-// <name>      service name
-//
-// <policy>    the name of the policy which governs how
-//             object calls are switched between service
-//             implementers
-//
-// <list>      a sequence of service resource entries
-//
-
-  struct ServiceResourceBlock {
-    sequence<char>                     name;
-    sequence<char>                     policy;
-    sequence<ServiceResourceEntry>     list;
-  };
-
-
-
-//
-// !ServiceResourceTable
-//
-// Contains a list of service resource blocks.
-//
-
-   typedef sequence<ServiceResourceBlock> ServiceResourceTable;
-
-
-
-//
-// !Default Asynch Call mode
-//
-// Default asynch call mode (unsupported)
-//
-// Default is CEE_CALL_MODE_QUEUE.
-//
-
-typedef unsigned long AsynchCallMode;
-
-
-
-//
-// !Default Asynch Response mode
-//
-// Default asynch response mode (unsupported)
-//
-// Default is CEE_RESPONSE_MODE_QUEUE.
-//
-
-typedef unsigned long AsynchResponseMode;
-
-
-
-//
-// !TransactionFactory
-//
-// The object reference that should be used to create transactions.
-//
-  typedef Object TransactionFactory;
-
-
-}; // module CEECFG
-

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/69f18872/core/conn/unixodbc/odbc/Krypton/ceercv.h
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/Krypton/ceercv.h b/core/conn/unixodbc/odbc/Krypton/ceercv.h
deleted file mode 100644
index 29cd7b9..0000000
--- a/core/conn/unixodbc/odbc/Krypton/ceercv.h
+++ /dev/null
@@ -1,493 +0,0 @@
-// @@@ START COPYRIGHT @@@
-//
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-//
-// @@@ END COPYRIGHT @@@
-#ifndef CEERCV_H_
-#define CEERCV_H_
-/*
- * Translation unit: CEERCV
- * Generated by CNPGEN(TANTAU CNPGEN TANTAU_AG_PC8 20001120.103031) on Fri Jun 18 12:53:25 2004
- * C++ constructs used
- * Header file for use with the CEE
- * Client functionality included
- * Server functionality included
- */
-#include <stdarg.h>
-#include <cee.h>
-#if CEE_H_VERSION != 19991123
-#error Version mismatch CEE_H_VERSION != 19991123
-#endif
-#include <idltype.h>
-#if IDL_TYPE_H_VERSION != 19971225
-#error Version mismatch IDL_TYPE_H_VERSION != 19971225
-#endif
-
-/**********************
- * Interface 'CEERCV' *
- **********************/
-typedef IDL_Object CEERCV;
-/* Exception CEERCV_decline has no members */
-typedef IDL_short CEERCV_ReceiveInfoDef[17];
-#define CEERCV_ReceiveInfoDef_cin_ ((char *) "a1+17+I")
-#define CEERCV_ReceiveInfoDef_csz_ ((IDL_unsigned_long) 7)
-
-/************************************
- * Operation 'CEERCV_SystemMessage' *
- ************************************/
-struct CEERCV_SystemMessage_request_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  IDL_short *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-};
-struct CEERCV_SystemMessage_reply_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  IDL_short *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-};
-
-/*
- * Exception number constants for
- * operation 'CEERCV_SystemMessage'
- */
-#define CEERCV_SystemMessage_decline_exn_ 1
-/*
- * Exception union for
- * operation 'CEERCV_SystemMessage'
- */
-struct CEERCV_SystemMessage_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-};
-/*
- * Local index for operation 'CEERCV_SystemMessage'
- */
-#define CEERCV_SystemMessage_ldx_ ((IDL_unsigned_long) 1)
-/*
- * Operation synopsis for operation 'CEERCV_SystemMessage'
- */
-#define CEERCV_SystemMessage_osy_ ((IDL_long) 631334868)
-/*
- * Call Completion function pointer type for
- * operation 'CEERCV_SystemMessage'
- */
-typedef void (*CEERCV_SystemMessage_cct_) (
-    /* In    */ CEE_tag_def cmptag_
-  , /* In    */ const CEERCV_SystemMessage_exc_ *exception_
-  , /* In    */ IDL_short error
-  , /* In    */ const CEERCV_SystemMessage_reply_seq_ *reply
-  );
-/*
- * Call Completion function prototype for
- * operation 'CEERCV_SystemMessage'
- */
-extern "C" void
-CEERCV_SystemMessage_ccf_(
-    /* In    */ CEE_tag_def cmptag_
-  , /* In    */ const CEERCV_SystemMessage_exc_ *exception_
-  , /* In    */ IDL_short error
-  , /* In    */ const CEERCV_SystemMessage_reply_seq_ *reply
-  );
-/*
- * Asynchronous object call for
- * operation 'CEERCV_SystemMessage'
- */
-extern "C" CEE_status
-CEERCV_SystemMessage_pst_(
-    /* In    */ const CEE_handle_def *ph_
-  , /* In    */ CEE_tag_def tag_
-  , /* In    */ CEERCV_SystemMessage_cct_ rtn_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ const CEERCV_SystemMessage_request_seq_ *request
-  );
-/*
- * Synchronous object call for
- * operation 'CEERCV_SystemMessage'
- */
-extern "C" void
-CEERCV_SystemMessage(
-    /* In    */ const CEE_handle_def *ph_
-  , /* Out   */ CEERCV_SystemMessage_exc_ *exception_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ const CEERCV_SystemMessage_request_seq_ *request
-  , /* Out   */ IDL_short *error
-  , /* Out   */ CEERCV_SystemMessage_reply_seq_ *reply
-  );
-/*
- * Asynchronous method function pointer type for
- * operation 'CEERCV_SystemMessage'
- */
-typedef void (*CEERCV_SystemMessage_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ const CEERCV_SystemMessage_request_seq_ *request
-  );
-/*
- * Asynchronous method function prototype for
- * operation 'CEERCV_SystemMessage'
- */
-extern "C" void
-CEERCV_SystemMessage_ame_(
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ const CEERCV_SystemMessage_request_seq_ *request
-  );
-/*
- * Set Asynchronous Method for
- * operation 'CEERCV_SystemMessage'
- */
-extern "C" CEE_status
-CEERCV_SystemMessage_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ CEERCV_SystemMessage_amt_ method_
-  );
-/*
- * Asynchronous response for
- * operation 'CEERCV_SystemMessage'
- */
-extern "C" CEE_status
-CEERCV_SystemMessage_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const CEERCV_SystemMessage_exc_ *exception_
-  , /* In    */ IDL_short error
-  , /* In    */ const CEERCV_SystemMessage_reply_seq_ *reply
-  );
-/*
- * Synchronous method function pointer type for
- * operation'CEERCV_SystemMessage'
- */
-typedef void (*CEERCV_SystemMessage_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ CEERCV_SystemMessage_exc_ *exception_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ const CEERCV_SystemMessage_request_seq_ *request
-  , /* Out   */ IDL_short *error
-  , /* Out   */ CEERCV_SystemMessage_reply_seq_ *reply
-  );
-/*
- * Synchronous method function prototype for
- * operation 'CEERCV_SystemMessage'
- */
-extern "C" void
-CEERCV_SystemMessage_sme_(
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ CEERCV_SystemMessage_exc_ *exception_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ const CEERCV_SystemMessage_request_seq_ *request
-  , /* Out   */ IDL_short *error
-  , /* Out   */ CEERCV_SystemMessage_reply_seq_ *reply
-  );
-/*
- * Set Synchronous method for
- * operation 'CEERCV_SystemMessage'
- */
-extern "C" CEE_status
-CEERCV_SystemMessage_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ CEERCV_SystemMessage_smt_ method_
-  );
-/*
- * Set Synchronous multithreaded method for
- * operation 'CEERCV_SystemMessage'
- */
-extern "C" CEE_status
-CEERCV_SystemMessage_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ CEERCV_SystemMessage_smt_ method_
-  );
-
-/********************************
- * Operation 'CEERCV_IOMessage' *
- ********************************/
-struct CEERCV_IOMessage_request_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  IDL_octet *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-};
-struct CEERCV_IOMessage_reply_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  IDL_octet *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-};
-
-/*
- * Exception number constants for
- * operation 'CEERCV_IOMessage'
- */
-#define CEERCV_IOMessage_decline_exn_ 1
-/*
- * Exception union for
- * operation 'CEERCV_IOMessage'
- */
-struct CEERCV_IOMessage_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-};
-/*
- * Local index for operation 'CEERCV_IOMessage'
- */
-#define CEERCV_IOMessage_ldx_ ((IDL_unsigned_long) 2)
-/*
- * Operation synopsis for operation 'CEERCV_IOMessage'
- */
-#define CEERCV_IOMessage_osy_ ((IDL_long) -1142393801)
-/*
- * Call Completion function pointer type for
- * operation 'CEERCV_IOMessage'
- */
-typedef void (*CEERCV_IOMessage_cct_) (
-    /* In    */ CEE_tag_def cmptag_
-  , /* In    */ const CEERCV_IOMessage_exc_ *exception_
-  , /* In    */ IDL_short error
-  , /* In    */ const CEERCV_IOMessage_reply_seq_ *reply
-  );
-/*
- * Call Completion function prototype for
- * operation 'CEERCV_IOMessage'
- */
-extern "C" void
-CEERCV_IOMessage_ccf_(
-    /* In    */ CEE_tag_def cmptag_
-  , /* In    */ const CEERCV_IOMessage_exc_ *exception_
-  , /* In    */ IDL_short error
-  , /* In    */ const CEERCV_IOMessage_reply_seq_ *reply
-  );
-/*
- * Asynchronous object call for
- * operation 'CEERCV_IOMessage'
- */
-extern "C" CEE_status
-CEERCV_IOMessage_pst_(
-    /* In    */ const CEE_handle_def *ph_
-  , /* In    */ CEE_tag_def tag_
-  , /* In    */ CEERCV_IOMessage_cct_ rtn_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ IDL_short dialogInfo
-  , /* In    */ const CEERCV_IOMessage_request_seq_ *request
-  );
-/*
- * Synchronous object call for
- * operation 'CEERCV_IOMessage'
- */
-extern "C" void
-CEERCV_IOMessage(
-    /* In    */ const CEE_handle_def *ph_
-  , /* Out   */ CEERCV_IOMessage_exc_ *exception_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ IDL_short dialogInfo
-  , /* In    */ const CEERCV_IOMessage_request_seq_ *request
-  , /* Out   */ IDL_short *error
-  , /* Out   */ CEERCV_IOMessage_reply_seq_ *reply
-  );
-/*
- * Asynchronous method function pointer type for
- * operation 'CEERCV_IOMessage'
- */
-typedef void (*CEERCV_IOMessage_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ IDL_short dialogInfo
-  , /* In    */ const CEERCV_IOMessage_request_seq_ *request
-  );
-/*
- * Asynchronous method function prototype for
- * operation 'CEERCV_IOMessage'
- */
-extern "C" void
-CEERCV_IOMessage_ame_(
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ IDL_short dialogInfo
-  , /* In    */ const CEERCV_IOMessage_request_seq_ *request
-  );
-/*
- * Set Asynchronous Method for
- * operation 'CEERCV_IOMessage'
- */
-extern "C" CEE_status
-CEERCV_IOMessage_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ CEERCV_IOMessage_amt_ method_
-  );
-/*
- * Asynchronous response for
- * operation 'CEERCV_IOMessage'
- */
-extern "C" CEE_status
-CEERCV_IOMessage_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const CEERCV_IOMessage_exc_ *exception_
-  , /* In    */ IDL_short error
-  , /* In    */ const CEERCV_IOMessage_reply_seq_ *reply
-  );
-/*
- * Synchronous method function pointer type for
- * operation'CEERCV_IOMessage'
- */
-typedef void (*CEERCV_IOMessage_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ CEERCV_IOMessage_exc_ *exception_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ IDL_short dialogInfo
-  , /* In    */ const CEERCV_IOMessage_request_seq_ *request
-  , /* Out   */ IDL_short *error
-  , /* Out   */ CEERCV_IOMessage_reply_seq_ *reply
-  );
-/*
- * Synchronous method function prototype for
- * operation 'CEERCV_IOMessage'
- */
-extern "C" void
-CEERCV_IOMessage_sme_(
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ CEERCV_IOMessage_exc_ *exception_
-  , /* In    */ const IDL_short *receiveInfo
-  , /* In    */ IDL_short dialogInfo
-  , /* In    */ const CEERCV_IOMessage_request_seq_ *request
-  , /* Out   */ IDL_short *error
-  , /* Out   */ CEERCV_IOMessage_reply_seq_ *reply
-  );
-/*
- * Set Synchronous method for
- * operation 'CEERCV_IOMessage'
- */
-extern "C" CEE_status
-CEERCV_IOMessage_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ CEERCV_IOMessage_smt_ method_
-  );
-/*
- * Set Synchronous multithreaded method for
- * operation 'CEERCV_IOMessage'
- */
-extern "C" CEE_status
-CEERCV_IOMessage_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ CEERCV_IOMessage_smt_ method_
-  );
-
-/*
- * CIN description of interface 'CEERCV'
- */
-static char CEERCV_ici_[]  = {
-    '!','1','4','+','I','D','L',':','C','E','E','R','C','V',':','1',
-    '.','0','2','+','6','3','1','3','3','4','8','6','8','+','1','3',
-    '+','S','y','s','t','e','m','M','e','s','s','a','g','e','(','4',
-    '+','1','1','+','r','e','c','e','i','v','e','I','n','f','o','>',
-    'a','1','+','1','7','+','I','7','+','r','e','q','u','e','s','t',
-    '>','c','0','+','I','5','+','e','r','r','o','r','<','I','5','+',
-    'r','e','p','l','y','<','c','0','+','I','1','+','2','2','+','I',
-    'D','L',':','C','E','E','R','C','V','/','d','e','c','l','i','n',
-    'e',':','1','.','0','g','0','+','0','+','1','1','4','2','3','9',
-    '3','8','0','1','-','9','+','I','O','M','e','s','s','a','g','e',
-    '(','5','+','1','1','+','r','e','c','e','i','v','e','I','n','f',
-    'o','>','a','1','+','1','7','+','I','1','0','+','d','i','a','l',
-    'o','g','I','n','f','o','>','I','7','+','r','e','q','u','e','s',
-    't','>','c','0','+','H','5','+','e','r','r','o','r','<','I','5',
-    '+','r','e','p','l','y','<','c','0','+','H','1','+','2','2','+',
-    'I','D','L',':','C','E','E','R','C','V','/','d','e','c','l','i',
-    'n','e',':','1','.','0','g','0','+','0','+', 0};
-#define CEERCV_ics_ ((IDL_unsigned_long) 267)
-
-/*
- * Interface creation function for 'CEERCV'
- */
-extern "C" CEE_status
-CEERCV_ifc_(
-  /* Out */ CEE_handle_def *interface_handle);
-
-/*
- * Synchronous implementation creation function for interface 'CEERCV'
- * Should only be be called via the CEERCV_SIM_ macro.
- */
-extern "C" CEE_status
-CEERCV_sim_(
-  /* Out */ CEE_handle_def *implementation_handle,
-  /* In  */ ...);
-
-/*
- * Synchronous implementation creation macro for interface 'CEERCV'
- */
-#define CEERCV_SIM_(impl_) CEERCV_sim_((impl_) \
-    , CEERCV_SystemMessage_sme_ \
-    , CEERCV_IOMessage_sme_ )
-
-/*
- * Asynchronous implementation creation function for interface 'CEERCV'
- * Should only be be called via the CEERCV_AIM_ macro.
- */
-extern "C" CEE_status
-CEERCV_aim_(
-  /* Out */ CEE_handle_def *implementation_handle,
-  /* In  */ ...);
-
-/*
- * Asynchronous implementation creation macro for interface 'CEERCV'
- */
-#define CEERCV_AIM_(impl_) CEERCV_aim_((impl_) \
-    , CEERCV_SystemMessage_ame_ \
-    , CEERCV_IOMessage_ame_ )
-
-/*
- * Synchronous Multi Threaded implementation creation function for interface 'CEERCV'
- * Should only be be called via the CEERCV_MSIM_ macro.
- */
-extern "C" CEE_status
-CEERCV_msim_(
-  /* Out */ CEE_handle_def *implementation_handle,
-  /* In  */ ...);
-
-/*
- * Synchronous Multi Threaded implementation creation macro for interface 'CEERCV'
- */
-#define CEERCV_MSIM_(impl_) CEERCV_msim_((impl_) \
-    , CEERCV_SystemMessage_sme_ \
-    , CEERCV_IOMessage_sme_ )
-
-/*
- * Configured Object initialization function
- * for interface 'CEERCV'
- */
-extern "C" void
-CEERCV_coi_(
-  /* In  */ const CEE_handle_def  *object_handle,
-  /* In  */ const char            *param,
-  /* In  */ long                  param_len,
-  /* Out */ CEE_status            *sts,
-  /* Out */ CEE_tag_def           *obj_tag,
-  /* Out */ CEE_handle_def        *implementation_handle);
-
-/**************************
- * End interface 'CEERCV' *
- **************************/
-/*
- * End translation unit: CEERCV
- */
-#endif /* CEERCV_H_ */