// ********************************************************************** // // Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** #ifndef ICE_BUFFER_H #define ICE_BUFFER_H #include namespace IceInternal { class ICE_API Buffer : public ::IceUtil::noncopyable { public: Buffer() : i(b.begin()) { } virtual ~Buffer() { } typedef std::vector Container; Container b; Container::iterator i; }; } #endif