11 lines
167 B
C
11 lines
167 B
C
|
|
#ifndef COLLATIONMODELFACTORY_H
|
||
|
|
#define COLLATIONMODELFACTORY_H
|
||
|
|
|
||
|
|
|
||
|
|
class CollationModelFactory
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
CollationModelFactory();
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // COLLATIONMODELFACTORY_H
|