summaryrefslogtreecommitdiff
path: root/cppe/src
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-06-20 17:08:20 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-06-20 17:08:20 +0000
commit19fec04e12e5f2456d8f060c1454345d7a7af35c (patch)
tree0759747e1395a4a9f1f9856784f29d195343fef8 /cppe/src
parentSeparated TCP into separate transport library (diff)
downloadice-19fec04e12e5f2456d8f060c1454345d7a7af35c.tar.bz2
ice-19fec04e12e5f2456d8f060c1454345d7a7af35c.tar.xz
ice-19fec04e12e5f2456d8f060c1454345d7a7af35c.zip
Separated transport into separate library
Diffstat (limited to 'cppe/src')
-rw-r--r--cppe/src/TcpTransport/EndpointFactory.cpp2
-rwxr-xr-xcppe/src/TcpTransport/tcp.dsp253
2 files changed, 255 insertions, 0 deletions
diff --git a/cppe/src/TcpTransport/EndpointFactory.cpp b/cppe/src/TcpTransport/EndpointFactory.cpp
index d7a0a61525a..82c8970fcbc 100644
--- a/cppe/src/TcpTransport/EndpointFactory.cpp
+++ b/cppe/src/TcpTransport/EndpointFactory.cpp
@@ -55,6 +55,8 @@ IceInternal::EndpointFactory::create(const std::string& str) const
}
EndpointParseException ex(__FILE__, __LINE__);
+ ex.str = str;
+ throw ex;
}
EndpointPtr
diff --git a/cppe/src/TcpTransport/tcp.dsp b/cppe/src/TcpTransport/tcp.dsp
new file mode 100755
index 00000000000..64c63ba6084
--- /dev/null
+++ b/cppe/src/TcpTransport/tcp.dsp
@@ -0,0 +1,253 @@
+# Microsoft Developer Studio Project File - Name="tcp" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=tcp - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "tcp.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "tcp.mak" CFG="tcp - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "tcp - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "tcp - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "tcp - Win32 Release Static" (based on "Win32 (x86) Static Library")
+!MESSAGE "tcp - Win32 Debug Static" (based on "Win32 (x86) Static Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+
+!IF "$(CFG)" == "tcp - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+SLICE2CPPEFLAGS=-DICEE
+CPP=cl.exe
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBRARY_EXPORTS" /Yu"stdafx.h" /FD /c
+# ADD CPP /nologo /MD /W3 /WX /GR /GX /O1 /I ".." /I "../../include" /D "NDEBUG" /D FD_SETSIZE=1024 /D "_USRDLL" /D "ICE_API_EXPORTS" /D "ICE_PROTOCOL_API_EXPORTS" /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /Fr /YX
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
+# ADD LINK32 ws2_32.lib rpcrt4.lib advapi32.lib /nologo /dll /incremental:yes /machine:I386 /out:"Release/iceetcp21.dll" /implib:"Release/iceetcp.lib"
+# SUBTRACT LINK32 /pdb:none /debug /nodefaultlib
+# Begin Special Build Tool
+OutDir=.\Release
+SOURCE="$(InputPath)"
+PostBuild_Cmds=copy $(OutDir)\iceetcp.lib ..\..\lib\ copy $(OutDir)\iceetcp21.dll ..\..\bin
+# End Special Build Tool
+
+!ELSEIF "$(CFG)" == "tcp - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+SLICE2CPPEFLAGS=-DICEE
+CPP=cl.exe
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBRARY_EXPORTS" /Yu"stdafx.h" /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /WX /Gm /GR /GX /Zi /Od /I ".." /I "../../include" /D "_DEBUG" /D "_USRDLL" /D "ICE_API_EXPORTS" /D "ICE_PROTOCOL_API_EXPORTS" /D FD_SETSIZE=1024 /D "_CONSOLE" /FD /GZ /c
+# SUBTRACT CPP /Fr /YX
+MTL=midl.exe
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386
+# ADD LINK32 ws2_32.lib rpcrt4.lib advapi32.lib /nologo /dll /debug /machine:I386 /out:"Debug/iceetcp21d.dll" /implib:"Debug/iceetcpd.lib"
+# SUBTRACT LINK32 /profile /pdb:none /incremental:no /nodefaultlib
+# Begin Special Build Tool
+OutDir=.\Debug
+SOURCE="$(InputPath)"
+PostBuild_Cmds=copy $(OutDir)\iceetcpd.lib ..\..\lib\ copy $(OutDir)\iceetcp21d.pdb ..\..\bin copy $(OutDir)\iceetcp21d.dll ..\..\bin
+# End Special Build Tool
+
+!ELSEIF "$(CFG)" == "tcp - Win32 Release Static"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "ReleaseStatic"
+# PROP BASE Intermediate_Dir "ReleaseStatic"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "ReleaseStatic"
+# PROP Intermediate_Dir "ReleaseStatic"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+SLICE2CPPEFLAGS=-DICEE
+MTL=midl.exe
+CPP=cl.exe
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /c
+# ADD CPP /nologo /MD /W3 /WX /GR /GX /O1 /I ".." /I "../../include" /D "_LIB" /D "NDEBUG" /D FD_SETSIZE=1024 /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /Fr /YX
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD LIB32 /out:"ReleaseStatic\iceetcp.lib"
+# Begin Special Build Tool
+OutDir=.\ReleaseStatic
+SOURCE="$(InputPath)"
+PostBuild_Cmds=copy $(OutDir)\iceetcp.lib ..\..\lib\
+# End Special Build Tool
+
+!ELSEIF "$(CFG)" == "tcp - Win32 Debug Static"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "DebugStatic"
+# PROP BASE Intermediate_Dir "DebugStatic"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "DebugStatic"
+# PROP Intermediate_Dir "DebugStatic"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+SLICE2CPPEFLAGS=-DICEE
+MTL=midl.exe
+CPP=cl.exe
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /WX /Gm /GR /GX /Zi /Od /I ".." /I "../../include" /D "_LIB" /D "_DEBUG" /D FD_SETSIZE=1024 /D "_CONSOLE" /FD /GZ /c
+# SUBTRACT CPP /Fr /YX
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo /o"DebugStatic/iceetcp.bsc"
+LIB32=link.exe -lib
+# ADD LIB32 /out:"DebugStatic\iceetcpd.lib"
+# Begin Special Build Tool
+OutDir=.\DebugStatic
+SOURCE="$(InputPath)"
+PostBuild_Cmds=copy $(OutDir)\iceetcpd.lib ..\..\lib\
+# End Special Build Tool
+
+!ENDIF
+
+# Begin Target
+
+# Name "tcp - Win32 Release"
+# Name "tcp - Win32 Debug"
+# Name "tcp - Win32 Release Static"
+# Name "tcp - Win32 Debug Static"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\Acceptor.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Connector.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Endpoint.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\EndpointFactory.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Transceiver.cpp
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\Acceptor.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\AcceptorF.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Connector.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ConnectorF.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Endpoint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\ice\EndpointF.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\ice\EndpointFactory.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\include\ice\EndpointFactoryF.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Transceiver.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\TransceiverF.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# End Target
+# End Project