Subversion Repositories tpanel

Rev

Rev 446 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 446 Rev 449
Line 376... Line 376...
376
{
376
{
377
    DECL_TRACER("TAmxCommands::findButtons(int port, vector<int>& channels, TMap::MAP_TYPE mt)");
377
    DECL_TRACER("TAmxCommands::findButtons(int port, vector<int>& channels, TMap::MAP_TYPE mt)");
378
 
378
 
379
    vector<TMap::MAP_T> map;
379
    vector<TMap::MAP_T> map;
380
 
380
 
381
    if (gPageManager && gPageManager->isSetupActive())
-
 
382
        map = mSystemMap->findButtons(port, channels, mt);
-
 
383
    else
-
 
384
        map = mMap->findButtons(port, channels, mt);
381
    map = mMap->findButtons(port, channels, mt);
385
 
-
 
386
    return map;
382
    return map;
387
}
383
}
388
 
384
 
389
string TAmxCommands::findImage(int bt, int page, int instance)
385
string TAmxCommands::findImage(int bt, int page, int instance)
390
{
386
{