Changeset 11041

Show
Ignore:
Timestamp:
03/05/12 08:57:11 (15 months ago)
Author:
Snyder.Jason
Message:

added a field to store the loadType

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/trunk/system/ossie/include/ossie/LoadableDevice_impl.h

    r9807 r11041  
    5353{ 
    5454protected: 
    55     vector < 
    56     fileCount > 
    57     loadedFiles; 
     55    vector<fileCount> loadedFiles; 
     56    CF::LoadableDevice::LoadType loadType; 
    5857    void 
    5958    incrementFile (const char *); 
     
    8483    LoadableDevice_impl(); // No default constructor 
    8584    LoadableDevice_impl(LoadableDevice_impl&); // No copying 
     85 
    8686}; 
    8787