asyncrequests.hxx (06fea5eb) asyncrequests.hxx (9f813b30)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 153 unchanged lines hidden (view full) ---

162 explicit AsyncRequests(const RequestHandlerRef& rHandler);
163
164 void setHandler(const RequestHandlerRef& rHandler)
165 {
166 m_rHandler = rHandler;
167 }
168
169 //---------------------------------------------------------------------
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 153 unchanged lines hidden (view full) ---

162 explicit AsyncRequests(const RequestHandlerRef& rHandler);
163
164 void setHandler(const RequestHandlerRef& rHandler)
165 {
166 m_rHandler = rHandler;
167 }
168
169 //---------------------------------------------------------------------
170 /** does nothing special / excepting to make sure our class wont be inline .-)
170 /** does nothing special / except to make sure our class won't be inline .-)
171 */
172 virtual ~AsyncRequests();
173
174 //---------------------------------------------------------------------
175 /** @todo document me
176 */
177 void triggerRequestProcessMessages (const RequestRef& rRequest);
178

--- 45 unchanged lines hidden ---
171 */
172 virtual ~AsyncRequests();
173
174 //---------------------------------------------------------------------
175 /** @todo document me
176 */
177 void triggerRequestProcessMessages (const RequestRef& rRequest);
178

--- 45 unchanged lines hidden ---