diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-08-31 20:33:02 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-08-31 20:33:02 +0000 |
commit | eccfa32ffd73d4f37893fecfc8f55dcfa004a149 (patch) | |
tree | 6f2f839363c6fa0a95c20981296f5015f5b39438 /cpp/src | |
parent | use new public streaming API (diff) | |
download | ice-eccfa32ffd73d4f37893fecfc8f55dcfa004a149.tar.bz2 ice-eccfa32ffd73d4f37893fecfc8f55dcfa004a149.tar.xz ice-eccfa32ffd73d4f37893fecfc8f55dcfa004a149.zip |
adding public streaming API
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/ice.dsp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cpp/src/Ice/ice.dsp b/cpp/src/Ice/ice.dsp index 94744d59747..d9e0981dd6e 100644 --- a/cpp/src/Ice/ice.dsp +++ b/cpp/src/Ice/ice.dsp @@ -370,6 +370,14 @@ SOURCE=.\Stats.cpp # End Source File
# Begin Source File
+SOURCE=.\Stream.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\StreamI.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\TcpAcceptor.cpp
# End Source File
# Begin Source File
@@ -866,6 +874,14 @@ SOURCE=..\..\include\Ice\StatsF.h # End Source File
# Begin Source File
+SOURCE=..\..\include\Ice\Stream.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\Ice\StreamF.h
+# End Source File
+# Begin Source File
+
SOURCE=.\StreamI.h
# End Source File
# Begin Source File
|