searcher/searchclient/src/rsearchserversession.cpp
changeset 16 2729d20a0010
parent 14 8bd192d47aaa
child 17 7cda54f2d97f
equal deleted inserted replaced
14:8bd192d47aaa 16:2729d20a0010
   230 	// This call completes immediately, however the server will not
   230 	// This call completes immediately, however the server will not
   231 	// complete the request until later, so don't pass any local
   231 	// complete the request until later, so don't pass any local
   232 	// descriptors as they will be out of scope by the time the server
   232 	// descriptors as they will be out of scope by the time the server
   233 	// attempts to read or write
   233 	// attempts to read or write
   234 	User::LeaveIfError( SendReceive(ESearchServerSearch, args) );
   234 	User::LeaveIfError( SendReceive(ESearchServerSearch, args) );
       
   235 	OstTrace1( TRACE_NORMAL, RSEARCHSERVERSUBSESSION_SEARCHL, "RSearchServerSubSession::SearchL::sync;iEstimatedResultsCount=%d", iEstimatedResultsCount );
   235 	OstTraceFunctionExit0( RSEARCHSERVERSUBSESSION_SEARCHL_EXIT );
   236 	OstTraceFunctionExit0( RSEARCHSERVERSUBSESSION_SEARCHL_EXIT );
   236 	}
   237 	}
   237 
   238 
   238 EXPORT_C void RSearchServerSubSession::Search(const TDesC& aSearchTerms, TRequestStatus& aStatus)
   239 EXPORT_C void RSearchServerSubSession::Search(const TDesC& aSearchTerms, TRequestStatus& aStatus)
   239 	{
   240 	{