|
@@ -1,4 +1,5 @@
|
|
|
-// Copyright (C) 2010 CZ NIC, Inc. ("ISC")
|
|
|
+// Copyright (C) 2010 CZ NIC
|
|
|
+// Copyright (C) 2010 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
|
|
@@ -29,7 +30,7 @@ enum Result {
|
|
|
SUCCESS, ///< The operation is successful.
|
|
|
EXIST, ///< The search key is already stored.
|
|
|
NOTFOUND, ///< The specified object is not found.
|
|
|
- PARTIALMATCH ///< \c Only a partial match is found.
|
|
|
+ PARTIALMATCH ///< Only a partial match is found.
|
|
|
};
|
|
|
|
|
|
}
|