Ignore:
Timestamp:
09/06/04 10:34:33 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/sql/filldotrbk.C

    r4694 r4869  
    3232//
    3333// Usage:
    34 //   .x readrbk.C("/data/MAGIC/Period014", kTRUE)
     34//   .x filldotrbk.C("/data/MAGIC/Period014", kTRUE)
    3535//
    3636// While the first argument is the directory in which all subdirectories where
     
    6363#include <fstream>
    6464
    65 #include <MSQLServer.h>
     65#include <TRegexp.h>
     66
    6667#include <TSQLRow.h>
    6768#include <TSQLResult.h>
    6869
    69 #include <TRegexp.h>
    70 
    71 #include <MDirIter.h>
     70#include "MDirIter.h"
     71#include "MSQLServer.h"
    7272
    7373using namespace std;
Note: See TracChangeset for help on using the changeset viewer.