Changeset 3f6f6ad12e2ab45c06f3ab62b32df9ed8071188a

Show
Ignore:
Timestamp:
02/24/10 13:51:31 (5 months ago)
Author:
Tobias Bieniek <Tobias.Bieniek@…>
Parents:
afc72e2d08619a61489973a6da887dffdb6ba40f
Children:
11517a58d7f4810cc83535f6a049eebe1d9ca0c1
git-committer:
Tobias Bieniek <Tobias.Bieniek@gmx.de> / 2010-02-24T11:51:31Z+0100
Message:

UtilsSystem?: Renamed XCSoarGetOpts() to ParseCommandLine?()

Location:
src
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • src/UtilsSystem.cpp

    r28358f r3f6f6a  
    656656 * @param CommandLine not in use 
    657657 */ 
    658 void XCSoarGetOpts(LPCTSTR CommandLine) { 
     658void ParseCommandLine(LPCTSTR CommandLine) { 
    659659  TCHAR extrnProfileFile[MAX_PATH]; 
    660660  extrnProfileFile[0] = 0; 
  • src/UtilsSystem.hpp

    r37c021c r3f6f6a  
    5151#endif 
    5252 
    53 void XCSoarGetOpts(LPCTSTR CommandLine); 
     53void ParseCommandLine(LPCTSTR CommandLine); 
    5454long CheckFreeRam(void); 
    5555void MemCheckPoint(); 
  • src/XCSoar.cpp

    rb600bd r3f6f6a  
    9393#endif 
    9494 
    95   XCSoarGetOpts(lpCmdLine); 
     95  ParseCommandLine(lpCmdLine); 
    9696 
    9797#ifndef ENABLE_SDL