Ignore:
Timestamp:
04/15/11 23:01:59 (14 years ago)
Author:
tbretz
Message:
Changed second argument in Parse to const as well as in all main functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/test3.cc

    r10347 r10372  
    11#include <boost/regex.hpp>
    22#include <boost/filesystem.hpp>
    3 #include <readline/readline.h>
    43
    5 #include "tools.h"
    6 #include "Time.h"
    7 #include "StateMachineDim.h"
    8 #include "MessageDim.h"
    94#include "Shell.h"
    10 #include "ServiceList.h"
    115#include "Configuration.h"
     6#include "RemoteControl.h"
    127
    138using namespace std;
    14 
    15 #include "RemoteControl.h"
    169
    1710template <class T>
     
    137130}
    138131
    139 int main(int argc, char *argv[])
     132int main(int argc, const char *argv[])
    140133{
    141134    Configuration conf(argv[0]);
Note: See TracChangeset for help on using the changeset viewer.