diff options
author | Marc Laukien <marc@zeroc.com> | 2002-05-30 18:58:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-05-30 18:58:27 +0000 |
commit | a911f167a9ebceba7ae3b1408d09e244f42bc600 (patch) | |
tree | 2a2481cd05cfb8beaee771cd9296c83dca06198f /cpp/src | |
parent | _ovwt (diff) | |
download | ice-a911f167a9ebceba7ae3b1408d09e244f42bc600.tar.bz2 ice-a911f167a9ebceba7ae3b1408d09e244f42bc600.tar.xz ice-a911f167a9ebceba7ae3b1408d09e244f42bc600.zip |
fixes for windows
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Glacier/ClientBlobject.cpp | 2 | ||||
-rw-r--r-- | cpp/src/Glacier/ServerBlobject.cpp | 2 | ||||
-rw-r--r-- | cpp/src/Glacier/glacierrouter.dsp | 16 |
3 files changed, 18 insertions, 2 deletions
diff --git a/cpp/src/Glacier/ClientBlobject.cpp b/cpp/src/Glacier/ClientBlobject.cpp index 118c394b4b4..4fca8a9d50a 100644 --- a/cpp/src/Glacier/ClientBlobject.cpp +++ b/cpp/src/Glacier/ClientBlobject.cpp @@ -57,7 +57,7 @@ Glacier::ClientBlobject::destroy() // object adapters have shut down. // _routingTable = 0; - Glacier::Blobject::destroy(); + Blobject::destroy(); } bool diff --git a/cpp/src/Glacier/ServerBlobject.cpp b/cpp/src/Glacier/ServerBlobject.cpp index 7ffb82f700d..84ab3339bc7 100644 --- a/cpp/src/Glacier/ServerBlobject.cpp +++ b/cpp/src/Glacier/ServerBlobject.cpp @@ -40,7 +40,7 @@ Glacier::ServerBlobject::destroy() // object adapters have shut down. // _clientAdapter = 0; - Glacier::Blobject::destroy(); + Blobject::destroy(); } bool diff --git a/cpp/src/Glacier/glacierrouter.dsp b/cpp/src/Glacier/glacierrouter.dsp index 450e8248c78..f83cf68b1c4 100644 --- a/cpp/src/Glacier/glacierrouter.dsp +++ b/cpp/src/Glacier/glacierrouter.dsp @@ -91,6 +91,10 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
+SOURCE=.\Blobject.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\ClientBlobject.cpp
# End Source File
# Begin Source File
@@ -99,6 +103,10 @@ SOURCE=.\GlacierRouter.cpp # End Source File
# Begin Source File
+SOURCE=.\Missive.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\RouterI.cpp
# End Source File
# Begin Source File
@@ -111,10 +119,18 @@ SOURCE=.\ServerBlobject.cpp # PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
+SOURCE=.\Blobject.h
+# End Source File
+# Begin Source File
+
SOURCE=.\ClientBlobject.h
# End Source File
# Begin Source File
+SOURCE=.\Missive.h
+# End Source File
+# Begin Source File
+
SOURCE=.\RouterI.h
# End Source File
# Begin Source File
|