Ignore:
Timestamp:
Dec 14, 2015, 12:09:20 PM (9 years ago)
Author:
DHERBOMEZ Gérald
Message:
  • minor modifications about dllexport and dllimport macros usages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StdDbtPlayerComponents/DbtPlyImageManager.cpp

    r50 r110  
    2626
    2727using namespace std;
     28using namespace pacpus;
    2829
    2930DECLARE_STATIC_LOGGER("pacpus.base.DbtPlyImageManager");
     
    137138        mShMemName = config.getProperty("shmem");
    138139    }
     140    if (config.getIntProperty("ui") == 1) {
     141        displayUI();
     142    }
     143
    139144    return DbtPlyFileManager::configureComponent(config);
    140145}
Note: See TracChangeset for help on using the changeset viewer.