mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/inc/TSU_MMF_DEVSOUND_STEP.h
changeset 6 fe9d1bf55678
parent 0 b8ed18f6c07b
equal deleted inserted replaced
5:b220a9341636 6:fe9d1bf55678
  2217     };
  2217     };
  2218 
  2218 
  2219 /*
  2219 /*
  2220  *========================================================================================================
  2220  *========================================================================================================
  2221   */
  2221   */
       
  2222 
       
  2223 //
       
  2224 // MM-MMF-DEVSOUND-U-0300-HP
       
  2225 //
       
  2226 
       
  2227 // these delarations should be the same as in tsu_mmf_devsound_starttest.h
       
  2228 _LIT(KStartToolTestSvrName, "!StartToolSvr");
       
  2229 const TInt KStartToolTestCaseErrorCode = -999;
       
  2230 
       
  2231 class RA3FDevSoundSvrStartToolTest : public RAsyncTestStep
       
  2232     {
       
  2233 public:
       
  2234     static RA3FDevSoundSvrStartToolTest* NewL(const TDesC& aTestName);
       
  2235 private:
       
  2236     RA3FDevSoundSvrStartToolTest(const TDesC& aTestName);
       
  2237     // from RAsyncTestStep
       
  2238     void KickoffTestL();
       
  2239     void CloseTest();
       
  2240     };
       
  2241 
       
  2242 class RSrvStartTestSession : public RSessionBase
       
  2243 // virtually dummy client session, try to connect to server which is expected to fail
       
  2244     {
       
  2245 public:
       
  2246     TInt CreateSession();
       
  2247     };
  2222 	
  2248 	
  2223 /**
  2249 /**
  2224  *
  2250  *
  2225  * CMultipleAsyncListener provides the asynchronous operation
  2251  * CMultipleAsyncListener provides the asynchronous operation
  2226  * of an active object. Used for ensuring that only when two async calls 
  2252  * of an active object. Used for ensuring that only when two async calls