summaryrefslogtreecommitdiffstats
path: root/tags/cpp-sca-20060405/tools/scagen/junit/testoutput/CustomerInfoImplSingleParamDiffTypesTest/expected_output/CustomerInfoImpl_CustomerInfoService_Wrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tags/cpp-sca-20060405/tools/scagen/junit/testoutput/CustomerInfoImplSingleParamDiffTypesTest/expected_output/CustomerInfoImpl_CustomerInfoService_Wrapper.cpp')
-rw-r--r--tags/cpp-sca-20060405/tools/scagen/junit/testoutput/CustomerInfoImplSingleParamDiffTypesTest/expected_output/CustomerInfoImpl_CustomerInfoService_Wrapper.cpp376
1 files changed, 0 insertions, 376 deletions
diff --git a/tags/cpp-sca-20060405/tools/scagen/junit/testoutput/CustomerInfoImplSingleParamDiffTypesTest/expected_output/CustomerInfoImpl_CustomerInfoService_Wrapper.cpp b/tags/cpp-sca-20060405/tools/scagen/junit/testoutput/CustomerInfoImplSingleParamDiffTypesTest/expected_output/CustomerInfoImpl_CustomerInfoService_Wrapper.cpp
deleted file mode 100644
index abf2b8ed1a..0000000000
--- a/tags/cpp-sca-20060405/tools/scagen/junit/testoutput/CustomerInfoImplSingleParamDiffTypesTest/expected_output/CustomerInfoImpl_CustomerInfoService_Wrapper.cpp
+++ /dev/null
@@ -1,376 +0,0 @@
-/*
- * Copyright 2005 The Apache Software Foundation or its licensors, as applicable.
- *
- * Licensed 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.
- */
-
-#include "CustomerInfoImpl_CustomerInfoService_Wrapper.h"
-
-#include "osoa/sca/sca.h"
-using namespace osoa::sca;
-using namespace tuscany::sca;
-
-extern "C"
-{
-
- #if defined(WIN32) || defined(_WINDOWS)
- __declspec(dllexport)
- #endif
- CustomerInfoImpl_CustomerInfoService_Wrapper* CustomerInfoImpl_CustomerInfoService_Wrapper_Factory(tuscany::sca::model::Service* target)
- {
- return new CustomerInfoImpl_CustomerInfoService_Wrapper(target);
- }
-}
-
-CustomerInfoImpl_CustomerInfoService_Wrapper::CustomerInfoImpl_CustomerInfoService_Wrapper(Service* target) : ComponentServiceWrapper(target)
-{
- impl = (CustomerInfoImpl*)getImplementation();
-}
-
-CustomerInfoImpl_CustomerInfoService_Wrapper::~CustomerInfoImpl_CustomerInfoService_Wrapper()
-{
- releaseImplementation();
-}
-
-void* CustomerInfoImpl_CustomerInfoService_Wrapper::newImplementation()
-{
- return new CustomerInfoImpl;
-}
-
-void CustomerInfoImpl_CustomerInfoService_Wrapper::deleteImplementation()
-{
- delete impl;
-}
-
-void CustomerInfoImpl_CustomerInfoService_Wrapper::invokeService(Operation& operation)
-{
- const string& operationName = operation.getName();
-
- if (operationName == "getCustomerInformationChar")
- {
- const char* p0 = (const char*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInformationChar(p0));
- return;
- }
- if (operationName == "getCustomerInfoAChar")
- {
- const char* p0 = (const char*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoAChar(p0));
- return;
- }
- if (operationName == "getCustomerInfoBChar")
- {
- char* p0 = ( char*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoBChar(p0));
- return;
- }
- if (operationName == "getCustomerInfoCChar")
- {
- char& p0 = *( char*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoCChar(p0));
- return;
- }
- if (operationName == "getCustomerInfoDChar")
- {
- char& p0 = *( char*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoDChar(p0));
- return;
- }
- if (operationName == "getCustomerInfoEChar")
- {
- char* p0 = ( char*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoEChar(p0));
- return;
- }
- if (operationName == "getCustomerInfoFChar")
- {
- char* p0 = ( char*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoFChar(p0));
- return;
- }
- if (operationName == "getCustomerInfoGChar")
- {
- signed char* p0 = ( signed char*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoGChar(p0));
- return;
- }
- if (operationName == "getCustomerInfoHChar")
- {
- unsigned char* p0 = ( unsigned char*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoHChar(p0));
- return;
- }
- if (operationName == "getCustomerInformationLong")
- {
- const long* p0 = (const long*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInformationLong(p0));
- return;
- }
- if (operationName == "getCustomerInfoALong")
- {
- const long* p0 = (const long*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoALong(p0));
- return;
- }
- if (operationName == "getCustomerInfoBLong")
- {
- long* p0 = ( long*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoBLong(p0));
- return;
- }
- if (operationName == "getCustomerInfoCLong")
- {
- long& p0 = *( long*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoCLong(p0));
- return;
- }
- if (operationName == "getCustomerInfoDLong")
- {
- long& p0 = *( long*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoDLong(p0));
- return;
- }
- if (operationName == "getCustomerInfoELong")
- {
- long* p0 = ( long*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoELong(p0));
- return;
- }
- if (operationName == "getCustomerInfoFLong")
- {
- long* p0 = ( long*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoFLong(p0));
- return;
- }
- if (operationName == "getCustomerInfoGLong")
- {
- signed long* p0 = ( signed long*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoGLong(p0));
- return;
- }
- if (operationName == "getCustomerInfoHLong")
- {
- unsigned long* p0 = ( unsigned long*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoHLong(p0));
- return;
- }
- if (operationName == "getCustomerInformationInt")
- {
- const int* p0 = (const int*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInformationInt(p0));
- return;
- }
- if (operationName == "getCustomerInfoAInt")
- {
- const int* p0 = (const int*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoAInt(p0));
- return;
- }
- if (operationName == "getCustomerInfoBInt")
- {
- int* p0 = ( int*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoBInt(p0));
- return;
- }
- if (operationName == "getCustomerInfoCInt")
- {
- int& p0 = *( int*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoCInt(p0));
- return;
- }
- if (operationName == "getCustomerInfoDInt")
- {
- int& p0 = *( int*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoDInt(p0));
- return;
- }
- if (operationName == "getCustomerInfoEInt")
- {
- int* p0 = ( int*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoEInt(p0));
- return;
- }
- if (operationName == "getCustomerInfoFInt")
- {
- int* p0 = ( int*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoFInt(p0));
- return;
- }
- if (operationName == "getCustomerInfoGInt")
- {
- signed int* p0 = ( signed int*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoGInt(p0));
- return;
- }
- if (operationName == "getCustomerInfoHInt")
- {
- unsigned int* p0 = ( unsigned int*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoHInt(p0));
- return;
- }
- if (operationName == "getCustomerInformationint64")
- {
- const __int64* p0 = (const __int64*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInformationint64(p0));
- return;
- }
- if (operationName == "getCustomerInfoAint64")
- {
- const __int64* p0 = (const __int64*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoAint64(p0));
- return;
- }
- if (operationName == "getCustomerInfoBint64")
- {
- __int64* p0 = ( __int64*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoBint64(p0));
- return;
- }
- if (operationName == "getCustomerInfoCint64")
- {
- __int64& p0 = *( __int64*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoCint64(p0));
- return;
- }
- if (operationName == "getCustomerInfoDint64")
- {
- __int64& p0 = *( __int64*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoDint64(p0));
- return;
- }
- if (operationName == "getCustomerInfoEint64")
- {
- __int64* p0 = ( __int64*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoEint64(p0));
- return;
- }
- if (operationName == "getCustomerInfoFint64")
- {
- __int64* p0 = ( __int64*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoFint64(p0));
- return;
- }
- if (operationName == "getCustomerInfoGint64")
- {
- signed __int64* p0 = ( signed __int64*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoGint64(p0));
- return;
- }
- if (operationName == "getCustomerInfoHint64")
- {
- unsigned int64* p0 = ( unsigned int64*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoHint64(p0));
- return;
- }
- if (operationName == "getCustomerInformationVoid")
- {
- const __int64* p0 = (const __int64*)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInformationVoid(p0));
- return;
- }
- if (operationName == "getCustomerInfoAVoid")
- {
- const __int64* p0 = (const __int64*)operation.getParameter(0);
- impl->getCustomerInfoAVoid(p0);
- return;
- }
- if (operationName == "getCustomerInfoBVoid")
- {
- impl->getCustomerInfoBVoid();
- return;
- }
- if (operationName == "getCustomerInfoCVoid")
- {
- impl->getCustomerInfoCVoid();
- return;
- }
- if (operationName == "getCustomerInfoDVoid")
- {
- impl->getCustomerInfoDVoid();
- return;
- }
- if (operationName == "getCustomerInfoAInline")
- {
- char* customer p0 = ( char* customer)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoAInline(p0));
- return;
- }
- if (operationName == "getCustomerInfoBInline")
- {
- char* customer p0 = ( char* customer)operation.getParameter(0);
- *(int*)operation.getReturnValue() = impl->getCustomerInfoBInline(p0);
- return;
- }
- if (operationName == "getCustomerInfoCInline")
- {
- char* customer p0 = ( char* customer)operation.getParameter(0);
-
- operation.setReturnValue((void*) impl->getCustomerInfoCInline(p0));
- return;
- }
- if (operationName == "getCustomerInfoTrickyA")
- {
- const char& p0 = *(const char*)operation.getParameter(0);
- *(int*)operation.getReturnValue() = impl->getCustomerInfoTrickyA(p0);
- return;
- }
- if (operationName == "getCustomerInfoTrickyB")
- {
- int& p0 = *( int*)operation.getParameter(0);
- *(int*)operation.getReturnValue() = impl->getCustomerInfoTrickyB(p0);
- return;
- }
-
-
- throw ServiceRuntimeException("Invalid operation");
-
-}
-