mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
style (indentation fix)
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@280 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
parent
e7f8965c39
commit
aa8ce4a2ed
@ -20,14 +20,14 @@
|
||||
#include "zoneset.h"
|
||||
|
||||
class ParkingLot {
|
||||
public:
|
||||
public:
|
||||
explicit ParkingLot(int port);
|
||||
virtual ~ParkingLot() {};
|
||||
int getSocket() { return(sock); }
|
||||
void processMessage();
|
||||
void command(std::pair<std::string,std::string>);
|
||||
|
||||
private:
|
||||
private:
|
||||
isc::dns::Rdata::RdataPtr ns1, ns2, ns3, a, aaaa, soa;
|
||||
ZoneSet zones;
|
||||
int sock;
|
||||
|
Loading…
x
Reference in New Issue
Block a user