1:
2:
3: /*********************
4: * *
5: * PROJECT INCLUDES *
6: * *
7: *********************/
8:
9:
10: /****************
11: * *
12: * GET METHODS *
13: * *
14: ****************/
15:
16:
17: inline RRClass Question::GetClass() const { return m_cl; }
18: inline LabelListConstPtr Question::GetName() const { return m_llpName; }
19: inline RRType Question::GetType() const { return m_ty; }
20:
21:
22: