Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2008, 2:51:31 AM (17 years ago)
Author:
landauf
Message:

backup-commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/ArgumentCompletionFunctions.cc

    r1390 r1402  
    2727 */
    2828
     29#include <iostream>
     30
    2931#include "ArgumentCompletionFunctions.h"
    3032
     
    3537        const std::list<std::pair<std::string, std::string> >& fallback()
    3638        {
     39std::cout << "5_1\n";
    3740            static std::list<std::pair<std::string, std::string> > list;
     41std::cout << "5_2\n";
    3842            return list;
    3943        }
Note: See TracChangeset for help on using the changeset viewer.