Show
Ignore:
Timestamp:
03/01/10 18:57:04 (14 years ago)
Author:
prikryl
Message:

Do not use ATL macros (ATL is not shipped with Visual Studio Express).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/doprava/aimsun_bdm/aimsun_ds.h

    r840 r844  
    4848        void AimsunDS::initVGS ( 
    4949                const vgs_headway_mode headway, 
    50                 const TCHAR * entrancePath, 
    51                 const TCHAR * sectionStatsPath, 
    52                 const TCHAR * globalStatsPath 
     50                const string &entrancePath, 
     51                const string &sectionStatsPath, 
     52                const string &globalStatsPath 
    5353        ); 
    5454};