Changeset 103 in pacpusframework for trunk/include/Pacpus/PacpusTools
- Timestamp:
- Jun 5, 2013, 5:39:28 PM (11 years ago)
- Location:
- trunk/include/Pacpus/PacpusTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/PacpusTools/AsyncWorkerBase.h
r76 r103 18 18 #include <QObject> 19 19 20 #include "Pacpus\kernel\PacpusToolsConfig.h" 21 20 22 namespace pacpus 21 23 { … … 29 31 * by external user-defined messages. 30 32 */ 31 class AsyncWorkerBase33 class PACPUSTOOLS_API AsyncWorkerBase 32 34 : public QObject 33 35 , private boost::noncopyable -
trunk/include/Pacpus/PacpusTools/PeriodicWorker.h
r76 r103 16 16 17 17 // Includes, pacpus. 18 #include "Pacpus\kernel\PacpusToolsConfig.h" 18 19 #include <Pacpus/PacpusTools/AsyncWorkerBase.h> 20 19 21 20 22 class QTimer; … … 37 39 * worker.startWork(1000); 38 40 */ 39 class P eriodicWorker41 class PACPUSTOOLS_API PeriodicWorker 40 42 : public AsyncWorkerBase 41 43 { -
trunk/include/Pacpus/PacpusTools/Win32ShMem.h
r76 r103 16 16 #define DEF_PACPUS_WIN32SHMEM_H 17 17 18 #include "Pacpus\kernel\PacpusToolsConfig.h" 19 18 20 #include <Pacpus/PacpusTools/ShMemBase.h> 19 21 … … 24 26 25 27 /// Shared memory object for Windows. 26 class Win32ShMem28 class PACPUSTOOLS_API Win32ShMem 27 29 : public ShMemBase 28 30 {
Note:
See TracChangeset
for help on using the changeset viewer.