Changeset 3504

Show
Ignore:
Timestamp:
04/27/07 15:11:23 (6 years ago)
Author:
balister
Message:

Fix problem that threw exception when DCD file exists.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossie/trunk/ossie/framework/DeviceManager_impl.cpp

    r3410 r3504  
    7171 
    7272 
    73     if (_fileSys->exists (_deviceConfigurationProfile.c_str())) { 
     73    if (!_fileSys->exists (_deviceConfigurationProfile.c_str())) { 
    7474        DEBUG(1, DeviceManager, "DCD File not found."); 
    7575        throw (CF::FileException (CF::CFEEXIST, "DCD File not found."));