libepp_nicbr
RegistrationPeriod.H
Go to the documentation of this file.
1 /* ${copyright}$ */
2 /* $Id: RegistrationPeriod.H 1086 2010-12-10 13:07:28Z eduardo $ */
7 #ifndef __REGISTRATION_PERIOD_H__
8 #define __REGISTRATION_PERIOD_H__
9 
10 #include <string>
11 #include "libepp_nicbr.H"
12 
13 using std::string;
14 
15 LIBEPP_NICBR_NS_BEGIN
16 
18  int time;
19  string unit;
20  RegistrationPeriod() : time(0), unit("") {}
21 };
22 
23 LIBEPP_NICBR_NS_END
24 #endif // __REGISTRATION_PERIOD_H__
Definition: RegistrationPeriod.H:17
Project defines.