Ignore:
Timestamp:
08/01/13 16:46:07 (11 years ago)
Author:
Marek Kurdej
Message:

Update: merged changes from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/src/PacpusLib/PacpusApplication.cpp

    r141 r162  
    99/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
    1010
    11 #include <Pacpus/kernel/DbiteException.h>
    1211#include <Pacpus/kernel/Log.h>
    1312#include <Pacpus/kernel/PacpusApplication.h>
     13#include <Pacpus/kernel/PacpusException.h>
    1414
    1515using namespace pacpus;
     
    8383    try {
    8484        return QApplication::notify(receiver, ev);
    85     } catch(DbiteException & e) {
     85    } catch(PacpusException & e) {
    8686        (void) e; // unused
    87         LOG_ERROR("DbiteException thrown:" << e.what());
     87        LOG_ERROR("PacpusException thrown:" << e.what());
    8888    } catch(std::exception & e) {
    8989        (void) e; // unused
Note: See TracChangeset for help on using the changeset viewer.