Added pure virtual destructors for interface-like classes.
[yazpp-moved-to-github.git] / src / z-server.cpp
diff --git a/src/z-server.cpp b/src/z-server.cpp
new file mode 100644 (file)
index 0000000..044baa8
--- /dev/null
@@ -0,0 +1,29 @@
+/*
+ * Copyright (c) 2000-2005, Index Data.
+ * See the file LICENSE for details.
+ * 
+ * $Id: z-server.cpp,v 1.1 2005-09-22 12:40:45 adam Exp $
+ */
+
+#include <yaz++/z-server.h>
+
+using namespace yazpp_1;
+
+Z_ServerUtility::~Z_ServerUtility()
+{
+
+}
+
+IServer_Facility::~IServer_Facility()
+{
+
+}
+
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+