]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2892] removed exception, copyright date changed
authorWlodekWencel <wlodek@isc.org>
Tue, 14 Jan 2014 18:22:48 +0000 (19:22 +0100)
committerWlodekWencel <wlodek@isc.org>
Tue, 14 Jan 2014 18:22:48 +0000 (19:22 +0100)
src/lib/dhcpsrv/utils.h

index 99c864ebda19763d2e02f53133ed3c00c2a2edc5..c01aa8717f1e8a8e5575c8ec8cb08d2a62e1e07e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -34,21 +34,6 @@ RFCViolation(const char* file, size_t line, const char* what) :
     isc::Exception(file, line, what) {}
 };
 
-class ServerID_mismatch : public isc::Exception {
-public:
-
-/// @brief constructor
-///
-/// @param file name of the file, where exception occurred
-/// @param line line of the file, where exception occurred
-/// @param what text description of the issue that caused exception
-ServerID_mismatch(const char* file, size_t line, const char* what) :
-    isc::Exception(file, line, what) {}
-};
-
-
-
-
 }; // namespace isc::dhcp
 }; // namespace isc