Fix Line Endings
This commit is contained in:
+25
-25
@@ -1,25 +1,25 @@
|
||||
#ifndef QUERYCLASS_H
|
||||
#define QUERYCLASS_H
|
||||
|
||||
|
||||
namespace Network {
|
||||
namespace Dns {
|
||||
|
||||
class QueryClass
|
||||
{
|
||||
public:
|
||||
enum type
|
||||
{
|
||||
NONE = 0,
|
||||
IN = 1,
|
||||
CS = 2,
|
||||
CH = 3,
|
||||
HS = 4,
|
||||
ANY = 255
|
||||
};
|
||||
};
|
||||
|
||||
} // namespace Dns
|
||||
} // namespace Network
|
||||
|
||||
#endif // QUERYCLASS_H
|
||||
#ifndef QUERYCLASS_H
|
||||
#define QUERYCLASS_H
|
||||
|
||||
|
||||
namespace Network {
|
||||
namespace Dns {
|
||||
|
||||
class QueryClass
|
||||
{
|
||||
public:
|
||||
enum type
|
||||
{
|
||||
NONE = 0,
|
||||
IN = 1,
|
||||
CS = 2,
|
||||
CH = 3,
|
||||
HS = 4,
|
||||
ANY = 255
|
||||
};
|
||||
};
|
||||
|
||||
} // namespace Dns
|
||||
} // namespace Network
|
||||
|
||||
#endif // QUERYCLASS_H
|
||||
|
||||
Reference in New Issue
Block a user