datacommsserver/esockserver/test/TE_EsockTestSteps/inc/Sockets.TestSteps.h
changeset 1 21d2ab05f085
parent 0 dfb7c4ff071f
child 18 9644881fedd0
equal deleted inserted replaced
0:dfb7c4ff071f 1:21d2ab05f085
   373     TRSocketGetOptParams iParams;
   373     TRSocketGetOptParams iParams;
   374 	};
   374 	};
   375 
   375 
   376 _LIT(KSocketGetOptionStep, "SocketGetOptionStep");
   376 _LIT(KSocketGetOptionStep, "SocketGetOptionStep");
   377 
   377 
       
   378 /**
       
   379 Class implementing control and confirmation of RSocket::SetOpt() calls
       
   380 
       
   381 @internalComponent
       
   382 */
       
   383 class CSocketSetOptionStep : public CTe_EsockStepBase
       
   384     {
       
   385 public:
       
   386     CSocketSetOptionStep(CCEsockTestBase*& aEsockTest);
       
   387     TVerdict doSingleTestStep();
       
   388     TInt ConfigureFromIni();
       
   389 
       
   390 private:
       
   391     TRSocketSetOptParams iParams;
       
   392     };
       
   393 
       
   394 _LIT(KSocketSetOptionStep, "SocketSetOptionStep");
   378 
   395 
   379 /**
   396 /**
   380 Class implementing confirmation of protocol description retrieved from a socket with:
   397 Class implementing confirmation of protocol description retrieved from a socket with:
   381 	RSocket::Info()
   398 	RSocket::Info()
   382 
   399