Today's the day. Renamed platform to framework.
This commit is contained in:
20
globalfunctions/matching/SerializeableMatcherIF.h
Normal file
20
globalfunctions/matching/SerializeableMatcherIF.h
Normal file
@ -0,0 +1,20 @@
|
||||
/*
|
||||
* SerializeableMatcherIF.h
|
||||
*
|
||||
* Created on: 09.03.2015
|
||||
* Author: baetz
|
||||
*/
|
||||
|
||||
#ifndef FRAMEWORK_GLOBALFUNCTIONS_MATCHING_SERIALIZEABLEMATCHERIF_H_
|
||||
#define FRAMEWORK_GLOBALFUNCTIONS_MATCHING_SERIALIZEABLEMATCHERIF_H_
|
||||
|
||||
#include <framework/globalfunctions/matching/MatcherIF.h>
|
||||
#include <framework/serialize/SerializeIF.h>
|
||||
|
||||
template<typename T>
|
||||
class SerializeableMatcherIF : public MatcherIF<T>, public SerializeIF {
|
||||
public:
|
||||
virtual ~SerializeableMatcherIF() {}
|
||||
};
|
||||
|
||||
#endif /* FRAMEWORK_GLOBALFUNCTIONS_MATCHING_SERIALIZEABLEMATCHERIF_H_ */
|
Reference in New Issue
Block a user