// ********************************************************************** // // Copyright (c) 2001 // MutableRealms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_BUFFER_H #define ICE_BUFFER_H #include namespace IceInternal { class ICE_API Buffer : public ::IceUtil::noncopyable { public: Buffer() : i(b.begin()) { } typedef std::vector Container; Container b; Container::iterator i; }; } #endif