[svn] commit: r280 - /branches/f2f200910/src/bin/parkinglot/parkinglot.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Oct 31 07:02:34 UTC 2009
Author: jinmei
Date: Sat Oct 31 07:02:34 2009
New Revision: 280
Log:
style (indentation fix)
Modified:
branches/f2f200910/src/bin/parkinglot/parkinglot.h
Modified: branches/f2f200910/src/bin/parkinglot/parkinglot.h
==============================================================================
--- branches/f2f200910/src/bin/parkinglot/parkinglot.h (original)
+++ branches/f2f200910/src/bin/parkinglot/parkinglot.h Sat Oct 31 07:02:34 2009
@@ -20,17 +20,17 @@
#include "zoneset.h"
class ParkingLot {
- public:
- explicit ParkingLot(int port);
- virtual ~ParkingLot() {};
- int getSocket() { return(sock); }
- void processMessage();
- void command(std::pair<std::string,std::string>);
+public:
+ explicit ParkingLot(int port);
+ virtual ~ParkingLot() {};
+ int getSocket() { return(sock); }
+ void processMessage();
+ void command(std::pair<std::string,std::string>);
- private:
- isc::dns::Rdata::RdataPtr ns1, ns2, ns3, a, aaaa, soa;
- ZoneSet zones;
- int sock;
+private:
+ isc::dns::Rdata::RdataPtr ns1, ns2, ns3, a, aaaa, soa;
+ ZoneSet zones;
+ int sock;
};
#endif // __PARKINGLOT_H
More information about the bind10-changes
mailing list