move function def

This commit is contained in:
David Rose 2004-06-17 03:29:24 +00:00
parent aff151835d
commit 838fee3e29

View File

@ -49,10 +49,11 @@ PUBLISHED:
INLINE int get_num_nested_fields() const;
INLINE bool more_nested_fields() const;
INLINE DCPackType get_pack_type() const;
void push();
void pop();
INLINE DCPackType get_pack_type() const;
INLINE void pack_double(double value);
INLINE void pack_int(int value);
INLINE void pack_int64(PN_int64 value);