X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyazpp%2Fgdu.h;h=d6ffd50a038d27e16d20d3790f51c47ac04309c5;hb=1712037ea49f815f10b68b4231dca7a91802ff04;hp=1e253a812844840924399dec1ba6f9aa689f8cc9;hpb=6b22d0543d41bec8626f3ae7ac866bcab7de44bd;p=yazpp-moved-to-github.git diff --git a/include/yazpp/gdu.h b/include/yazpp/gdu.h index 1e253a8..d6ffd50 100644 --- a/include/yazpp/gdu.h +++ b/include/yazpp/gdu.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2009 Index Data and Mike Taylor + * Copyright (C) 1998-2012 Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -42,6 +42,7 @@ namespace yazpp_1 { GDU &operator=(const GDU &); Z_GDU *get() const; void move_away_gdu(ODR dst, Z_GDU **gdu); + int get_size(); private: void base(Z_GDU *gdu, ODR o); Z_GDU *m_gdu;