applayerprotocols/httptransportfw/Test/T_HttpIntegration/ECommandIDs.h
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // $Header$
       
    15 // mjd, mark@mjdss.com, july 2002
       
    16 // During implementation found a 'known' bug in the MSVC++ v6.0 compiler.
       
    17 // The C2955 bug. 
       
    18 // 
       
    19 //
       
    20 
       
    21 #ifndef __CMDIDS_H__
       
    22 #define __CMDIDS_H__
       
    23 
       
    24 //-----------------------------------------------------------------------------
       
    25 
       
    26 #include "GT0149.h"
       
    27 
       
    28 //-----------------------------------------------------------------------------
       
    29 
       
    30 enum TCommandIDs
       
    31 	{
       
    32 	// Trace and log mode commands
       
    33 	ECmdTrace = THA_KMaxCmdCustomized,
       
    34 	ECmdLog,
       
    35 	ECmdVer,
       
    36 
       
    37 	// CASE and SELECT commands
       
    38 	ECase,
       
    39 	EEndCase,
       
    40 	ECmdSelect,
       
    41 
       
    42 /*
       
    43 	//	HTTP DO and WAIT commands
       
    44 	EDoHTTPSession,
       
    45 	EDoHTTPClose,
       
    46 	EDoHTTPConnect,
       
    47 	EDoHTTPDisconnect,
       
    48 	EDoHTTPMethod,
       
    49 	EDoHTTPMethodAbort,
       
    50 	EDoHTTPMethodClose,
       
    51 	EWaitHTTPEvents,
       
    52 	//EDoHTTPSConnect,
       
    53 	//EDoHTTPSSetKeyExchange,
       
    54 
       
    55 	// WAP DO and WAIT commands
       
    56 	EDoSession,
       
    57 	EDoClose,
       
    58 	EDoConnect,
       
    59 	EDoDisconnect,
       
    60 	EDoMethodInvoke,
       
    61 	EDoMethodAbort,
       
    62 	EDoMethodClose,
       
    63 	EWaitEvents,
       
    64 	EDoWtlsConnect,
       
    65 	EDoWtlsSetKeyExchange,
       
    66 
       
    67 
       
    68 	// SET parameter commands
       
    69 	ESetFramework,						//	switch to another framework (HTTP, WSP etc)
       
    70 	ESetRemoteHost,
       
    71 	ESetRemotePort,
       
    72 	ESetLocalPort,
       
    73 	ESetBearer,
       
    74 	ESetSecure,
       
    75 	ESetSessionType,
       
    76 	ESetClientHeaders,
       
    77 	ESetCapabilities,
       
    78 	ESetMethod,
       
    79 	ESetURI,
       
    80 	ESetHeaders,
       
    81 	ESetBody,
       
    82 	ESetAckHeaders,
       
    83 	ESetKeySuites,
       
    84 	ESetCipherSuites,
       
    85 	ESetSequenceNumberMode,
       
    86 	ESetKeyRefreshRate,
       
    87 	ESetSharedSecret,
       
    88 	ESetRecordLengthUsage,
       
    89 	ESetTwoPhase,
       
    90 	ESetSendAddress,
       
    91 	ESetSendPort,
       
    92 	ESetSendBearer,
       
    93 	ESetData,
       
    94 
       
    95 	// SET configuration commands
       
    96 	ESetHeadersSize,
       
    97 	ESetBodySize,
       
    98 	ESetMaxBodyLogged,
       
    99 	ESetMinBodyDumped,
       
   100 	ESetWaitTimeout,
       
   101 	ESetHoldWhenNowait
       
   102 */
       
   103 	};
       
   104 	
       
   105 #endif  // __CMDIDS_H__  
       
   106     
       
   107 // End of File