/[usata]/usata2/src/main.cpp
ViewVC logotype

Diff of /usata2/src/main.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by skunix, Sun Jan 9 08:57:22 2005 UTC revision 1.25 by skunix, Sat Jan 15 19:39:55 2005 UTC
# Line 72  namespace usata Line 72  namespace usata
72          Configuration* parse_options(int argc, char **argv);          Configuration* parse_options(int argc, char **argv);
73  }  }
74    
75  struct { std::string confkey; std::string def; int level;} PFXData[] =  struct PFXS{ std::string confkey; std::string def; int level;};
76    PFXS PFXData[] =
77          { { "debug", "[DBG]",log::Level::DEBUG },          { { "debug", "[DBG]",log::Level::DEBUG },
78            { "info", ">    ",log::Level::INFO},            { "info", ">    ",log::Level::INFO},
79            { "warning","[WRN]", log::Level::WARNING},            { "warning","[WRN]", log::Level::WARNING},

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26