uiacceltk/hitchcock/AlfDecoderServerClient/src/alfdecoderserverclient.cpp
branchCompilerCompatibility
changeset 6 c2f36e6d50ac
parent 3 d8a3531bc6b8
child 7 433cbbb6a04b
equal deleted inserted replaced
4:80692712d2d6 6:c2f36e6d50ac
    90     	    RThread serverThread;
    90     	    RThread serverThread;
    91     	    User::LeaveIfError(serverThread.Create(
    91     	    User::LeaveIfError(serverThread.Create(
    92 	    	        KAlfServerThreadName,
    92 	    	        KAlfServerThreadName,
    93 	    	        AlfThreadFucntion,
    93 	    	        AlfThreadFucntion,
    94 	    	        16384, // magic
    94 	    	        16384, // magic
    95 	    	        20000, // uses own heap for now
    95 	    	        4*1024*1024, // uses own heap for now
    96 	    	        10000000,
    96 	    	        10*1024*1024,
    97 	    	        0,
    97 	    	        0,
    98 	    	        EOwnerThread));
    98 	    	        EOwnerThread));
    99 	    	    
    99 	    	    
   100 	    	serverThread.Rendezvous(aStatus);
   100 	    	serverThread.Rendezvous(aStatus);
   101 	    	serverThread.Resume();
   101 	    	serverThread.Resume();