~ubuntu-branches/ubuntu/precise/yazpp/precise

« back to all changes in this revision

Viewing changes to include/yazpp/gdu.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-09-24 20:56:47 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100924205647-lqs18dn7ectxo3ql
Tags: 1.2.3-0ubuntu1
New upstream version, required to build with yaz 4.0.x. LP: #647079.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* This file is part of the yazpp toolkit.
2
 
 * Copyright (C) 1998-2008 Index Data and Mike Taylor
 
2
 * Copyright (C) 1998-2010 Index Data and Mike Taylor
3
3
 * All rights reserved.
4
4
 * Redistribution and use in source and binary forms, with or without
5
5
 * modification, are permitted provided that the following conditions are met:
42
42
        GDU &operator=(const GDU &);
43
43
        Z_GDU *get() const;
44
44
        void move_away_gdu(ODR dst, Z_GDU **gdu);
 
45
        int get_size();
45
46
    private:
46
47
        void base(Z_GDU *gdu, ODR o);
47
48
        Z_GDU *m_gdu;
53
54
/*
54
55
 * Local variables:
55
56
 * c-basic-offset: 4
 
57
 * c-file-style: "Stroustrup"
56
58
 * indent-tabs-mode: nil
57
59
 * End:
58
60
 * vim: shiftwidth=4 tabstop=8 expandtab