00001 /* ${copyright}$ */ 00002 /* $Id: RegistrationPeriod.H 919 2007-08-30 14:43:07Z eduardo $ */ 00007 #ifndef __REGISTRATION_PERIOD_H__ 00008 #define __REGISTRATION_PERIOD_H__ 00009 00010 #include <string> 00011 #include "libepp_nicbr.H" 00012 00013 using std::string; 00014 00015 LIBEPP_NICBR_NS_BEGIN 00016 00017 struct RegistrationPeriod { 00018 int time; 00019 string unit; 00020 RegistrationPeriod() : time(0), unit("") {} 00021 }; 00022 00023 LIBEPP_NICBR_NS_END 00024 #endif // __REGISTRATION_PERIOD_H__