CMS 3D CMS Logo

dummyfile.cc
Go to the documentation of this file.
1 // ShR 17 Sept 2005: add this until scram can handle packages with only templated classes
2 namespace {
3  namespace {
4  class dummyfile {
5  public:
6  dummyfile() { };
7  virtual ~dummyfile() { };
8  };
9  }
10 }