/* * 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 KeyValueList; typedef std::map ExtensionList; class Draft_tan_epp_launchphase { public: Draft_tan_epp_launchphase(); virtual ~Draft_tan_epp_launchphase(); }; #endif /* DRAFTTANEPPLAUNCHPHASE_H_ */