|
@@ -31,10 +31,6 @@ using namespace isc::util::python;
|
|
|
using namespace isc::dns;
|
|
|
using namespace isc::dns::python;
|
|
|
|
|
|
-//
|
|
|
-// Definition of the classes
|
|
|
-//
|
|
|
-
|
|
|
// For each class, we need a struct, a helper functions (init, destroy,
|
|
|
// and static wrappers around the methods we export), a list of methods,
|
|
|
// and a type description
|
|
@@ -307,11 +303,8 @@ PyTSIGKey_ToTSIGKey(const PyObject* tsigkey_obj) {
|
|
|
// TSIGKeyRing
|
|
|
//
|
|
|
|
|
|
-// The s_* Class simply covers one instantiation of the object
|
|
|
-
|
|
|
-// The s_* Class simply covers one instantiation of the object
|
|
|
-
|
|
|
namespace {
|
|
|
+// The s_* Class simply covers one instantiation of the object
|
|
|
class s_TSIGKeyRing : public PyObject {
|
|
|
public:
|
|
|
s_TSIGKeyRing() : cppobj(NULL) {};
|