diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-05 07:54:40 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-05 07:54:40 +0000 |
commit | 9ad872312904cb29cbe8f031711a81cb55af63f0 (patch) | |
tree | 4710da697e429148bdf01f5830bfcdaa3354f34a /cppe/include/IceE/BasicStream.h | |
parent | cleanup. (diff) | |
download | ice-9ad872312904cb29cbe8f031711a81cb55af63f0.tar.bz2 ice-9ad872312904cb29cbe8f031711a81cb55af63f0.tar.xz ice-9ad872312904cb29cbe8f031711a81cb55af63f0.zip |
cleanup.
Diffstat (limited to 'cppe/include/IceE/BasicStream.h')
-rw-r--r-- | cppe/include/IceE/BasicStream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/include/IceE/BasicStream.h b/cppe/include/IceE/BasicStream.h index d4005ade546..5f2b890735d 100644 --- a/cppe/include/IceE/BasicStream.h +++ b/cppe/include/IceE/BasicStream.h @@ -10,7 +10,6 @@ #ifndef ICEE_BASIC_STREAM_H #define ICEE_BASIC_STREAM_H -#include <IceE/InstanceF.h> #include <IceE/ProxyF.h> #include <IceE/Buffer.h> @@ -25,6 +24,8 @@ class UserException; namespace IceInternal { +class Instance; + class ICEE_API BasicStream : public Buffer { public: |