Changeset 10372 for trunk/FACT++/src/test3.cc
- Timestamp:
- 04/15/11 23:01:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/test3.cc
r10347 r10372 1 1 #include <boost/regex.hpp> 2 2 #include <boost/filesystem.hpp> 3 #include <readline/readline.h>4 3 5 #include "tools.h"6 #include "Time.h"7 #include "StateMachineDim.h"8 #include "MessageDim.h"9 4 #include "Shell.h" 10 #include "ServiceList.h"11 5 #include "Configuration.h" 6 #include "RemoteControl.h" 12 7 13 8 using namespace std; 14 15 #include "RemoteControl.h"16 9 17 10 template <class T> … … 137 130 } 138 131 139 int main(int argc, c har *argv[])132 int main(int argc, const char *argv[]) 140 133 { 141 134 Configuration conf(argv[0]);
Note:
See TracChangeset
for help on using the changeset viewer.