VestniK / qremotesignal

Automatically exported from code.google.com/p/qremotesignal
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Remove internal realization detales from public headers #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To provide forward binary compatibility between different versions of the 
library I need to hide internal implementation details from library public 
interface.

Also I need remove all deprecated components and optimize work with 
QIODevice in ServicesManager by removing duplicate checks in DeviceManager 
(this class should be reorganized and moved from public interface to 
internal implementation part).

Original issue reported on code.google.com by sir.vestnik on 26 Dec 2009 at 9:44

GoogleCodeExporter commented 9 years ago
Library interface is devided into internal and public parts. DeviceManager is 
moved to internal part. 

Original comment by sir.vestnik on 29 Dec 2009 at 10:29