pgLab/pglablib/model/CollationModelFactory.h

11 lines
167 B
C
Raw Normal View History

#ifndef COLLATIONMODELFACTORY_H
#define COLLATIONMODELFACTORY_H
class CollationModelFactory
{
public:
CollationModelFactory();
};
#endif // COLLATIONMODELFACTORY_H