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

[16/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/odbcas_sv.c
----------------------------------------------------------------------
diff --git a/core/conn/unixodbc/odbc/Krypton/odbcas_sv.c b/core/conn/unixodbc/odbc/Krypton/odbcas_sv.c
deleted file mode 100644
index a12fdbe..0000000
--- a/core/conn/unixodbc/odbc/Krypton/odbcas_sv.c
+++ /dev/null
@@ -1,4815 +0,0 @@
-/*
- * Translation unit: ODBCAS
- * Generated by CNPGEN(TANTAU CNPGEN TANTAU_AG_PC8 20001120.103031) on Fri Jun 18 12:53:22 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;
-struct DATASOURCE_STATUS_t {
-  SQL_IDENTIFIER_def DSName;
-  char pad_to_offset_132_[3];
-  DS_AUTOMATION_def DSAutomation;
-  IDL_short defaultFlag;
-  char pad_to_offset_140_[2];
-  IDL_long DSState;
-  IDL_long MaxSrvrCnt;
-  IDL_long InitSrvrCnt;
-  IDL_long AvailSrvrCnt;
-  IDL_long StartAheadCnt;
-  IDL_long CurrentSrvrRegistered;
-  IDL_long CurrentSrvrConnected;
-  TIME_def StateChangeTime;
-};
-typedef struct DATASOURCE_STATUS_t DATASOURCE_STATUS_def;
-struct SRVR_STATUS_t {
-  IDL_long srvrType;
-  IDL_OBJECT_def srvrObjRef;
-  IDL_short nodeId;
-  char pad_to_offset_136_[2];
-  IDL_unsigned_long srvrProcessId;
-  SQL_IDENTIFIER_def DSName;
-  IDL_char processName[9];
-  char pad_to_offset_280_[2];
-  IDL_long srvrState;
-  IDL_char computerName[16];
-  IDL_unsigned_long clientProcessId;
-  IDL_string userName;
-  IDL_PTR_PAD(userName, 1)
-  IDL_string windowText;
-  IDL_PTR_PAD(windowText, 1)
-  DIALOGUE_ID_def dialogueId;
-  TIME_def lastUpdatedTime;
-  VERSION_def srvrVersion;
-  char pad_to_size_344_[4];
-};
-typedef struct SRVR_STATUS_t SRVR_STATUS_def;
-struct AS_CFG_STATUS_t {
-  IDL_short ASNodeId;
-  char pad_to_offset_4_[2];
-  IDL_long ASProcessId;
-  IDL_long ASSrvrState;
-  IDL_char ASProcessName[9];
-  IDL_OBJECT_def ASSrvrObjRef;
-  char pad_to_offset_152_[3];
-  TIME_def ASLastUpdatedTime;
-  VERSION_def ASVersion;
-  IDL_short CfgNodeId;
-  char pad_to_offset_172_[2];
-  IDL_long CfgProcessId;
-  IDL_long CfgSrvrState;
-  IDL_char CfgProcessName[9];
-  IDL_OBJECT_def CfgSrvrObjRef;
-  char pad_to_offset_320_[3];
-  TIME_def CfgLastUpdatedTime;
-  VERSION_def CfgVersion;
-};
-typedef struct AS_CFG_STATUS_t AS_CFG_STATUS_def;
-typedef struct DATASOURCE_STATUS_LIST_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  DATASOURCE_STATUS_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} DATASOURCE_STATUS_LIST_def;
-typedef struct SRVR_STATUS_LIST_def_seq_ {
-  IDL_unsigned_long _length;
-  char pad_to_offset_8_[4];
-  SRVR_STATUS_def *_buffer;
-  IDL_PTR_PAD(_buffer, 1)
-} SRVR_STATUS_LIST_def;
-
-/*******************
- * Module 'odbcas' *
- *******************/
-
-/****************************
- * Interface 'odbcas_ASSvc' *
- ****************************/
-typedef IDL_Object odbcas_ASSvc;
-struct odbcas_ASSvc_ASParamError { /* Exception */ 
-  IDL_string ErrorText;
-  IDL_PTR_PAD(ErrorText, 1)
-};
-struct odbcas_ASSvc_ASTimeout { /* Exception */ 
-  IDL_string ErrorText;
-  IDL_PTR_PAD(ErrorText, 1)
-};
-/* Exception odbcas_ASSvc_ASNoSrvrHdl has no members */
-struct odbcas_ASSvc_ASRejectRegistry { /* Exception */ 
-  IDL_string ErrorText;
-  IDL_PTR_PAD(ErrorText, 1)
-};
-/* Exception odbcas_ASSvc_ASRegistryFailed has no members */
-/* Exception odbcas_ASSvc_ASTryAgain has no members */
-struct odbcas_ASSvc_ASStateChangeError { /* Exception */ 
-  IDL_string ErrorText;
-  IDL_PTR_PAD(ErrorText, 1)
-};
-struct odbcas_ASSvc_SQLError { /* Exception */ 
-  ERROR_DESC_LIST_def errorList;
-};
-/* Exception odbcas_ASSvc_PortNotAvailable has no members */
-/* Exception odbcas_ASSvc_DSNotFound has no members */
-/* Exception odbcas_ASSvc_DSAlreadyStopped has no members */
-/* Exception odbcas_ASSvc_DSAlreadyStarted has no members */
-/* Exception odbcas_ASSvc_DSStateChangeError has no members */
-/* Exception odbcas_ASSvc_ProcessStopError has no members */
-struct odbcas_ASSvc_ASNotAvailable { /* Exception */ 
-  IDL_string ErrorText;
-  IDL_PTR_PAD(ErrorText, 1)
-};
-struct odbcas_ASSvc_DSNotAvailable { /* Exception */ 
-  IDL_string ErrorText;
-  IDL_PTR_PAD(ErrorText, 1)
-};
-/* Exception odbcas_ASSvc_SrvrNotFound has no members */
-/* Exception odbcas_ASSvc_SrvrInUseByAnotherClient has no members */
-/* Exception odbcas_ASSvc_InvalidUser has no members */
-/* Exception odbcas_ASSvc_SrvrCreateError has no members */
-/* Exception odbcas_ASSvc_CfgSrvrFailed has no members */
-struct odbcas_ASSvc_LogonUserFailure { /* Exception */ 
-  IDL_long errorCode;
-};
-/* Exception odbcas_ASSvc_TraceAlreadyEnabled has no members */
-/* Exception odbcas_ASSvc_TraceAlreadyDisabled has no members */
-/* Exception odbcas_ASSvc_TraceEnableError has no members */
-/* Exception odbcas_ASSvc_TraceDisableError has no members */
-
-/***************************************
- * Operation 'odbcas_ASSvc_RegProcess' *
- ***************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_RegProcess'
- */
-#define odbcas_ASSvc_RegProcess_ASParamError_exn_ 1
-#define odbcas_ASSvc_RegProcess_ASTimeout_exn_ 2
-#define odbcas_ASSvc_RegProcess_ASRegistryFailed_exn_ 3
-#define odbcas_ASSvc_RegProcess_ASRejectRegistry_exn_ 4
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_RegProcess'
- */
-struct odbcas_ASSvc_RegProcess_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-    struct odbcas_ASSvc_ASTimeout ASTimeout;
-    struct odbcas_ASSvc_ASRejectRegistry ASRejectRegistry;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_RegProcess'
- */
-#define odbcas_ASSvc_RegProcess_ldx_ ((IDL_unsigned_long) 1)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_RegProcess'
- */
-#define odbcas_ASSvc_RegProcess_osy_ ((IDL_long) -671528134)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_RegProcess'
- */
-typedef void (*odbcas_ASSvc_RegProcess_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const VERSION_def *intfVersion
-  , /* In    */ IDL_long srvrType
-  , /* In    */ const IDL_char *srvrObjRef
-  , /* In    */ const PROCESS_ID_def *nskProcessInfo
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_RegProcess'
- */
-static void
-odbcas_ASSvc_RegProcess_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_RegProcess_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (VERSION_def *) pv_[1]
-    , *(IDL_long *) pv_[2]
-    , (IDL_char *) pv_[3]
-    , (PROCESS_ID_def *) pv_[4]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_RegProcess'
- */
-extern CEE_status
-odbcas_ASSvc_RegProcess_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_RegProcess_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 1 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_RegProcess_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_RegProcess'
- */
-extern CEE_status
-odbcas_ASSvc_RegProcess_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_RegProcess_exc_ *exception_
-  , /* In    */ const SRVR_CONTEXT_def *srvrContext
-  )
-{
-  static IDL_long osy_ = -671528134;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) srvrContext;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_RegProcess'
- */
-typedef void (*odbcas_ASSvc_RegProcess_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_RegProcess_exc_ *exception_
-  , /* In    */ const VERSION_def *intfVersion
-  , /* In    */ IDL_long srvrType
-  , /* In    */ const IDL_char *srvrObjRef
-  , /* In    */ const PROCESS_ID_def *nskProcessInfo
-  , /* Out   */ SRVR_CONTEXT_def *srvrContext
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_RegProcess'
- */
-static void
-odbcas_ASSvc_RegProcess_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_RegProcess_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_RegProcess_exc_ *) pv_[1]
-    , (VERSION_def *) pv_[2]
-    , *(IDL_long *) pv_[3]
-    , (IDL_char *) pv_[4]
-    , (PROCESS_ID_def *) pv_[5]
-    , (SRVR_CONTEXT_def *) pv_[6]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_RegProcess'
- */
-extern CEE_status
-odbcas_ASSvc_RegProcess_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_RegProcess_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 1 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_RegProcess_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_RegProcess'
- */
-extern CEE_status
-odbcas_ASSvc_RegProcess_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_RegProcess_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 1 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_RegProcess_smw_);
-}
-
-/*****************************************
- * Operation 'odbcas_ASSvc_GetObjRefHdl' *
- *****************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-#define odbcas_ASSvc_GetObjRefHdl_ASParamError_exn_ 1
-#define odbcas_ASSvc_GetObjRefHdl_ASTimeout_exn_ 2
-#define odbcas_ASSvc_GetObjRefHdl_ASNoSrvrHdl_exn_ 3
-#define odbcas_ASSvc_GetObjRefHdl_ASTryAgain_exn_ 4
-#define odbcas_ASSvc_GetObjRefHdl_ASNotAvailable_exn_ 5
-#define odbcas_ASSvc_GetObjRefHdl_DSNotAvailable_exn_ 6
-#define odbcas_ASSvc_GetObjRefHdl_PortNotAvailable_exn_ 7
-#define odbcas_ASSvc_GetObjRefHdl_InvalidUser_exn_ 8
-#define odbcas_ASSvc_GetObjRefHdl_LogonUserFailure_exn_ 9
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-struct odbcas_ASSvc_GetObjRefHdl_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-    struct odbcas_ASSvc_ASTimeout ASTimeout;
-    struct odbcas_ASSvc_ASNotAvailable ASNotAvailable;
-    struct odbcas_ASSvc_DSNotAvailable DSNotAvailable;
-    struct odbcas_ASSvc_LogonUserFailure LogonUserFailure;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-#define odbcas_ASSvc_GetObjRefHdl_ldx_ ((IDL_unsigned_long) 2)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-#define odbcas_ASSvc_GetObjRefHdl_osy_ ((IDL_long) 2027146038)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-typedef void (*odbcas_ASSvc_GetObjRefHdl_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const CONNECTION_CONTEXT_def *inContext
-  , /* In    */ const USER_DESC_def *userDesc
-  , /* In    */ IDL_long srvrType
-  , /* In    */ IDL_short retryCount
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-static void
-odbcas_ASSvc_GetObjRefHdl_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_GetObjRefHdl_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (CONNECTION_CONTEXT_def *) pv_[1]
-    , (USER_DESC_def *) pv_[2]
-    , *(IDL_long *) pv_[3]
-    , *(IDL_short *) pv_[4]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-extern CEE_status
-odbcas_ASSvc_GetObjRefHdl_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_GetObjRefHdl_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 2 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_GetObjRefHdl_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-extern CEE_status
-odbcas_ASSvc_GetObjRefHdl_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_GetObjRefHdl_exc_ *exception_
-  , /* In    */ const IDL_char *srvrObjRef
-  , /* In    */ DIALOGUE_ID_def dialogueId
-  , /* In    */ const IDL_char *dataSource
-  , /* In    */ const USER_SID_def *userSid
-  , /* In    */ const VERSION_LIST_def *versionList
-  )
-{
-  static IDL_long osy_ = 2027146038;
-  const void *pv_[7];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) srvrObjRef;
-  pv_[3] = (void *) &dialogueId;
-  pv_[4] = (void *) dataSource;
-  pv_[5] = (void *) userSid;
-  pv_[6] = (void *) versionList;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_GetObjRefHdl'
- */
-typedef void (*odbcas_ASSvc_GetObjRefHdl_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_GetObjRefHdl_exc_ *exception_
-  , /* In    */ const CONNECTION_CONTEXT_def *inContext
-  , /* In    */ const USER_DESC_def *userDesc
-  , /* In    */ IDL_long srvrType
-  , /* In    */ IDL_short retryCount
-  , /* Out   */ IDL_char *srvrObjRef
-  , /* Out   */ DIALOGUE_ID_def *dialogueId
-  , /* Out   */ IDL_char *dataSource
-  , /* Out   */ USER_SID_def *userSid
-  , /* Out   */ VERSION_LIST_def *versionList
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-static void
-odbcas_ASSvc_GetObjRefHdl_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_GetObjRefHdl_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_GetObjRefHdl_exc_ *) pv_[1]
-    , (CONNECTION_CONTEXT_def *) pv_[2]
-    , (USER_DESC_def *) pv_[3]
-    , *(IDL_long *) pv_[4]
-    , *(IDL_short *) pv_[5]
-    , (IDL_char *) pv_[6]
-    , (DIALOGUE_ID_def *) pv_[7]
-    , (IDL_char *) pv_[8]
-    , (USER_SID_def *) pv_[9]
-    , (VERSION_LIST_def *) pv_[10]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-extern CEE_status
-odbcas_ASSvc_GetObjRefHdl_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_GetObjRefHdl_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 2 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_GetObjRefHdl_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_GetObjRefHdl'
- */
-extern CEE_status
-odbcas_ASSvc_GetObjRefHdl_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_GetObjRefHdl_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 2 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_GetObjRefHdl_smw_);
-}
-
-/********************************************
- * Operation 'odbcas_ASSvc_UpdateSrvrState' *
- ********************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-#define odbcas_ASSvc_UpdateSrvrState_ASParamError_exn_ 1
-#define odbcas_ASSvc_UpdateSrvrState_ASTimeout_exn_ 2
-#define odbcas_ASSvc_UpdateSrvrState_ASStateChangeError_exn_ 3
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-struct odbcas_ASSvc_UpdateSrvrState_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-    struct odbcas_ASSvc_ASTimeout ASTimeout;
-    struct odbcas_ASSvc_ASStateChangeError ASStateChangeError;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-#define odbcas_ASSvc_UpdateSrvrState_ldx_ ((IDL_unsigned_long) 3)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-#define odbcas_ASSvc_UpdateSrvrState_osy_ ((IDL_long) -1019394971)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-typedef void (*odbcas_ASSvc_UpdateSrvrState_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ IDL_long srvrType
-  , /* In    */ const IDL_char *srvrObjRef
-  , /* In    */ IDL_long srvrState
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-static void
-odbcas_ASSvc_UpdateSrvrState_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_UpdateSrvrState_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(IDL_long *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , *(IDL_long *) pv_[3]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-extern CEE_status
-odbcas_ASSvc_UpdateSrvrState_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_UpdateSrvrState_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 3 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_UpdateSrvrState_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-extern CEE_status
-odbcas_ASSvc_UpdateSrvrState_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_UpdateSrvrState_exc_ *exception_
-  , /* In    */ IDL_long TraceType
-  , /* In    */ IDL_long StatisticsType
-  , /* In    */ IDL_long ContextType
-  , /* In    */ const SRVR_CONTEXT_def *srvrContext
-  )
-{
-  static IDL_long osy_ = -1019394971;
-  const void *pv_[6];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) &TraceType;
-  pv_[3] = (void *) &StatisticsType;
-  pv_[4] = (void *) &ContextType;
-  pv_[5] = (void *) srvrContext;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_UpdateSrvrState'
- */
-typedef void (*odbcas_ASSvc_UpdateSrvrState_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_UpdateSrvrState_exc_ *exception_
-  , /* In    */ IDL_long srvrType
-  , /* In    */ const IDL_char *srvrObjRef
-  , /* In    */ IDL_long srvrState
-  , /* Out   */ IDL_long *TraceType
-  , /* Out   */ IDL_long *StatisticsType
-  , /* Out   */ IDL_long *ContextType
-  , /* Out   */ SRVR_CONTEXT_def *srvrContext
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-static void
-odbcas_ASSvc_UpdateSrvrState_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_UpdateSrvrState_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_UpdateSrvrState_exc_ *) pv_[1]
-    , *(IDL_long *) pv_[2]
-    , (IDL_char *) pv_[3]
-    , *(IDL_long *) pv_[4]
-    , (IDL_long *) pv_[5]
-    , (IDL_long *) pv_[6]
-    , (IDL_long *) pv_[7]
-    , (SRVR_CONTEXT_def *) pv_[8]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-extern CEE_status
-odbcas_ASSvc_UpdateSrvrState_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_UpdateSrvrState_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 3 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_UpdateSrvrState_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_UpdateSrvrState'
- */
-extern CEE_status
-odbcas_ASSvc_UpdateSrvrState_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_UpdateSrvrState_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 3 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_UpdateSrvrState_smw_);
-}
-
-/********************************************
- * Operation 'odbcas_ASSvc_SrvrMonitorCall' *
- ********************************************/
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_SrvrMonitorCall'
- */
-struct odbcas_ASSvc_SrvrMonitorCall_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_SrvrMonitorCall'
- */
-#define odbcas_ASSvc_SrvrMonitorCall_ldx_ ((IDL_unsigned_long) 4)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_SrvrMonitorCall'
- */
-#define odbcas_ASSvc_SrvrMonitorCall_osy_ ((IDL_long) -811446880)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_SrvrMonitorCall'
- */
-typedef void (*odbcas_ASSvc_SrvrMonitorCall_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ IDL_long srvrType
-  , /* In    */ const IDL_char *srvrObjRef
-  , /* In    */ IDL_long DSId
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_SrvrMonitorCall'
- */
-static void
-odbcas_ASSvc_SrvrMonitorCall_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_SrvrMonitorCall_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(IDL_long *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , *(IDL_long *) pv_[3]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_SrvrMonitorCall'
- */
-extern CEE_status
-odbcas_ASSvc_SrvrMonitorCall_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_SrvrMonitorCall_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 4 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_SrvrMonitorCall_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_SrvrMonitorCall'
- */
-extern CEE_status
-odbcas_ASSvc_SrvrMonitorCall_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_SrvrMonitorCall_exc_ *exception_
-  )
-{
-  static IDL_long osy_ = -811446880;
-  const void *pv_[2];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_SrvrMonitorCall'
- */
-typedef void (*odbcas_ASSvc_SrvrMonitorCall_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_SrvrMonitorCall_exc_ *exception_
-  , /* In    */ IDL_long srvrType
-  , /* In    */ const IDL_char *srvrObjRef
-  , /* In    */ IDL_long DSId
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_SrvrMonitorCall'
- */
-static void
-odbcas_ASSvc_SrvrMonitorCall_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_SrvrMonitorCall_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_SrvrMonitorCall_exc_ *) pv_[1]
-    , *(IDL_long *) pv_[2]
-    , (IDL_char *) pv_[3]
-    , *(IDL_long *) pv_[4]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_SrvrMonitorCall'
- */
-extern CEE_status
-odbcas_ASSvc_SrvrMonitorCall_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_SrvrMonitorCall_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 4 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_SrvrMonitorCall_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_SrvrMonitorCall'
- */
-extern CEE_status
-odbcas_ASSvc_SrvrMonitorCall_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_SrvrMonitorCall_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 4 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_SrvrMonitorCall_smw_);
-}
-
-/************************************
- * Operation 'odbcas_ASSvc_StartAS' *
- ************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_StartAS'
- */
-#define odbcas_ASSvc_StartAS_ASParamError_exn_ 1
-#define odbcas_ASSvc_StartAS_DSAlreadyStarted_exn_ 2
-#define odbcas_ASSvc_StartAS_DSStateChangeError_exn_ 3
-#define odbcas_ASSvc_StartAS_PortNotAvailable_exn_ 4
-#define odbcas_ASSvc_StartAS_SQLError_exn_ 5
-#define odbcas_ASSvc_StartAS_ASTryAgain_exn_ 6
-#define odbcas_ASSvc_StartAS_SrvrCreateError_exn_ 7
-#define odbcas_ASSvc_StartAS_CfgSrvrFailed_exn_ 8
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_StartAS'
- */
-struct odbcas_ASSvc_StartAS_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-    struct odbcas_ASSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_StartAS'
- */
-#define odbcas_ASSvc_StartAS_ldx_ ((IDL_unsigned_long) 5)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_StartAS'
- */
-#define odbcas_ASSvc_StartAS_osy_ ((IDL_long) 478578729)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_StartAS'
- */
-typedef void (*odbcas_ASSvc_StartAS_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_StartAS'
- */
-static void
-odbcas_ASSvc_StartAS_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StartAS_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_StartAS'
- */
-extern CEE_status
-odbcas_ASSvc_StartAS_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StartAS_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 5 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_StartAS_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_StartAS'
- */
-extern CEE_status
-odbcas_ASSvc_StartAS_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_StartAS_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = 478578729;
-  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'odbcas_ASSvc_StartAS'
- */
-typedef void (*odbcas_ASSvc_StartAS_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_StartAS_exc_ *exception_
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_StartAS'
- */
-static void
-odbcas_ASSvc_StartAS_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StartAS_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_StartAS_exc_ *) pv_[1]
-    , (ERROR_DESC_LIST_def *) pv_[2]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_StartAS'
- */
-extern CEE_status
-odbcas_ASSvc_StartAS_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StartAS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 5 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_StartAS_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_StartAS'
- */
-extern CEE_status
-odbcas_ASSvc_StartAS_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StartAS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 5 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_StartAS_smw_);
-}
-
-/***********************************
- * Operation 'odbcas_ASSvc_StopAS' *
- ***********************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_StopAS'
- */
-#define odbcas_ASSvc_StopAS_ASParamError_exn_ 1
-#define odbcas_ASSvc_StopAS_DSStateChangeError_exn_ 2
-#define odbcas_ASSvc_StopAS_ProcessStopError_exn_ 3
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_StopAS'
- */
-struct odbcas_ASSvc_StopAS_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_StopAS'
- */
-#define odbcas_ASSvc_StopAS_ldx_ ((IDL_unsigned_long) 6)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_StopAS'
- */
-#define odbcas_ASSvc_StopAS_osy_ ((IDL_long) 39137010)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_StopAS'
- */
-typedef void (*odbcas_ASSvc_StopAS_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ IDL_long StopType
-  , /* In    */ IDL_string ReasonText
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_StopAS'
- */
-static void
-odbcas_ASSvc_StopAS_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StopAS_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(IDL_long *) pv_[1]
-    , *(IDL_string *) pv_[2]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_StopAS'
- */
-extern CEE_status
-odbcas_ASSvc_StopAS_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StopAS_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 6 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_StopAS_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_StopAS'
- */
-extern CEE_status
-odbcas_ASSvc_StopAS_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_StopAS_exc_ *exception_
-  )
-{
-  static IDL_long osy_ = 39137010;
-  const void *pv_[2];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_StopAS'
- */
-typedef void (*odbcas_ASSvc_StopAS_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_StopAS_exc_ *exception_
-  , /* In    */ IDL_long StopType
-  , /* In    */ IDL_string ReasonText
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_StopAS'
- */
-static void
-odbcas_ASSvc_StopAS_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StopAS_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_StopAS_exc_ *) pv_[1]
-    , *(IDL_long *) pv_[2]
-    , *(IDL_string *) pv_[3]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_StopAS'
- */
-extern CEE_status
-odbcas_ASSvc_StopAS_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StopAS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 6 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_StopAS_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_StopAS'
- */
-extern CEE_status
-odbcas_ASSvc_StopAS_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StopAS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 6 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_StopAS_smw_);
-}
-
-/************************************
- * Operation 'odbcas_ASSvc_StartDS' *
- ************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_StartDS'
- */
-#define odbcas_ASSvc_StartDS_ASParamError_exn_ 1
-#define odbcas_ASSvc_StartDS_DSNotFound_exn_ 2
-#define odbcas_ASSvc_StartDS_DSAlreadyStarted_exn_ 3
-#define odbcas_ASSvc_StartDS_DSStateChangeError_exn_ 4
-#define odbcas_ASSvc_StartDS_PortNotAvailable_exn_ 5
-#define odbcas_ASSvc_StartDS_SQLError_exn_ 6
-#define odbcas_ASSvc_StartDS_SrvrCreateError_exn_ 7
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_StartDS'
- */
-struct odbcas_ASSvc_StartDS_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-    struct odbcas_ASSvc_SQLError SQLError;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_StartDS'
- */
-#define odbcas_ASSvc_StartDS_ldx_ ((IDL_unsigned_long) 7)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_StartDS'
- */
-#define odbcas_ASSvc_StartDS_osy_ ((IDL_long) -946920360)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_StartDS'
- */
-typedef void (*odbcas_ASSvc_StartDS_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *DSName
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_StartDS'
- */
-static void
-odbcas_ASSvc_StartDS_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StartDS_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_StartDS'
- */
-extern CEE_status
-odbcas_ASSvc_StartDS_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StartDS_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 7 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_StartDS_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_StartDS'
- */
-extern CEE_status
-odbcas_ASSvc_StartDS_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_StartDS_exc_ *exception_
-  , /* In    */ const ERROR_DESC_LIST_def *sqlWarning
-  )
-{
-  static IDL_long osy_ = -946920360;
-  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'odbcas_ASSvc_StartDS'
- */
-typedef void (*odbcas_ASSvc_StartDS_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_StartDS_exc_ *exception_
-  , /* In    */ const IDL_char *DSName
-  , /* Out   */ ERROR_DESC_LIST_def *sqlWarning
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_StartDS'
- */
-static void
-odbcas_ASSvc_StartDS_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StartDS_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_StartDS_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , (ERROR_DESC_LIST_def *) pv_[3]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_StartDS'
- */
-extern CEE_status
-odbcas_ASSvc_StartDS_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StartDS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 7 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_StartDS_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_StartDS'
- */
-extern CEE_status
-odbcas_ASSvc_StartDS_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StartDS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 7 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_StartDS_smw_);
-}
-
-/***********************************
- * Operation 'odbcas_ASSvc_StopDS' *
- ***********************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_StopDS'
- */
-#define odbcas_ASSvc_StopDS_ASParamError_exn_ 1
-#define odbcas_ASSvc_StopDS_DSNotFound_exn_ 2
-#define odbcas_ASSvc_StopDS_DSAlreadyStopped_exn_ 3
-#define odbcas_ASSvc_StopDS_DSStateChangeError_exn_ 4
-#define odbcas_ASSvc_StopDS_ProcessStopError_exn_ 5
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_StopDS'
- */
-struct odbcas_ASSvc_StopDS_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_StopDS'
- */
-#define odbcas_ASSvc_StopDS_ldx_ ((IDL_unsigned_long) 8)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_StopDS'
- */
-#define odbcas_ASSvc_StopDS_osy_ ((IDL_long) 1932719932)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_StopDS'
- */
-typedef void (*odbcas_ASSvc_StopDS_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *DSName
-  , /* In    */ IDL_long StopType
-  , /* In    */ IDL_string ReasonText
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_StopDS'
- */
-static void
-odbcas_ASSvc_StopDS_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StopDS_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    , *(IDL_long *) pv_[2]
-    , *(IDL_string *) pv_[3]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_StopDS'
- */
-extern CEE_status
-odbcas_ASSvc_StopDS_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StopDS_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 8 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_StopDS_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_StopDS'
- */
-extern CEE_status
-odbcas_ASSvc_StopDS_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_StopDS_exc_ *exception_
-  )
-{
-  static IDL_long osy_ = 1932719932;
-  const void *pv_[2];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_StopDS'
- */
-typedef void (*odbcas_ASSvc_StopDS_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_StopDS_exc_ *exception_
-  , /* In    */ const IDL_char *DSName
-  , /* In    */ IDL_long StopType
-  , /* In    */ IDL_string ReasonText
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_StopDS'
- */
-static void
-odbcas_ASSvc_StopDS_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StopDS_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_StopDS_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , *(IDL_long *) pv_[3]
-    , *(IDL_string *) pv_[4]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_StopDS'
- */
-extern CEE_status
-odbcas_ASSvc_StopDS_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StopDS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 8 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_StopDS_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_StopDS'
- */
-extern CEE_status
-odbcas_ASSvc_StopDS_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StopDS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 8 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_StopDS_smw_);
-}
-
-/*************************************
- * Operation 'odbcas_ASSvc_StatusAS' *
- *************************************/
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_StatusAS'
- */
-struct odbcas_ASSvc_StatusAS_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_StatusAS'
- */
-#define odbcas_ASSvc_StatusAS_ldx_ ((IDL_unsigned_long) 9)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_StatusAS'
- */
-#define odbcas_ASSvc_StatusAS_osy_ ((IDL_long) 470889124)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_StatusAS'
- */
-typedef void (*odbcas_ASSvc_StatusAS_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_StatusAS'
- */
-static void
-odbcas_ASSvc_StatusAS_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StatusAS_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_StatusAS'
- */
-extern CEE_status
-odbcas_ASSvc_StatusAS_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusAS_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 9 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_StatusAS_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_StatusAS'
- */
-extern CEE_status
-odbcas_ASSvc_StatusAS_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_StatusAS_exc_ *exception_
-  , /* In    */ const AS_CFG_STATUS_def *AsCfgStatus
-  )
-{
-  static IDL_long osy_ = 470889124;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) AsCfgStatus;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_StatusAS'
- */
-typedef void (*odbcas_ASSvc_StatusAS_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_StatusAS_exc_ *exception_
-  , /* Out   */ AS_CFG_STATUS_def *AsCfgStatus
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_StatusAS'
- */
-static void
-odbcas_ASSvc_StatusAS_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StatusAS_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_StatusAS_exc_ *) pv_[1]
-    , (AS_CFG_STATUS_def *) pv_[2]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_StatusAS'
- */
-extern CEE_status
-odbcas_ASSvc_StatusAS_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusAS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 9 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_StatusAS_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_StatusAS'
- */
-extern CEE_status
-odbcas_ASSvc_StatusAS_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusAS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 9 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_StatusAS_smw_);
-}
-
-/*************************************
- * Operation 'odbcas_ASSvc_StatusDS' *
- *************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_StatusDS'
- */
-#define odbcas_ASSvc_StatusDS_ASParamError_exn_ 1
-#define odbcas_ASSvc_StatusDS_DSNotFound_exn_ 2
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_StatusDS'
- */
-struct odbcas_ASSvc_StatusDS_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_StatusDS'
- */
-#define odbcas_ASSvc_StatusDS_ldx_ ((IDL_unsigned_long) 10)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_StatusDS'
- */
-#define odbcas_ASSvc_StatusDS_osy_ ((IDL_long) -1871233060)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_StatusDS'
- */
-typedef void (*odbcas_ASSvc_StatusDS_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *DSName
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_StatusDS'
- */
-static void
-odbcas_ASSvc_StatusDS_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StatusDS_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_StatusDS'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDS_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusDS_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 10 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_StatusDS_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_StatusDS'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDS_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_StatusDS_exc_ *exception_
-  , /* In    */ const DATASOURCE_STATUS_def *DSStatus
-  )
-{
-  static IDL_long osy_ = -1871233060;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) DSStatus;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_StatusDS'
- */
-typedef void (*odbcas_ASSvc_StatusDS_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_StatusDS_exc_ *exception_
-  , /* In    */ const IDL_char *DSName
-  , /* Out   */ DATASOURCE_STATUS_def *DSStatus
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_StatusDS'
- */
-static void
-odbcas_ASSvc_StatusDS_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StatusDS_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_StatusDS_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , (DATASOURCE_STATUS_def *) pv_[3]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_StatusDS'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDS_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusDS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 10 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_StatusDS_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_StatusDS'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDS_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusDS_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 10 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_StatusDS_smw_);
-}
-
-/*******************************************
- * Operation 'odbcas_ASSvc_StatusDSDetail' *
- *******************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_StatusDSDetail'
- */
-#define odbcas_ASSvc_StatusDSDetail_ASParamError_exn_ 1
-#define odbcas_ASSvc_StatusDSDetail_DSNotFound_exn_ 2
-#define odbcas_ASSvc_StatusDSDetail_ASNotAvailable_exn_ 3
-#define odbcas_ASSvc_StatusDSDetail_DSNotAvailable_exn_ 4
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_StatusDSDetail'
- */
-struct odbcas_ASSvc_StatusDSDetail_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-    struct odbcas_ASSvc_ASNotAvailable ASNotAvailable;
-    struct odbcas_ASSvc_DSNotAvailable DSNotAvailable;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_StatusDSDetail'
- */
-#define odbcas_ASSvc_StatusDSDetail_ldx_ ((IDL_unsigned_long) 11)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_StatusDSDetail'
- */
-#define odbcas_ASSvc_StatusDSDetail_osy_ ((IDL_long) -1849630353)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_StatusDSDetail'
- */
-typedef void (*odbcas_ASSvc_StatusDSDetail_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const IDL_char *DSName
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_StatusDSDetail'
- */
-static void
-odbcas_ASSvc_StatusDSDetail_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StatusDSDetail_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (IDL_char *) pv_[1]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_StatusDSDetail'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDSDetail_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusDSDetail_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 11 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_StatusDSDetail_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_StatusDSDetail'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDSDetail_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_StatusDSDetail_exc_ *exception_
-  , /* In    */ const SRVR_STATUS_LIST_def *srvrListStatus
-  )
-{
-  static IDL_long osy_ = -1849630353;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) srvrListStatus;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_StatusDSDetail'
- */
-typedef void (*odbcas_ASSvc_StatusDSDetail_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_StatusDSDetail_exc_ *exception_
-  , /* In    */ const IDL_char *DSName
-  , /* Out   */ SRVR_STATUS_LIST_def *srvrListStatus
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_StatusDSDetail'
- */
-static void
-odbcas_ASSvc_StatusDSDetail_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StatusDSDetail_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_StatusDSDetail_exc_ *) pv_[1]
-    , (IDL_char *) pv_[2]
-    , (SRVR_STATUS_LIST_def *) pv_[3]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_StatusDSDetail'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDSDetail_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusDSDetail_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 11 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_StatusDSDetail_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_StatusDSDetail'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDSDetail_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusDSDetail_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 11 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_StatusDSDetail_smw_);
-}
-
-/******************************************
- * Operation 'odbcas_ASSvc_StatusSrvrAll' *
- ******************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-#define odbcas_ASSvc_StatusSrvrAll_ASParamError_exn_ 1
-#define odbcas_ASSvc_StatusSrvrAll_ASNotAvailable_exn_ 2
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-struct odbcas_ASSvc_StatusSrvrAll_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-    struct odbcas_ASSvc_ASNotAvailable ASNotAvailable;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-#define odbcas_ASSvc_StatusSrvrAll_ldx_ ((IDL_unsigned_long) 12)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-#define odbcas_ASSvc_StatusSrvrAll_osy_ ((IDL_long) 58174705)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-typedef void (*odbcas_ASSvc_StatusSrvrAll_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-static void
-odbcas_ASSvc_StatusSrvrAll_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StatusSrvrAll_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-extern CEE_status
-odbcas_ASSvc_StatusSrvrAll_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusSrvrAll_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 12 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_StatusSrvrAll_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-extern CEE_status
-odbcas_ASSvc_StatusSrvrAll_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_StatusSrvrAll_exc_ *exception_
-  , /* In    */ const SRVR_STATUS_LIST_def *srvrListStatus
-  )
-{
-  static IDL_long osy_ = 58174705;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) srvrListStatus;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_StatusSrvrAll'
- */
-typedef void (*odbcas_ASSvc_StatusSrvrAll_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_StatusSrvrAll_exc_ *exception_
-  , /* Out   */ SRVR_STATUS_LIST_def *srvrListStatus
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-static void
-odbcas_ASSvc_StatusSrvrAll_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StatusSrvrAll_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_StatusSrvrAll_exc_ *) pv_[1]
-    , (SRVR_STATUS_LIST_def *) pv_[2]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-extern CEE_status
-odbcas_ASSvc_StatusSrvrAll_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusSrvrAll_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 12 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_StatusSrvrAll_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_StatusSrvrAll'
- */
-extern CEE_status
-odbcas_ASSvc_StatusSrvrAll_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusSrvrAll_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 12 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_StatusSrvrAll_smw_);
-}
-
-/*************************************
- * Operation 'odbcas_ASSvc_StopSrvr' *
- *************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_StopSrvr'
- */
-#define odbcas_ASSvc_StopSrvr_ASParamError_exn_ 1
-#define odbcas_ASSvc_StopSrvr_ASNotAvailable_exn_ 2
-#define odbcas_ASSvc_StopSrvr_SrvrNotFound_exn_ 3
-#define odbcas_ASSvc_StopSrvr_SrvrInUseByAnotherClient_exn_ 4
-#define odbcas_ASSvc_StopSrvr_ProcessStopError_exn_ 5
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_StopSrvr'
- */
-struct odbcas_ASSvc_StopSrvr_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-    struct odbcas_ASSvc_ASNotAvailable ASNotAvailable;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_StopSrvr'
- */
-#define odbcas_ASSvc_StopSrvr_ldx_ ((IDL_unsigned_long) 13)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_StopSrvr'
- */
-#define odbcas_ASSvc_StopSrvr_osy_ ((IDL_long) 1728644050)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_StopSrvr'
- */
-typedef void (*odbcas_ASSvc_StopSrvr_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ DIALOGUE_ID_def dialogueId
-  , /* In    */ IDL_long srvrType
-  , /* In    */ const IDL_char *srvrObjRef
-  , /* In    */ IDL_long StopType
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_StopSrvr'
- */
-static void
-odbcas_ASSvc_StopSrvr_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StopSrvr_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(DIALOGUE_ID_def *) pv_[1]
-    , *(IDL_long *) pv_[2]
-    , (IDL_char *) pv_[3]
-    , *(IDL_long *) pv_[4]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_StopSrvr'
- */
-extern CEE_status
-odbcas_ASSvc_StopSrvr_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StopSrvr_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 13 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_StopSrvr_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_StopSrvr'
- */
-extern CEE_status
-odbcas_ASSvc_StopSrvr_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_StopSrvr_exc_ *exception_
-  )
-{
-  static IDL_long osy_ = 1728644050;
-  const void *pv_[2];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_StopSrvr'
- */
-typedef void (*odbcas_ASSvc_StopSrvr_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_StopSrvr_exc_ *exception_
-  , /* In    */ DIALOGUE_ID_def dialogueId
-  , /* In    */ IDL_long srvrType
-  , /* In    */ const IDL_char *srvrObjRef
-  , /* In    */ IDL_long StopType
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_StopSrvr'
- */
-static void
-odbcas_ASSvc_StopSrvr_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StopSrvr_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_StopSrvr_exc_ *) pv_[1]
-    , *(DIALOGUE_ID_def *) pv_[2]
-    , *(IDL_long *) pv_[3]
-    , (IDL_char *) pv_[4]
-    , *(IDL_long *) pv_[5]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_StopSrvr'
- */
-extern CEE_status
-odbcas_ASSvc_StopSrvr_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StopSrvr_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 13 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_StopSrvr_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_StopSrvr'
- */
-extern CEE_status
-odbcas_ASSvc_StopSrvr_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StopSrvr_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 13 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_StopSrvr_smw_);
-}
-
-/****************************************
- * Operation 'odbcas_ASSvc_StatusDSAll' *
- ****************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_StatusDSAll'
- */
-#define odbcas_ASSvc_StatusDSAll_ASParamError_exn_ 1
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_StatusDSAll'
- */
-struct odbcas_ASSvc_StatusDSAll_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_StatusDSAll'
- */
-#define odbcas_ASSvc_StatusDSAll_ldx_ ((IDL_unsigned_long) 14)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_StatusDSAll'
- */
-#define odbcas_ASSvc_StatusDSAll_osy_ ((IDL_long) 412216083)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_StatusDSAll'
- */
-typedef void (*odbcas_ASSvc_StatusDSAll_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_StatusDSAll'
- */
-static void
-odbcas_ASSvc_StatusDSAll_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StatusDSAll_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_StatusDSAll'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDSAll_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusDSAll_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 14 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_StatusDSAll_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_StatusDSAll'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDSAll_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_StatusDSAll_exc_ *exception_
-  , /* In    */ const DATASOURCE_STATUS_LIST_def *DSListStatus
-  )
-{
-  static IDL_long osy_ = 412216083;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) DSListStatus;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_StatusDSAll'
- */
-typedef void (*odbcas_ASSvc_StatusDSAll_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_StatusDSAll_exc_ *exception_
-  , /* Out   */ DATASOURCE_STATUS_LIST_def *DSListStatus
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_StatusDSAll'
- */
-static void
-odbcas_ASSvc_StatusDSAll_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_StatusDSAll_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_StatusDSAll_exc_ *) pv_[1]
-    , (DATASOURCE_STATUS_LIST_def *) pv_[2]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_StatusDSAll'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDSAll_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusDSAll_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 14 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_StatusDSAll_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_StatusDSAll'
- */
-extern CEE_status
-odbcas_ASSvc_StatusDSAll_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_StatusDSAll_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 14 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_StatusDSAll_smw_);
-}
-
-/********************************************
- * Operation 'odbcas_ASSvc_WouldLikeToLive' *
- ********************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-#define odbcas_ASSvc_WouldLikeToLive_ASParamError_exn_ 1
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-struct odbcas_ASSvc_WouldLikeToLive_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-#define odbcas_ASSvc_WouldLikeToLive_ldx_ ((IDL_unsigned_long) 15)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-#define odbcas_ASSvc_WouldLikeToLive_osy_ ((IDL_long) 691115433)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-typedef void (*odbcas_ASSvc_WouldLikeToLive_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ IDL_long srvrType
-  , /* In    */ const IDL_char *srvrObjRef
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-static void
-odbcas_ASSvc_WouldLikeToLive_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_WouldLikeToLive_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(IDL_long *) pv_[1]
-    , (IDL_char *) pv_[2]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-extern CEE_status
-odbcas_ASSvc_WouldLikeToLive_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_WouldLikeToLive_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 15 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_WouldLikeToLive_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-extern CEE_status
-odbcas_ASSvc_WouldLikeToLive_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_WouldLikeToLive_exc_ *exception_
-  , /* In    */ IDL_long lifePermit
-  )
-{
-  static IDL_long osy_ = 691115433;
-  const void *pv_[3];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  pv_[2] = (void *) &lifePermit;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_WouldLikeToLive'
- */
-typedef void (*odbcas_ASSvc_WouldLikeToLive_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_WouldLikeToLive_exc_ *exception_
-  , /* In    */ IDL_long srvrType
-  , /* In    */ const IDL_char *srvrObjRef
-  , /* Out   */ IDL_long *lifePermit
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-static void
-odbcas_ASSvc_WouldLikeToLive_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_WouldLikeToLive_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_WouldLikeToLive_exc_ *) pv_[1]
-    , *(IDL_long *) pv_[2]
-    , (IDL_char *) pv_[3]
-    , (IDL_long *) pv_[4]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-extern CEE_status
-odbcas_ASSvc_WouldLikeToLive_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_WouldLikeToLive_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 15 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_WouldLikeToLive_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_WouldLikeToLive'
- */
-extern CEE_status
-odbcas_ASSvc_WouldLikeToLive_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_WouldLikeToLive_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 15 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_WouldLikeToLive_smw_);
-}
-
-/*****************************************
- * Operation 'odbcas_ASSvc_SetTestPoint' *
- *****************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_SetTestPoint'
- */
-#define odbcas_ASSvc_SetTestPoint_ASParamError_exn_ 1
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_SetTestPoint'
- */
-struct odbcas_ASSvc_SetTestPoint_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_SetTestPoint'
- */
-#define odbcas_ASSvc_SetTestPoint_ldx_ ((IDL_unsigned_long) 16)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_SetTestPoint'
- */
-#define odbcas_ASSvc_SetTestPoint_osy_ ((IDL_long) -258781373)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_SetTestPoint'
- */
-typedef void (*odbcas_ASSvc_SetTestPoint_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ DIALOGUE_ID_def dialogueId
-  , /* In    */ IDL_short TestPoint
-  , /* In    */ IDL_unsigned_long Operation
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_SetTestPoint'
- */
-static void
-odbcas_ASSvc_SetTestPoint_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_SetTestPoint_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(DIALOGUE_ID_def *) pv_[1]
-    , *(IDL_short *) pv_[2]
-    , *(IDL_unsigned_long *) pv_[3]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_SetTestPoint'
- */
-extern CEE_status
-odbcas_ASSvc_SetTestPoint_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_SetTestPoint_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 16 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_SetTestPoint_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_SetTestPoint'
- */
-extern CEE_status
-odbcas_ASSvc_SetTestPoint_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_SetTestPoint_exc_ *exception_
-  )
-{
-  static IDL_long osy_ = -258781373;
-  const void *pv_[2];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_SetTestPoint'
- */
-typedef void (*odbcas_ASSvc_SetTestPoint_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_SetTestPoint_exc_ *exception_
-  , /* In    */ DIALOGUE_ID_def dialogueId
-  , /* In    */ IDL_short TestPoint
-  , /* In    */ IDL_unsigned_long Operation
-  );
-/*
- * Synchronous method wrapper for
- * operation 'odbcas_ASSvc_SetTestPoint'
- */
-static void
-odbcas_ASSvc_SetTestPoint_smw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_SetTestPoint_smt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , (struct odbcas_ASSvc_SetTestPoint_exc_ *) pv_[1]
-    , *(DIALOGUE_ID_def *) pv_[2]
-    , *(IDL_short *) pv_[3]
-    , *(IDL_unsigned_long *) pv_[4]
-    );
-}
-/*
- * Set Synchronous method for
- * operation 'odbcas_ASSvc_SetTestPoint'
- */
-extern CEE_status
-odbcas_ASSvc_SetTestPoint_sms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_SetTestPoint_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 16 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_METHOD
-    , odbcas_ASSvc_SetTestPoint_smw_);
-}
-/*
- * Set Synchronous multithreaded method for
- * operation 'odbcas_ASSvc_SetTestPoint'
- */
-extern CEE_status
-odbcas_ASSvc_SetTestPoint_msms_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_SetTestPoint_smt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 16 /* Method index */
-    , *((CEE_tag_def *)  &method_)
-    , CEE_SYNCH_MULTITHREADED_METHOD
-    , odbcas_ASSvc_SetTestPoint_smw_);
-}
-
-/*******************************************
- * Operation 'odbcas_ASSvc_ClearTestPoint' *
- *******************************************/
-
-/*
- * Exception number constants for
- * operation 'odbcas_ASSvc_ClearTestPoint'
- */
-#define odbcas_ASSvc_ClearTestPoint_ASParamError_exn_ 1
-/*
- * Exception union for
- * operation 'odbcas_ASSvc_ClearTestPoint'
- */
-struct odbcas_ASSvc_ClearTestPoint_exc_ {
-  IDL_long exception_nr;
-  IDL_long exception_detail;
-  union {
-    struct odbcas_ASSvc_ASParamError ASParamError;
-  } u;
-};
-/*
- * Local index for operation 'odbcas_ASSvc_ClearTestPoint'
- */
-#define odbcas_ASSvc_ClearTestPoint_ldx_ ((IDL_unsigned_long) 17)
-/*
- * Operation synopsis for operation 'odbcas_ASSvc_ClearTestPoint'
- */
-#define odbcas_ASSvc_ClearTestPoint_osy_ ((IDL_long) 390699907)
-/*
- * Asynchronous method function pointer type for
- * operation 'odbcas_ASSvc_ClearTestPoint'
- */
-typedef void (*odbcas_ASSvc_ClearTestPoint_amt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ DIALOGUE_ID_def dialogueId
-  , /* In    */ IDL_short TestPoint
-  , /* In    */ IDL_unsigned_short Operation
-  );
-/*
- *Asynchronous method wrapper for
- * operation 'odbcas_ASSvc_ClearTestPoint'
- */
-static void
-odbcas_ASSvc_ClearTestPoint_amw_(
-    /* In    */ CEE_tag_def mettag_
-  , /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ void *const *pv_)
-{
-  odbcas_ASSvc_ClearTestPoint_amt_ f_;
-  *((CEE_tag_def *) &f_) = mettag_;
-  (*f_) (
-      objtag_
-    , call_id_
-    , *(DIALOGUE_ID_def *) pv_[1]
-    , *(IDL_short *) pv_[2]
-    , *(IDL_unsigned_short *) pv_[3]
-    );
-}
-/*
- * Set Asynchronous Method for
- * operation 'odbcas_ASSvc_ClearTestPoint'
- */
-extern CEE_status
-odbcas_ASSvc_ClearTestPoint_ams_(
-    /* In    */ const CEE_handle_def *impl_
-  , /* In    */ odbcas_ASSvc_ClearTestPoint_amt_ method_
-  )
-{
-  return CEE_SET_METHOD(
-      impl_
-    , 17 /* Method index */
-    , *((CEE_tag_def *) &method_)
-    , CEE_ASYNCH_METHOD
-    , odbcas_ASSvc_ClearTestPoint_amw_);
-}
-/*
- * Asynchronous response for
- * operation 'odbcas_ASSvc_ClearTestPoint'
- */
-extern CEE_status
-odbcas_ASSvc_ClearTestPoint_res_(
-    /* In    */ const CEE_handle_def *call_id_
-  , /* In    */ const struct odbcas_ASSvc_ClearTestPoint_exc_ *exception_
-  )
-{
-  static IDL_long osy_ = 390699907;
-  const void *pv_[2];
-  pv_[0] = &osy_;
-  pv_[1] = (void *) exception_;
-  return CEE_RESPOND(
-      call_id_
-    , pv_);
-}
-/*
- * Synchronous method function pointer type for
- * operation'odbcas_ASSvc_ClearTestPoint'
- */
-typedef void (*odbcas_ASSvc_ClearTestPoint_smt_) (
-    /* In    */ CEE_tag_def objtag_
-  , /* In    */ const CEE_handle_def *call_id_
-  , /* Out   */ struct odbcas_ASSvc_ClearTestPoint_exc_ *exception_
-  , /* In    *

<TRUNCATED>