X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fz-server.cpp;fp=src%2Fz-server.cpp;h=044baa8f3601ae12ca033da74bbfe1fc56f3f4b9;hb=8ebe1a2bcb6bec3d8c4b4077b4c85830d9398c5d;hp=0000000000000000000000000000000000000000;hpb=e63ffd23f48e25b606fea163c96ea77a89b9c6cf;p=yazpp-moved-to-github.git diff --git a/src/z-server.cpp b/src/z-server.cpp new file mode 100644 index 0000000..044baa8 --- /dev/null +++ b/src/z-server.cpp @@ -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 + +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 + */ +