X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fgdu.h;fp=include%2Fyaz%2B%2B%2Fgdu.h;h=0000000000000000000000000000000000000000;hb=0cc824e02bc2c69986bec8c9dd9ff53f07a0cd3d;hp=5d20b91cd7855753173778835df62fdbb20313a1;hpb=76d66b222afff97cf367a3e7b8bfe045a62d0d57;p=yazpp-moved-to-github.git diff --git a/include/yaz++/gdu.h b/include/yaz++/gdu.h deleted file mode 100644 index 5d20b91..0000000 --- a/include/yaz++/gdu.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright (c) 1998-2005, Index Data. - * See the file LICENSE for details. - * - * $Id: gdu.h,v 1.3 2005-10-13 09:56:38 adam Exp $ - */ - -#ifndef YAZPP_GDU_INCLUDED -#define YAZPP_GDU_INCLUDED - -#include -#include - -namespace yazpp_1 { - class YAZ_EXPORT GDU { - public: - GDU(const GDU &); - GDU(Z_GDU *gdu); - GDU(Z_APDU *apdu); - GDU(); - ~GDU(); - GDU &operator=(const GDU &); - Z_GDU *get() const; - void move_away_gdu(ODR dst, Z_GDU **gdu); - private: - void base(Z_GDU *gdu, ODR o); - Z_GDU *m_gdu; - ODR m_decode; - }; -}; - -#endif -/* - * Local variables: - * c-basic-offset: 4 - * indent-tabs-mode: nil - * End: - * vim: shiftwidth=4 tabstop=8 expandtab - */ -