diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-18 07:16:06 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-18 07:16:06 +0000 |
commit | c7f9c4204db14fe58a6369b6f9e84c5cf1e92471 (patch) | |
tree | 8459d3d0d4d14fa7e93fa335074ff2c69c567ff8 /TAO/examples/Simple/echo | |
parent | bea2e23a05c6afdfb1748b7701c96e49e720d3e1 (diff) | |
download | ATCD-c7f9c4204db14fe58a6369b6f9e84c5cf1e92471.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/examples/Simple/echo')
-rw-r--r-- | TAO/examples/Simple/echo/client.dsp | 12 | ||||
-rw-r--r-- | TAO/examples/Simple/echo/server.dsp | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/TAO/examples/Simple/echo/client.dsp b/TAO/examples/Simple/echo/client.dsp index 05520c61811..b668739078a 100644 --- a/TAO/examples/Simple/echo/client.dsp +++ b/TAO/examples/Simple/echo/client.dsp @@ -93,7 +93,7 @@ SOURCE=.\client.cpp # End Source File
# Begin Source File
-SOURCE=.\Client_i.cpp
+SOURCE=.\Echo_Client_i.cpp
# End Source File
# Begin Source File
@@ -103,13 +103,17 @@ SOURCE=.\EchoC.cpp SOURCE=.\EchoS.cpp
# End Source File
+# Begin Source File
+
+SOURCE=..\Simple_util.cpp
+# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter ""
# Begin Source File
-SOURCE=.\Client_i.h
+SOURCE=.\Echo_Client_i.h
# End Source File
# Begin Source File
@@ -123,6 +127,10 @@ SOURCE=.\EchoS.h SOURCE=.\EchoS_T.h
# End Source File
+# Begin Source File
+
+SOURCE=..\Simple_util.h
+# End Source File
# End Group
# Begin Group "IDL Files"
diff --git a/TAO/examples/Simple/echo/server.dsp b/TAO/examples/Simple/echo/server.dsp index 2cf91d55070..713c84e3e5d 100644 --- a/TAO/examples/Simple/echo/server.dsp +++ b/TAO/examples/Simple/echo/server.dsp @@ -103,10 +103,6 @@ SOURCE=.\EchoS.cpp SOURCE=.\server.cpp
# End Source File
-# Begin Source File
-
-SOURCE=.\Server_i.cpp
-# End Source File
# End Group
# Begin Group "Header Files"
@@ -127,10 +123,6 @@ SOURCE=.\EchoS.h SOURCE=.\EchoS_T.h
# End Source File
-# Begin Source File
-
-SOURCE=.\Server_i.h
-# End Source File
# End Group
# Begin Group "IDL Files"
|