DRDE/ACTK1_0/se/LPE/Drafttanepplaunchphase.hpp

26 lines
552 B
C++

/*
* Drafttanepplaunchphase.h
*
* Created on: Jan 25, 2014
* Author: jdaugherty
*/
#ifndef DRAFTTANEPPLAUNCHPHASE_H_
#define DRAFTTANEPPLAUNCHPHASE_H_
//
// The root user data object of the extensiong
// http://tools.ietf.org/html/draft-tan-epp-launchphase-12
//
typedef std::map<std::string, std::string> KeyValueList;
typedef std::map<std::string, KeyValueList> ExtensionList;
class Draft_tan_epp_launchphase {
public:
Draft_tan_epp_launchphase();
virtual ~Draft_tan_epp_launchphase();
};
#endif /* DRAFTTANEPPLAUNCHPHASE_H_ */