Changeset 3811

Show
Ignore:
Timestamp:
05/17/07 14:17:19 (6 years ago)
Author:
ttsou
Message:

added comment

Files:
1 modified

Legend:

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

    r3810 r3811  
    127127            } while (done); 
    128128 
     129            ///\todo Make permissions more os independent  
    129130            // Set executable permissions 775 if necessary 
    130             // OS specific 
    131131            if (loadKind == CF::LoadableDevice::EXECUTABLE) { 
    132132                mode_t mode = S_IRUSR|S_IWUSR|S_IXUSR|