Ignore:
Timestamp:
12/15/15 13:19:48 (9 years ago)
Author:
DHERBOMEZ Gérald
Message:

Delete deprecated call to shared memories. Use I/O mechanism instead.
Adjustement of dllimport and dllexport macros;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StdDbtPlayerComponents/DbtPlyImageManager.h

    r110 r111  
    1616
    1717#include "Pacpus/DbitePlayer/DbtPlyFileManager.h"
    18 
     18#include "StdDbtPlayerComponentsConfig.h"
    1919
    2020class QImage;
     
    2828///
    2929///     shmem=STRING (name of output shared memory) default=IMAGE
    30 class PACPUSLIB_API DbtPlyImageManager
     30class STDDBTPLAYERCOMPONENTS_API DbtPlyImageManager
    3131        : public DbtPlyFileManager
    3232{
     
    5858private:
    5959    QMutex * imageMutex_;
    60     ShMem * shMem_;
     60   // ShMem * shMem_; // deprecated
    6161    bool firstTime;
    6262
Note: See TracChangeset for help on using the changeset viewer.