Go to the documentation of this file.
   17 #ifndef DEFAULTDELTATYPE_HPP_ 
   18 #define DEFAULTDELTATYPE_HPP_ 
   22 #ifdef KAA_USE_CONFIGURATION 
   31 class DefaultDeltaType: 
public EmptyDeltaType {
 
   37     virtual bool isDefault() {
 
   45     virtual std::string toString()
 const {
 
   46         return std::string(
"default");