[svn] commit: r281 - /branches/f2f200910/src/bin/parkinglot/parkinglot.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Oct 31 07:03:14 UTC 2009
Author: jinmei
Date: Sat Oct 31 07:03:14 2009
New Revision: 281
Log:
more style 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:03:14 2009
@@ -22,8 +22,8 @@
class ParkingLot {
public:
explicit ParkingLot(int port);
- virtual ~ParkingLot() {};
- int getSocket() { return(sock); }
+ virtual ~ParkingLot() {}
+ int getSocket() { return (sock); }
void processMessage();
void command(std::pair<std::string,std::string>);
More information about the bind10-changes
mailing list