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:17 UTC

[10/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/unixodbc/odbc/Krypton/odbccfg_sv.c
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/Krypton/odbccfg_sv.c b/core/conn/unixodbc/odbc/Krypton/odbccfg_sv.c
deleted file mode 100644
index 57c024e..0000000
--- a/core/conn/unixodbc/odbc/Krypton/odbccfg_sv.c
+++ /dev/null
@@ -1,5023 +0,0 @@
-/*
- * Translation unit: ODBCCFG
- * Generated by CNPGEN(TANTAU CNPGEN TANTAU_AG_PC8 20001120.103031) on Fri Jun 18 12:53:20 2004
- * Code file for use with the CEE
- * 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
-typedef IDL_string UUID_def;
-typedef IDL_long DIALOGUE_ID_def;
-typedef IDL_char SQL_IDENTIFIER_def[129];
-typedef IDL_char STMT_NAME_def[31];
-typedef IDL_long SQL_DATATYPE_def;
-typedef IDL_char SQLSTATE_def[6];
-typedef IDL_string ERROR_STR_def;
-typedef struct SQL_DataValue_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  IDL_octet *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} SQL_DataValue_def;
-typedef IDL_short SQL_INDICATOR_def;
-typedef IDL_long_long INTERVAL_NUM_def;
-typedef IDL_char TIMESTAMP_STR_def[31];
-typedef struct USER_SID_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  IDL_octet *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} USER_SID_def;
-typedef struct USER_PASSWORD_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  IDL_octet *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} USER_PASSWORD_def;
-typedef struct USER_NAME_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  IDL_octet *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} USER_NAME_def;
-typedef IDL_long TIME_def;
-typedef IDL_short GEN_PARAM_TOKEN_def;
-typedef IDL_short GEN_PARAM_OPERATION_def;
-typedef struct GEN_PARAM_VALUE_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  IDL_octet *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} GEN_PARAM_VALUE_def;
-typedef IDL_char VPROC_def[33];
-struct ERROR_DESC_t {
-  IDL_long rowId;
-  IDL_long errorDiagnosticId;
-  IDL_long sqlcode;
-  SQLSTATE_def sqlstate;
-  char pad_to_offset_24_[6];
-  ERROR_STR_def errorText;
-  IDL_PTR_PAD(errorText, 1)
-  IDL_long operationAbortId;
-  IDL_long errorCodeType;
-  IDL_string Param1;
-  IDL_PTR_PAD(Param1, 1)
-  IDL_string Param2;
-  IDL_PTR_PAD(Param2, 1)
-  IDL_string Param3;
-  IDL_PTR_PAD(Param3, 1)
-  IDL_string Param4;
-  IDL_PTR_PAD(Param4, 1)
-  IDL_string Param5;
-  IDL_PTR_PAD(Param5, 1)
-  IDL_string Param6;
-  IDL_PTR_PAD(Param6, 1)
-  IDL_string Param7;
-  IDL_PTR_PAD(Param7, 1)
-};
-typedef struct ERROR_DESC_t ERROR_DESC_def;
-typedef struct ERROR_DESC_LIST_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  ERROR_DESC_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} ERROR_DESC_LIST_def;
-struct SQLItemDesc_t {
-  IDL_long version;
-  SQL_DATATYPE_def dataType;
-  IDL_long datetimeCode;
-  IDL_long maxLen;
-  IDL_short precision;
-  IDL_short scale;
-  IDL_boolean nullInfo;
-  IDL_char colHeadingNm[61];
-  IDL_boolean signType;
-  char pad_to_offset_84_[1];
-  IDL_long ODBCDataType;
-  IDL_short ODBCPrecision;
-  char pad_to_offset_92_[2];
-  IDL_long SQLCharset;
-  IDL_long ODBCCharset;
-  IDL_char TableName[130];
-  IDL_char CatalogName[130];
-  IDL_char SchemaName[130];
-  IDL_char Heading[130];
-  IDL_long intLeadPrec;
-  IDL_long paramMode;
-};
-typedef struct SQLItemDesc_t SQLItemDesc_def;
-typedef struct SQLItemDescList_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  SQLItemDesc_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} SQLItemDescList_def;
-struct SQLValue_t {
-  SQL_DATATYPE_def dataType;
-  SQL_INDICATOR_def dataInd;
-  char pad_to_offset_8_[2];
-  SQL_DataValue_def dataValue;
-  IDL_long dataCharset;
-  char pad_to_size_32_[4];
-};
-typedef struct SQLValue_t SQLValue_def;
-typedef struct SQLValueList_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  SQLValue_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} SQLValueList_def;
-typedef IDL_enum USER_DESC_TYPE_t;
-#define SID_TYPE ((IDL_enum) 0)
-#define AUTHENTICATED_USER_TYPE ((IDL_enum) 1)
-#define UNAUTHENTICATED_USER_TYPE ((IDL_enum) 2)
-#define PASSWORD_ENCRYPTED_USER_TYPE ((IDL_enum) 3)
-#define SID_ENCRYPTED_USER_TYPE ((IDL_enum) 4)
-#define WIN95_USER_TYPE ((IDL_enum) 5)
-typedef USER_DESC_TYPE_t USER_DESC_TYPE_def;
-struct USER_DESC_t {
-  USER_DESC_TYPE_def userDescType;
-  char pad_to_offset_8_[4];
-  USER_SID_def userSid;
-  IDL_string domainName;
-  IDL_PTR_PAD(domainName, 1)
-  IDL_string userName;
-  IDL_PTR_PAD(userName, 1)
-  USER_PASSWORD_def password;
-};
-typedef struct USER_DESC_t USER_DESC_def;
-struct VERSION_t {
-  IDL_short componentId;
-  IDL_short majorVersion;
-  IDL_short minorVersion;
-  char pad_to_offset_8_[2];
-  IDL_unsigned_long buildId;
-};
-typedef struct VERSION_t VERSION_def;
-typedef struct VERSION_LIST_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  VERSION_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} VERSION_LIST_def;
-struct CONNECTION_CONTEXT_t {
-  SQL_IDENTIFIER_def datasource;
-  SQL_IDENTIFIER_def catalog;
-  SQL_IDENTIFIER_def schema;
-  SQL_IDENTIFIER_def location;
-  SQL_IDENTIFIER_def userRole;
-  char pad_to_offset_646_[1];
-  IDL_short accessMode;
-  IDL_short autoCommit;
-  IDL_short queryTimeoutSec;
-  IDL_short idleTimeoutSec;
-  IDL_short loginTimeoutSec;
-  IDL_short txnIsolationLevel;
-  IDL_short rowSetSize;
-  IDL_long diagnosticFlag;
-  IDL_unsigned_long processId;
-  IDL_char computerName[16];
-  char pad_to_offset_688_[4];
-  IDL_string windowText;
-  IDL_PTR_PAD(windowText, 1)
-  IDL_unsigned_long ctxACP;
-  IDL_unsigned_long ctxDataLang;
-  IDL_unsigned_long ctxErrorLang;
-  IDL_short ctxCtrlInferNCHAR;
-  char pad_to_offset_712_[2];
-  VERSION_LIST_def clientVersionList;
-};
-typedef struct CONNECTION_CONTEXT_t CONNECTION_CONTEXT_def;
-struct OUT_CONNECTION_CONTEXT_t {
-  VERSION_LIST_def versionList;
-  IDL_short nodeId;
-  char pad_to_offset_20_[2];
-  IDL_unsigned_long processId;
-  IDL_char computerName[16];
-  SQL_IDENTIFIER_def catalog;
-  SQL_IDENTIFIER_def schema;
-  char pad_to_size_304_[6];
-};
-typedef struct OUT_CONNECTION_CONTEXT_t OUT_CONNECTION_CONTEXT_def;
-typedef IDL_char IDL_OBJECT_def[128];
-struct GEN_Param_t {
-  GEN_PARAM_TOKEN_def paramToken;
-  GEN_PARAM_OPERATION_def paramOperation;
-  char pad_to_offset_8_[4];
-  GEN_PARAM_VALUE_def paramValue;
-};
-typedef struct GEN_Param_t GEN_Param_def;
-typedef struct GEN_ParamList_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  GEN_Param_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} GEN_ParamList_def;
-struct RES_DESC_t {
-  SQL_IDENTIFIER_def AttrNm;
-  char pad_to_offset_136_[7];
-  IDL_long_long Limit;
-  IDL_string Action;
-  IDL_PTR_PAD(Action, 1)
-  IDL_long Settable;
-  char pad_to_size_160_[4];
-};
-typedef struct RES_DESC_t RES_DESC_def;
-typedef struct RES_DESC_LIST_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  RES_DESC_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} RES_DESC_LIST_def;
-struct ENV_DESC_t {
-  IDL_long VarSeq;
-  IDL_long VarType;
-  IDL_string VarVal;
-  IDL_PTR_PAD(VarVal, 1)
-};
-typedef struct ENV_DESC_t ENV_DESC_def;
-typedef struct ENV_DESC_LIST_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  ENV_DESC_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} ENV_DESC_LIST_def;
-struct SRVR_CONTEXT_t {
-  INTERVAL_NUM_def srvrIdleTimeout;
-  INTERVAL_NUM_def connIdleTimeout;
-  RES_DESC_LIST_def resDescList;
-  ENV_DESC_LIST_def envDescList;
-};
-typedef struct SRVR_CONTEXT_t SRVR_CONTEXT_def;
-typedef IDL_enum CfgSvc_REQ_t;
-#define UNKNOWN_NM ((IDL_enum) 0)
-#define ASSOC_NM ((IDL_enum) 1)
-#define DATASOURCE_NM ((IDL_enum) 2)
-#define USER_NM ((IDL_enum) 3)
-#define PROFILE_NM ((IDL_enum) 4)
-typedef CfgSvc_REQ_t CfgSvc_REQ_def;
-typedef IDL_enum DS_AUTOMATION_t;
-#define AUTOMATIC ((IDL_enum) 0)
-#define MANUAL ((IDL_enum) 1)
-typedef DS_AUTOMATION_t DS_AUTOMATION_def;
-typedef struct DATASOURCE_LIST_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  SQL_IDENTIFIER_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} DATASOURCE_LIST_def;
-struct DATASOURCE_DESC_t {
-  SQL_IDENTIFIER_def DSNm;
-  char pad_to_offset_132_[3];
-  IDL_unsigned_long DSNStatus;
-  TIMESTAMP_STR_def LastStatusChange;
-  char pad_to_offset_168_[1];
-  IDL_long MaxSrvrCnt;
-  IDL_long AvailSrvrCnt;
-  IDL_long InitSrvrCnt;
-  IDL_long StartAheadCnt;
-  INTERVAL_NUM_def SrvrIdleTimeout;
-  INTERVAL_NUM_def ConnIdleTimeout;
-  INTERVAL_NUM_def RefreshRate;
-  TIMESTAMP_STR_def LastUpdated;
-  char pad_to_size_240_[1];
-};
-typedef struct DATASOURCE_DESC_t DATASOURCE_DESC_def;
-struct RES_HIT_DESC_t {
-  SQL_IDENTIFIER_def AttrNm;
-  char pad_to_offset_136_[7];
-  IDL_long_long Limit;
-  IDL_char Action[129];
-  char pad_to_offset_280_[7];
-  IDL_long_long ActualValue;
-};
-typedef struct RES_HIT_DESC_t RES_HIT_DESC_def;
-typedef struct DEFINE_DESC_LIST_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  IDL_octet *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} DEFINE_DESC_LIST_def;
-typedef IDL_short NSK_PROCESS_HANDLE[10];
-struct PROCESS_ID_t {
-  IDL_short nodeId;
-  char pad_to_offset_4_[2];
-  IDL_long processId;
-  NSK_PROCESS_HANDLE pHandle;
-};
-typedef struct PROCESS_ID_t PROCESS_ID_def;
-struct DATASOURCE_CFG_t {
-  SQL_IDENTIFIER_def DSName;
-  char pad_to_offset_132_[3];
-  IDL_long DSId;
-  IDL_short defaultDS;
-  char pad_to_offset_140_[2];
-  DS_AUTOMATION_def DSAutomation;
-  IDL_long MaxSrvrCnt;
-  IDL_long AvailSrvrCnt;
-  IDL_long InitSrvrCnt;
-  IDL_long StartAheadCnt;
-  INTERVAL_NUM_def SrvrIdleTimeout;
-  INTERVAL_NUM_def ConnIdleTimeout;
-  INTERVAL_NUM_def RefreshRate;
-  IDL_short Status;
-  char pad_to_offset_188_[2];
-  IDL_long StatusChangeTime;
-  RES_DESC_LIST_def ResDescList;
-  ENV_DESC_LIST_def EnvDescList;
-  DEFINE_DESC_LIST_def DefineDescList;
-};
-typedef struct DATASOURCE_CFG_t DATASOURCE_CFG_def;
-typedef struct DATASOURCE_CFG_LIST_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  DATASOURCE_CFG_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} DATASOURCE_CFG_LIST_def;
-
-/********************
- * Module 'odbccfg' *
- ********************/
-
-/******************************
- * Interface 'odbccfg_CfgSvc' *
- ******************************/
-typedef IDL_Object odbccfg_CfgSvc;
-struct odbccfg_CfgSvc_ParamError { /* Exception */ 
-  IDL_string ParamDesc;
-  IDL_PTR_PAD(ParamDesc, 1)
-};
-struct odbccfg_CfgSvc_CriticalError { /* Exception */ 
-  IDL_string ErrorDesc;
-  IDL_PTR_PAD(ErrorDesc, 1)
-};
-struct odbccfg_CfgSvc_SQLError { /* Exception */ 
-  ERROR_DESC_LIST_def errorList;
-};
-/* Exception odbccfg_CfgSvc_SQLNoDataFound has no members */
-/* Exception odbccfg_CfgSvc_CFGDataError has no members */
-/* Exception odbccfg_CfgSvc_DatabaseFound has no members */
-/* Exception odbccfg_CfgSvc_SQLInvalidHandle has no members */
-/* Exception odbccfg_CfgSvc_DatabaseNotFound has no members */
-/* Exception odbccfg_CfgSvc_WrongUserPassword has no members */
-/* Exception odbccfg_CfgSvc_ServerError has no members */
-
-/************************************************
- * Operation 'odbccfg_CfgSvc_GetObjectNameList' *
- ************************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-#define odbccfg_CfgSvc_GetObjectNameList_ParamError_exn_ 1
-#define odbccfg_CfgSvc_GetObjectNameList_SQLError_exn_ 2
-#define odbccfg_CfgSvc_GetObjectNameList_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-struct odbccfg_CfgSvc_GetObjectNameList_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-#define odbccfg_CfgSvc_GetObjectNameList_ldx_ ((IDL_unsigned_long) 1)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-#define odbccfg_CfgSvc_GetObjectNameList_osy_ ((IDL_long) 2132509320)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-typedef void (*odbccfg_CfgSvc_GetObjectNameList_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ IDL_long ObjectType
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-static void
-odbccfg_CfgSvc_GetObjectNameList_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetObjectNameList_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(IDL_long *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetObjectNameList_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetObjectNameList_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 1 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_GetObjectNameList_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetObjectNameList_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_GetObjectNameList_exc_ *exception_
-  , /* In    */ const DATASOURCE_LIST_def *ObjectNameList
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = 2132509320;
-  const void *pv_[4];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) ObjectNameList;
-  pv_[3] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_GetObjectNameList'
- */
-typedef void (*odbccfg_CfgSvc_GetObjectNameList_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_GetObjectNameList_exc_ *exception_
-  , /* In    */ IDL_long ObjectType
-  , /* Out   */ DATASOURCE_LIST_def *ObjectNameList
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-static void
-odbccfg_CfgSvc_GetObjectNameList_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetObjectNameList_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_GetObjectNameList_exc_ *) pv_[1]
-    , *(IDL_long *) pv_[2]
-    , (DATASOURCE_LIST_def *) pv_[3]
-    , (ERROR_DESC_LIST_def *) pv_[4]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetObjectNameList_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetObjectNameList_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 1 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_GetObjectNameList_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_GetObjectNameList'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetObjectNameList_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetObjectNameList_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 1 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_GetObjectNameList_smw_);
-}
-
-/********************************************
- * Operation 'odbccfg_CfgSvc_GetDataSource' *
- ********************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_GetDataSource'
- */
-#define odbccfg_CfgSvc_GetDataSource_ParamError_exn_ 1
-#define odbccfg_CfgSvc_GetDataSource_SQLError_exn_ 2
-#define odbccfg_CfgSvc_GetDataSource_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_GetDataSource'
- */
-struct odbccfg_CfgSvc_GetDataSource_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_GetDataSource'
- */
-#define odbccfg_CfgSvc_GetDataSource_ldx_ ((IDL_unsigned_long) 2)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_GetDataSource'
- */
-#define odbccfg_CfgSvc_GetDataSource_osy_ ((IDL_long) -1136000689)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_GetDataSource'
- */
-typedef void (*odbccfg_CfgSvc_GetDataSource_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *KeyValue
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetDataSource'
- */
-static void
-odbccfg_CfgSvc_GetDataSource_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetDataSource_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_GetDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDataSource_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetDataSource_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 2 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_GetDataSource_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_GetDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDataSource_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_GetDataSource_exc_ *exception_
-  , /* In    */ const DATASOURCE_DESC_def *DSValues
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = -1136000689;
-  const void *pv_[4];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) DSValues;
-  pv_[3] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_GetDataSource'
- */
-typedef void (*odbccfg_CfgSvc_GetDataSource_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_GetDataSource_exc_ *exception_
-  , /* In    */ const IDL_char *KeyValue
-  , /* Out   */ DATASOURCE_DESC_def *DSValues
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetDataSource'
- */
-static void
-odbccfg_CfgSvc_GetDataSource_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetDataSource_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_GetDataSource_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , (DATASOURCE_DESC_def *) pv_[3]
-    , (ERROR_DESC_LIST_def *) pv_[4]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_GetDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDataSource_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetDataSource_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 2 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_GetDataSource_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_GetDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDataSource_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetDataSource_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 2 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_GetDataSource_smw_);
-}
-
-/*********************************************
- * Operation 'odbccfg_CfgSvc_DropDataSource' *
- *********************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_DropDataSource'
- */
-#define odbccfg_CfgSvc_DropDataSource_ParamError_exn_ 1
-#define odbccfg_CfgSvc_DropDataSource_SQLError_exn_ 2
-#define odbccfg_CfgSvc_DropDataSource_SQLNoDataFound_exn_ 3
-#define odbccfg_CfgSvc_DropDataSource_CFGDataError_exn_ 4
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_DropDataSource'
- */
-struct odbccfg_CfgSvc_DropDataSource_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_DropDataSource'
- */
-#define odbccfg_CfgSvc_DropDataSource_ldx_ ((IDL_unsigned_long) 3)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_DropDataSource'
- */
-#define odbccfg_CfgSvc_DropDataSource_osy_ ((IDL_long) 192692401)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_DropDataSource'
- */
-typedef void (*odbccfg_CfgSvc_DropDataSource_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *KeyValue
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_DropDataSource'
- */
-static void
-odbccfg_CfgSvc_DropDataSource_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_DropDataSource_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_DropDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_DropDataSource_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_DropDataSource_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 3 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_DropDataSource_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_DropDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_DropDataSource_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_DropDataSource_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = 192692401;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_DropDataSource'
- */
-typedef void (*odbccfg_CfgSvc_DropDataSource_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_DropDataSource_exc_ *exception_
-  , /* In    */ const IDL_char *KeyValue
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_DropDataSource'
- */
-static void
-odbccfg_CfgSvc_DropDataSource_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_DropDataSource_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_DropDataSource_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , (ERROR_DESC_LIST_def *) pv_[3]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_DropDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_DropDataSource_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_DropDataSource_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 3 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_DropDataSource_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_DropDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_DropDataSource_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_DropDataSource_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 3 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_DropDataSource_smw_);
-}
-
-/********************************************
- * Operation 'odbccfg_CfgSvc_SetDataSource' *
- ********************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_SetDataSource'
- */
-#define odbccfg_CfgSvc_SetDataSource_ParamError_exn_ 1
-#define odbccfg_CfgSvc_SetDataSource_SQLError_exn_ 2
-#define odbccfg_CfgSvc_SetDataSource_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_SetDataSource'
- */
-struct odbccfg_CfgSvc_SetDataSource_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_SetDataSource'
- */
-#define odbccfg_CfgSvc_SetDataSource_ldx_ ((IDL_unsigned_long) 4)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_SetDataSource'
- */
-#define odbccfg_CfgSvc_SetDataSource_osy_ ((IDL_long) -760481390)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_SetDataSource'
- */
-typedef void (*odbccfg_CfgSvc_SetDataSource_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const DATASOURCE_DESC_def *DSValues
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetDataSource'
- */
-static void
-odbccfg_CfgSvc_SetDataSource_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetDataSource_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (DATASOURCE_DESC_def *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_SetDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDataSource_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetDataSource_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 4 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_SetDataSource_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_SetDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDataSource_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_SetDataSource_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = -760481390;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_SetDataSource'
- */
-typedef void (*odbccfg_CfgSvc_SetDataSource_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_SetDataSource_exc_ *exception_
-  , /* In    */ const DATASOURCE_DESC_def *DSValues
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetDataSource'
- */
-static void
-odbccfg_CfgSvc_SetDataSource_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetDataSource_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_SetDataSource_exc_ *) pv_[1]
-    , (DATASOURCE_DESC_def *) pv_[2]
-    , (ERROR_DESC_LIST_def *) pv_[3]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_SetDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDataSource_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetDataSource_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 4 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_SetDataSource_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_SetDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDataSource_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetDataSource_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 4 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_SetDataSource_smw_);
-}
-
-/***********************************************
- * Operation 'odbccfg_CfgSvc_AddNewDataSource' *
- ***********************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-#define odbccfg_CfgSvc_AddNewDataSource_ParamError_exn_ 1
-#define odbccfg_CfgSvc_AddNewDataSource_SQLError_exn_ 2
-#define odbccfg_CfgSvc_AddNewDataSource_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-struct odbccfg_CfgSvc_AddNewDataSource_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-#define odbccfg_CfgSvc_AddNewDataSource_ldx_ ((IDL_unsigned_long) 5)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-#define odbccfg_CfgSvc_AddNewDataSource_osy_ ((IDL_long) -971327411)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-typedef void (*odbccfg_CfgSvc_AddNewDataSource_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const DATASOURCE_DESC_def *DSValues
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-static void
-odbccfg_CfgSvc_AddNewDataSource_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_AddNewDataSource_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (DATASOURCE_DESC_def *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_AddNewDataSource_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_AddNewDataSource_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 5 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_AddNewDataSource_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_AddNewDataSource_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_AddNewDataSource_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = -971327411;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_AddNewDataSource'
- */
-typedef void (*odbccfg_CfgSvc_AddNewDataSource_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_AddNewDataSource_exc_ *exception_
-  , /* In    */ const DATASOURCE_DESC_def *DSValues
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-static void
-odbccfg_CfgSvc_AddNewDataSource_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_AddNewDataSource_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_AddNewDataSource_exc_ *) pv_[1]
-    , (DATASOURCE_DESC_def *) pv_[2]
-    , (ERROR_DESC_LIST_def *) pv_[3]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_AddNewDataSource_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_AddNewDataSource_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 5 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_AddNewDataSource_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_AddNewDataSource'
- */
-extern CEE_status
-odbccfg_CfgSvc_AddNewDataSource_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_AddNewDataSource_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 5 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_AddNewDataSource_smw_);
-}
-
-/**************************************************
- * Operation 'odbccfg_CfgSvc_CheckDataSourceName' *
- **************************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-#define odbccfg_CfgSvc_CheckDataSourceName_ParamError_exn_ 1
-#define odbccfg_CfgSvc_CheckDataSourceName_SQLError_exn_ 2
-#define odbccfg_CfgSvc_CheckDataSourceName_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-struct odbccfg_CfgSvc_CheckDataSourceName_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-#define odbccfg_CfgSvc_CheckDataSourceName_ldx_ ((IDL_unsigned_long) 6)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-#define odbccfg_CfgSvc_CheckDataSourceName_osy_ ((IDL_long) 38403397)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-typedef void (*odbccfg_CfgSvc_CheckDataSourceName_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *KeyValue
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-static void
-odbccfg_CfgSvc_CheckDataSourceName_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_CheckDataSourceName_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-extern CEE_status
-odbccfg_CfgSvc_CheckDataSourceName_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_CheckDataSourceName_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 6 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_CheckDataSourceName_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-extern CEE_status
-odbccfg_CfgSvc_CheckDataSourceName_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_CheckDataSourceName_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = 38403397;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_CheckDataSourceName'
- */
-typedef void (*odbccfg_CfgSvc_CheckDataSourceName_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_CheckDataSourceName_exc_ *exception_
-  , /* In    */ const IDL_char *KeyValue
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-static void
-odbccfg_CfgSvc_CheckDataSourceName_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_CheckDataSourceName_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_CheckDataSourceName_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , (ERROR_DESC_LIST_def *) pv_[3]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-extern CEE_status
-odbccfg_CfgSvc_CheckDataSourceName_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_CheckDataSourceName_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 6 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_CheckDataSourceName_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_CheckDataSourceName'
- */
-extern CEE_status
-odbccfg_CfgSvc_CheckDataSourceName_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_CheckDataSourceName_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 6 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_CheckDataSourceName_smw_);
-}
-
-/********************************************
- * Operation 'odbccfg_CfgSvc_GetDSNControl' *
- ********************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-#define odbccfg_CfgSvc_GetDSNControl_ParamError_exn_ 1
-#define odbccfg_CfgSvc_GetDSNControl_SQLError_exn_ 2
-#define odbccfg_CfgSvc_GetDSNControl_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-struct odbccfg_CfgSvc_GetDSNControl_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-#define odbccfg_CfgSvc_GetDSNControl_ldx_ ((IDL_unsigned_long) 7)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-#define odbccfg_CfgSvc_GetDSNControl_osy_ ((IDL_long) -792318961)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-typedef void (*odbccfg_CfgSvc_GetDSNControl_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *KeyValue
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-static void
-odbccfg_CfgSvc_GetDSNControl_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetDSNControl_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDSNControl_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetDSNControl_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 7 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_GetDSNControl_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDSNControl_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_GetDSNControl_exc_ *exception_
-  , /* In    */ IDL_long automation
-  , /* In    */ IDL_long curStatus
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = -792318961;
-  const void *pv_[5];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) &automation;
-  pv_[3] = (void *) &curStatus;
-  pv_[4] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_GetDSNControl'
- */
-typedef void (*odbccfg_CfgSvc_GetDSNControl_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_GetDSNControl_exc_ *exception_
-  , /* In    */ const IDL_char *KeyValue
-  , /* Out   */ IDL_long *automation
-  , /* Out   */ IDL_long *curStatus
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-static void
-odbccfg_CfgSvc_GetDSNControl_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetDSNControl_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_GetDSNControl_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , (IDL_long *) pv_[3]
-    , (IDL_long *) pv_[4]
-    , (ERROR_DESC_LIST_def *) pv_[5]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDSNControl_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetDSNControl_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 7 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_GetDSNControl_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_GetDSNControl'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDSNControl_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetDSNControl_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 7 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_GetDSNControl_smw_);
-}
-
-/********************************************
- * Operation 'odbccfg_CfgSvc_SetDSNControl' *
- ********************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-#define odbccfg_CfgSvc_SetDSNControl_ParamError_exn_ 1
-#define odbccfg_CfgSvc_SetDSNControl_SQLError_exn_ 2
-#define odbccfg_CfgSvc_SetDSNControl_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-struct odbccfg_CfgSvc_SetDSNControl_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-#define odbccfg_CfgSvc_SetDSNControl_ldx_ ((IDL_unsigned_long) 8)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-#define odbccfg_CfgSvc_SetDSNControl_osy_ ((IDL_long) -418491648)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-typedef void (*odbccfg_CfgSvc_SetDSNControl_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *KeyValue
-  , /* In    */ IDL_long automation
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-static void
-odbccfg_CfgSvc_SetDSNControl_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetDSNControl_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    , *(IDL_long *) pv_[2]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDSNControl_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetDSNControl_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 8 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_SetDSNControl_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDSNControl_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_SetDSNControl_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = -418491648;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_SetDSNControl'
- */
-typedef void (*odbccfg_CfgSvc_SetDSNControl_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_SetDSNControl_exc_ *exception_
-  , /* In    */ const IDL_char *KeyValue
-  , /* In    */ IDL_long automation
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-static void
-odbccfg_CfgSvc_SetDSNControl_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetDSNControl_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_SetDSNControl_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , *(IDL_long *) pv_[3]
-    , (ERROR_DESC_LIST_def *) pv_[4]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDSNControl_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetDSNControl_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 8 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_SetDSNControl_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_SetDSNControl'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDSNControl_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetDSNControl_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 8 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_SetDSNControl_smw_);
-}
-
-/************************************************
- * Operation 'odbccfg_CfgSvc_GetResourceValues' *
- ************************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-#define odbccfg_CfgSvc_GetResourceValues_ParamError_exn_ 1
-#define odbccfg_CfgSvc_GetResourceValues_SQLError_exn_ 2
-#define odbccfg_CfgSvc_GetResourceValues_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-struct odbccfg_CfgSvc_GetResourceValues_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-#define odbccfg_CfgSvc_GetResourceValues_ldx_ ((IDL_unsigned_long) 9)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-#define odbccfg_CfgSvc_GetResourceValues_osy_ ((IDL_long) -1267536309)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-typedef void (*odbccfg_CfgSvc_GetResourceValues_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ CfgSvc_REQ_def KeyType
-  , /* In    */ const IDL_char *KeyValue
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-static void
-odbccfg_CfgSvc_GetResourceValues_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetResourceValues_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(CfgSvc_REQ_def *) pv_[1]
-    , (IDL_char *) pv_[2]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetResourceValues_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetResourceValues_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 9 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_GetResourceValues_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetResourceValues_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_GetResourceValues_exc_ *exception_
-  , /* In    */ const RES_DESC_LIST_def *ResValueList
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = -1267536309;
-  const void *pv_[4];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) ResValueList;
-  pv_[3] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_GetResourceValues'
- */
-typedef void (*odbccfg_CfgSvc_GetResourceValues_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_GetResourceValues_exc_ *exception_
-  , /* In    */ CfgSvc_REQ_def KeyType
-  , /* In    */ const IDL_char *KeyValue
-  , /* Out   */ RES_DESC_LIST_def *ResValueList
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-static void
-odbccfg_CfgSvc_GetResourceValues_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetResourceValues_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_GetResourceValues_exc_ *) pv_[1]
-    , *(CfgSvc_REQ_def *) pv_[2]
-    , (IDL_char *) pv_[3]
-    , (RES_DESC_LIST_def *) pv_[4]
-    , (ERROR_DESC_LIST_def *) pv_[5]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetResourceValues_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetResourceValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 9 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_GetResourceValues_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_GetResourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetResourceValues_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetResourceValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 9 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_GetResourceValues_smw_);
-}
-
-/************************************************
- * Operation 'odbccfg_CfgSvc_SetResourceValues' *
- ************************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-#define odbccfg_CfgSvc_SetResourceValues_ParamError_exn_ 1
-#define odbccfg_CfgSvc_SetResourceValues_SQLError_exn_ 2
-#define odbccfg_CfgSvc_SetResourceValues_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-struct odbccfg_CfgSvc_SetResourceValues_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-#define odbccfg_CfgSvc_SetResourceValues_ldx_ ((IDL_unsigned_long) 10)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-#define odbccfg_CfgSvc_SetResourceValues_osy_ ((IDL_long) 2025881850)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-typedef void (*odbccfg_CfgSvc_SetResourceValues_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ CfgSvc_REQ_def KeyType
-  , /* In    */ const IDL_char *KeyValue
-  , /* In    */ const RES_DESC_LIST_def *ResValueList
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-static void
-odbccfg_CfgSvc_SetResourceValues_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetResourceValues_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(CfgSvc_REQ_def *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , (RES_DESC_LIST_def *) pv_[3]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetResourceValues_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetResourceValues_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 10 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_SetResourceValues_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetResourceValues_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_SetResourceValues_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = 2025881850;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_SetResourceValues'
- */
-typedef void (*odbccfg_CfgSvc_SetResourceValues_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_SetResourceValues_exc_ *exception_
-  , /* In    */ CfgSvc_REQ_def KeyType
-  , /* In    */ const IDL_char *KeyValue
-  , /* In    */ const RES_DESC_LIST_def *ResValueList
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-static void
-odbccfg_CfgSvc_SetResourceValues_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetResourceValues_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_SetResourceValues_exc_ *) pv_[1]
-    , *(CfgSvc_REQ_def *) pv_[2]
-    , (IDL_char *) pv_[3]
-    , (RES_DESC_LIST_def *) pv_[4]
-    , (ERROR_DESC_LIST_def *) pv_[5]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetResourceValues_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetResourceValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 10 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_SetResourceValues_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_SetResourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetResourceValues_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetResourceValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 10 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_SetResourceValues_smw_);
-}
-
-/***************************************************
- * Operation 'odbccfg_CfgSvc_GetEnvironmentValues' *
- ***************************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-#define odbccfg_CfgSvc_GetEnvironmentValues_ParamError_exn_ 1
-#define odbccfg_CfgSvc_GetEnvironmentValues_SQLError_exn_ 2
-#define odbccfg_CfgSvc_GetEnvironmentValues_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-struct odbccfg_CfgSvc_GetEnvironmentValues_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-#define odbccfg_CfgSvc_GetEnvironmentValues_ldx_ ((IDL_unsigned_long) 11)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-#define odbccfg_CfgSvc_GetEnvironmentValues_osy_ ((IDL_long) 1456811159)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-typedef void (*odbccfg_CfgSvc_GetEnvironmentValues_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ CfgSvc_REQ_def KeyType
-  , /* In    */ const IDL_char *KeyValue
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-static void
-odbccfg_CfgSvc_GetEnvironmentValues_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetEnvironmentValues_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(CfgSvc_REQ_def *) pv_[1]
-    , (IDL_char *) pv_[2]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetEnvironmentValues_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetEnvironmentValues_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 11 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_GetEnvironmentValues_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetEnvironmentValues_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_GetEnvironmentValues_exc_ *exception_
-  , /* In    */ const ENV_DESC_LIST_def *EnvValueList
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = 1456811159;
-  const void *pv_[4];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) EnvValueList;
-  pv_[3] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-typedef void (*odbccfg_CfgSvc_GetEnvironmentValues_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_GetEnvironmentValues_exc_ *exception_
-  , /* In    */ CfgSvc_REQ_def KeyType
-  , /* In    */ const IDL_char *KeyValue
-  , /* Out   */ ENV_DESC_LIST_def *EnvValueList
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-static void
-odbccfg_CfgSvc_GetEnvironmentValues_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetEnvironmentValues_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_GetEnvironmentValues_exc_ *) pv_[1]
-    , *(CfgSvc_REQ_def *) pv_[2]
-    , (IDL_char *) pv_[3]
-    , (ENV_DESC_LIST_def *) pv_[4]
-    , (ERROR_DESC_LIST_def *) pv_[5]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetEnvironmentValues_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetEnvironmentValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 11 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_GetEnvironmentValues_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_GetEnvironmentValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetEnvironmentValues_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetEnvironmentValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 11 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_GetEnvironmentValues_smw_);
-}
-
-/***************************************************
- * Operation 'odbccfg_CfgSvc_SetEnvironmentValues' *
- ***************************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-#define odbccfg_CfgSvc_SetEnvironmentValues_ParamError_exn_ 1
-#define odbccfg_CfgSvc_SetEnvironmentValues_SQLError_exn_ 2
-#define odbccfg_CfgSvc_SetEnvironmentValues_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-struct odbccfg_CfgSvc_SetEnvironmentValues_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-#define odbccfg_CfgSvc_SetEnvironmentValues_ldx_ ((IDL_unsigned_long) 12)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-#define odbccfg_CfgSvc_SetEnvironmentValues_osy_ ((IDL_long) -1655980690)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-typedef void (*odbccfg_CfgSvc_SetEnvironmentValues_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ CfgSvc_REQ_def KeyType
-  , /* In    */ const IDL_char *KeyValue
-  , /* In    */ const ENV_DESC_LIST_def *EnvValueList
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-static void
-odbccfg_CfgSvc_SetEnvironmentValues_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetEnvironmentValues_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(CfgSvc_REQ_def *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , (ENV_DESC_LIST_def *) pv_[3]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetEnvironmentValues_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetEnvironmentValues_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 12 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_SetEnvironmentValues_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetEnvironmentValues_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_SetEnvironmentValues_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = -1655980690;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-typedef void (*odbccfg_CfgSvc_SetEnvironmentValues_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_SetEnvironmentValues_exc_ *exception_
-  , /* In    */ CfgSvc_REQ_def KeyType
-  , /* In    */ const IDL_char *KeyValue
-  , /* In    */ const ENV_DESC_LIST_def *EnvValueList
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-static void
-odbccfg_CfgSvc_SetEnvironmentValues_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetEnvironmentValues_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_SetEnvironmentValues_exc_ *) pv_[1]
-    , *(CfgSvc_REQ_def *) pv_[2]
-    , (IDL_char *) pv_[3]
-    , (ENV_DESC_LIST_def *) pv_[4]
-    , (ERROR_DESC_LIST_def *) pv_[5]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetEnvironmentValues_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetEnvironmentValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 12 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_SetEnvironmentValues_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_SetEnvironmentValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetEnvironmentValues_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetEnvironmentValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 12 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_SetEnvironmentValues_smw_);
-}
-
-/*****************************************************
- * Operation 'odbccfg_CfgSvc_GetStartupConfigValues' *
- *****************************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-#define odbccfg_CfgSvc_GetStartupConfigValues_ParamError_exn_ 1
-#define odbccfg_CfgSvc_GetStartupConfigValues_SQLError_exn_ 2
-#define odbccfg_CfgSvc_GetStartupConfigValues_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-struct odbccfg_CfgSvc_GetStartupConfigValues_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-#define odbccfg_CfgSvc_GetStartupConfigValues_ldx_ ((IDL_unsigned_long) 13)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-#define odbccfg_CfgSvc_GetStartupConfigValues_osy_ ((IDL_long) 606248999)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-typedef void (*odbccfg_CfgSvc_GetStartupConfigValues_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-static void
-odbccfg_CfgSvc_GetStartupConfigValues_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetStartupConfigValues_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetStartupConfigValues_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetStartupConfigValues_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 13 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_GetStartupConfigValues_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetStartupConfigValues_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_GetStartupConfigValues_exc_ *exception_
-  , /* In    */ IDL_short serviceStatus
-  , /* In    */ IDL_long serviceStatusChangeTime
-  , /* In    */ const DATASOURCE_CFG_LIST_def *DSList
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = 606248999;
-  const void *pv_[6];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) &serviceStatus;
-  pv_[3] = (void *) &serviceStatusChangeTime;
-  pv_[4] = (void *) DSList;
-  pv_[5] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-typedef void (*odbccfg_CfgSvc_GetStartupConfigValues_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_GetStartupConfigValues_exc_ *exception_
-  , /* Out   */ IDL_short *serviceStatus
-  , /* Out   */ IDL_long *serviceStatusChangeTime
-  , /* Out   */ DATASOURCE_CFG_LIST_def *DSList
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-static void
-odbccfg_CfgSvc_GetStartupConfigValues_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetStartupConfigValues_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_GetStartupConfigValues_exc_ *) pv_[1]
-    , (IDL_short *) pv_[2]
-    , (IDL_long *) pv_[3]
-    , (DATASOURCE_CFG_LIST_def *) pv_[4]
-    , (ERROR_DESC_LIST_def *) pv_[5]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetStartupConfigValues_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetStartupConfigValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 13 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_GetStartupConfigValues_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_GetStartupConfigValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetStartupConfigValues_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetStartupConfigValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 13 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_GetStartupConfigValues_smw_);
-}
-
-/**************************************************
- * Operation 'odbccfg_CfgSvc_GetDataSourceValues' *
- **************************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-#define odbccfg_CfgSvc_GetDataSourceValues_ParamError_exn_ 1
-#define odbccfg_CfgSvc_GetDataSourceValues_SQLError_exn_ 2
-#define odbccfg_CfgSvc_GetDataSourceValues_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-struct odbccfg_CfgSvc_GetDataSourceValues_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-#define odbccfg_CfgSvc_GetDataSourceValues_ldx_ ((IDL_unsigned_long) 14)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-#define odbccfg_CfgSvc_GetDataSourceValues_osy_ ((IDL_long) -1514184421)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-typedef void (*odbccfg_CfgSvc_GetDataSourceValues_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *DSName
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-static void
-odbccfg_CfgSvc_GetDataSourceValues_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetDataSourceValues_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDataSourceValues_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetDataSourceValues_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 14 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_GetDataSourceValues_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDataSourceValues_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_GetDataSourceValues_exc_ *exception_
-  , /* In    */ const DATASOURCE_CFG_def *DSValues
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = -1514184421;
-  const void *pv_[4];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) DSValues;
-  pv_[3] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_GetDataSourceValues'
- */
-typedef void (*odbccfg_CfgSvc_GetDataSourceValues_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_GetDataSourceValues_exc_ *exception_
-  , /* In    */ const IDL_char *DSName
-  , /* Out   */ DATASOURCE_CFG_def *DSValues
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-static void
-odbccfg_CfgSvc_GetDataSourceValues_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_GetDataSourceValues_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_GetDataSourceValues_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , (DATASOURCE_CFG_def *) pv_[3]
-    , (ERROR_DESC_LIST_def *) pv_[4]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDataSourceValues_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetDataSourceValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 14 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_GetDataSourceValues_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_GetDataSourceValues'
- */
-extern CEE_status
-odbccfg_CfgSvc_GetDataSourceValues_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_GetDataSourceValues_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 14 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_GetDataSourceValues_smw_);
-}
-
-/******************************************
- * Operation 'odbccfg_CfgSvc_SetDSStatus' *
- ******************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-#define odbccfg_CfgSvc_SetDSStatus_ParamError_exn_ 1
-#define odbccfg_CfgSvc_SetDSStatus_SQLError_exn_ 2
-#define odbccfg_CfgSvc_SetDSStatus_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-struct odbccfg_CfgSvc_SetDSStatus_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-#define odbccfg_CfgSvc_SetDSStatus_ldx_ ((IDL_unsigned_long) 15)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-#define odbccfg_CfgSvc_SetDSStatus_osy_ ((IDL_long) 1088647180)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-typedef void (*odbccfg_CfgSvc_SetDSStatus_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *DSNm
-  , /* In    */ IDL_short status
-  , /* In    */ const IDL_char *statusChangedTime
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-static void
-odbccfg_CfgSvc_SetDSStatus_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetDSStatus_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    , *(IDL_short *) pv_[2]
-    , (IDL_char *) pv_[3]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDSStatus_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetDSStatus_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 15 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_SetDSStatus_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDSStatus_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_SetDSStatus_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = 1088647180;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_SetDSStatus'
- */
-typedef void (*odbccfg_CfgSvc_SetDSStatus_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_SetDSStatus_exc_ *exception_
-  , /* In    */ const IDL_char *DSNm
-  , /* In    */ IDL_short status
-  , /* In    */ const IDL_char *statusChangedTime
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-static void
-odbccfg_CfgSvc_SetDSStatus_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetDSStatus_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_SetDSStatus_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , *(IDL_short *) pv_[3]
-    , (IDL_char *) pv_[4]
-    , (ERROR_DESC_LIST_def *) pv_[5]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDSStatus_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetDSStatus_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 15 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_SetDSStatus_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_SetDSStatus'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetDSStatus_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetDSStatus_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 15 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_SetDSStatus_smw_);
-}
-
-/******************************************
- * Operation 'odbccfg_CfgSvc_SetASStatus' *
- ******************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_SetASStatus'
- */
-#define odbccfg_CfgSvc_SetASStatus_ParamError_exn_ 1
-#define odbccfg_CfgSvc_SetASStatus_SQLError_exn_ 2
-#define odbccfg_CfgSvc_SetASStatus_SQLNoDataFound_exn_ 3
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_SetASStatus'
- */
-struct odbccfg_CfgSvc_SetASStatus_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbccfg_CfgSvc_ParamError ParamError;
-    struct odbccfg_CfgSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbccfg_CfgSvc_SetASStatus'
- */
-#define odbccfg_CfgSvc_SetASStatus_ldx_ ((IDL_unsigned_long) 16)
-/*
- * Operation synopsis for operation 'odbccfg_CfgSvc_SetASStatus'
- */
-#define odbccfg_CfgSvc_SetASStatus_osy_ ((IDL_long) 1262533997)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbccfg_CfgSvc_SetASStatus'
- */
-typedef void (*odbccfg_CfgSvc_SetASStatus_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ IDL_short status
-  , /* In    */ const IDL_char *statusChangedTime
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetASStatus'
- */
-static void
-odbccfg_CfgSvc_SetASStatus_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetASStatus_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(IDL_short *) pv_[1]
-    , (IDL_char *) pv_[2]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbccfg_CfgSvc_SetASStatus'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetASStatus_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetASStatus_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 16 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbccfg_CfgSvc_SetASStatus_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbccfg_CfgSvc_SetASStatus'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetASStatus_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbccfg_CfgSvc_SetASStatus_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = 1262533997;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) sqlWarning;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbccfg_CfgSvc_SetASStatus'
- */
-typedef void (*odbccfg_CfgSvc_SetASStatus_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbccfg_CfgSvc_SetASStatus_exc_ *exception_
-  , /* In    */ IDL_short status
-  , /* In    */ const IDL_char *statusChangedTime
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbccfg_CfgSvc_SetASStatus'
- */
-static void
-odbccfg_CfgSvc_SetASStatus_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbccfg_CfgSvc_SetASStatus_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbccfg_CfgSvc_SetASStatus_exc_ *) pv_[1]
-    , *(IDL_short *) pv_[2]
-    , (IDL_char *) pv_[3]
-    , (ERROR_DESC_LIST_def *) pv_[4]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbccfg_CfgSvc_SetASStatus'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetASStatus_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetASStatus_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 16 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbccfg_CfgSvc_SetASStatus_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbccfg_CfgSvc_SetASStatus'
- */
-extern CEE_status
-odbccfg_CfgSvc_SetASStatus_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbccfg_CfgSvc_SetASStatus_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 16 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbccfg_CfgSvc_SetASStatus_smw_);
-}
-
-/**********************************************************
- * Operation 'odbccfg_CfgSvc_CreateConfigurationDatabase' *
- **********************************************************/
-
-/*
- * Exception number constants for
- * operation 'odbccfg_CfgSvc_CreateConfigurationDatabase'
- */
-#define odbccfg_CfgSvc_CreateConfigurationDatabase_ParamError_exn_ 1
-#define odbccfg_CfgSvc_CreateConfigurationDatabase_SQLError_exn_ 2
-#define odbccfg_CfgSvc_CreateConfigurationDatabase_SQLInvalidHandle_exn_ 3
-#define odbccfg_CfgSvc_CreateConfigurationDatabase_DatabaseFound_exn_ 4
-/*
- * Exception union for
- * operation 'odbccfg_CfgSvc_CreateC

<TRUNCATED>