Changeset 299 for cpp/frams/virtfile


Ignore:
Timestamp:
01/17/15 02:43:46 (9 years ago)
Author:
Maciej Komosinski
Message:

Instead of linking with stdiofile-autoinit.cpp, create an object StdioFileSystem_autoselect stdiofilesys;

Location:
cpp/frams/virtfile
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/virtfile/stdiofile.h

    r296 r299  
    107107};
    108108
     109class StdioFileSystem_autoselect: public StdioFileSystem
     110{
     111public:
     112StdioFileSystem_autoselect()
     113        {
     114        VirtFILE::selectFileSystem(this);
     115        }
     116};
     117
    109118#endif
    110 
Note: See TracChangeset for help on using the changeset viewer.