summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 04:02:32 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 04:02:32 +0000
commite87926ff73cb8043eca0ae547377e853b8cdd581 (patch)
tree7c69b1a32d0dff6cf8a101984f94dc64f58b67c8
parentd7f254a227866dc5db9c415bef507f0935110d63 (diff)
downloadATCD-e87926ff73cb8043eca0ae547377e853b8cdd581.tar.gz
*** empty log message ***
-rw-r--r--apps/JAWS/clients/Caching/Caching.dsp111
-rw-r--r--apps/JAWS/clients/Caching/Caching.dsw29
-rw-r--r--apps/JAWS/clients/Caching/Local_Locator.h4
-rw-r--r--apps/JAWS/clients/Caching/Locator_Request_Reply.h4
-rw-r--r--apps/JAWS/clients/Caching/URL_Locator.h2
-rw-r--r--apps/JAWS/clients/Caching/URL_Properties.h6
-rw-r--r--apps/JAWS/clients/Caching/testing.dsp121
7 files changed, 269 insertions, 8 deletions
diff --git a/apps/JAWS/clients/Caching/Caching.dsp b/apps/JAWS/clients/Caching/Caching.dsp
new file mode 100644
index 00000000000..d7d18223acb
--- /dev/null
+++ b/apps/JAWS/clients/Caching/Caching.dsp
@@ -0,0 +1,111 @@
+# Microsoft Developer Studio Project File - Name="http_client" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 5.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=http_client - Win32 Release
+!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 "Caching.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 "Caching.mak" CFG="http_client - Win32 Release"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "http_client - Win32 Release" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE "http_client - Win32 Debug" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "http_client - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir ".\http_client\Release"
+# PROP BASE Intermediate_Dir ".\http_client\Release"
+# PROP BASE Target_Dir ".\http_client"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "."
+# PROP Intermediate_Dir ".\Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\http_client"
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\.." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /FD /c
+# 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 /subsystem:console /machine:I386
+# ADD LINK32 ace.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\ace"
+
+!ELSEIF "$(CFG)" == "http_client - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ".\http_client\Debug"
+# PROP BASE Intermediate_Dir ".\http_client\Debug"
+# PROP BASE Target_Dir ".\http_client"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "."
+# PROP Intermediate_Dir ".\Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\http_client"
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /FD /c
+# 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 /subsystem:console /debug /machine:I386
+# ADD LINK32 aced.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\..\..\ace"
+
+!ENDIF
+
+# Begin Target
+
+# Name "http_client - Win32 Release"
+# Name "http_client - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=.\http_client.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\http_handler.cpp
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
+# Begin Source File
+
+SOURCE=.\http_handler.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
+# End Group
+# End Target
+# End Project
diff --git a/apps/JAWS/clients/Caching/Caching.dsw b/apps/JAWS/clients/Caching/Caching.dsw
new file mode 100644
index 00000000000..e27151aed96
--- /dev/null
+++ b/apps/JAWS/clients/Caching/Caching.dsw
@@ -0,0 +1,29 @@
+Microsoft Developer Studio Workspace File, Format Version 5.00
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
+
+###############################################################################
+
+Project: "http_client"=.\Caching.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Global:
+
+Package=<5>
+{{{
+}}}
+
+Package=<3>
+{{{
+}}}
+
+###############################################################################
+
diff --git a/apps/JAWS/clients/Caching/Local_Locator.h b/apps/JAWS/clients/Caching/Local_Locator.h
index a88463b11fc..36969e6cb2c 100644
--- a/apps/JAWS/clients/Caching/Local_Locator.h
+++ b/apps/JAWS/clients/Caching/Local_Locator.h
@@ -27,7 +27,7 @@
#include "ID_Generator.h"
-class ACE_SVC_Export ACE_URL_Record
+class ACE_Svc_Export ACE_URL_Record
// = TITLE
// A URL Record.
//
@@ -68,7 +68,7 @@ private:
// Offer (and its properties).
};
-class ACE_SVC_Export ACE_URL_Local_Locator
+class ACE_Svc_Export ACE_URL_Local_Locator
// = TITLE
// A simple URL repository to store URL offer locally.
//
diff --git a/apps/JAWS/clients/Caching/Locator_Request_Reply.h b/apps/JAWS/clients/Caching/Locator_Request_Reply.h
index 85dd7a182a6..057607c351d 100644
--- a/apps/JAWS/clients/Caching/Locator_Request_Reply.h
+++ b/apps/JAWS/clients/Caching/Locator_Request_Reply.h
@@ -20,7 +20,7 @@
#include "URL_Properties.h"
-class ACE_SVC_Export ACE_URL_Locator_Request
+class ACE_Svc_Export ACE_URL_Locator_Request
// = TITLE
// A URL request message formater/wrapper.
//
@@ -133,7 +133,7 @@ protected:
// Buffer to store encoded data.
};
-class ACE_SVC_Export ACE_URL_Locator_Reply
+class ACE_Svc_Export ACE_URL_Locator_Reply
// = TITLE
// A URL reply message formater/wrapper.
//
diff --git a/apps/JAWS/clients/Caching/URL_Locator.h b/apps/JAWS/clients/Caching/URL_Locator.h
index 75ef5623b4e..cf6f294145e 100644
--- a/apps/JAWS/clients/Caching/URL_Locator.h
+++ b/apps/JAWS/clients/Caching/URL_Locator.h
@@ -20,7 +20,7 @@
#include "URL_Properties.h"
-class ACE_SVC_Export ACE_URL_Locator
+class ACE_Svc_Export ACE_URL_Locator
// = TITLE
// Abstract Base class designates what interfaces a URL_Locator
// should provide.
diff --git a/apps/JAWS/clients/Caching/URL_Properties.h b/apps/JAWS/clients/Caching/URL_Properties.h
index 86cd5ff76b7..17e3c6df114 100644
--- a/apps/JAWS/clients/Caching/URL_Properties.h
+++ b/apps/JAWS/clients/Caching/URL_Properties.h
@@ -26,7 +26,7 @@
#include "ace/Containers.h"
-class ACE_SVC_Export ACE_WString_Helper
+class ACE_Svc_Export ACE_WString_Helper
// = TITLE
// Some helper functions for manipulate ACE_WString.
//
@@ -49,7 +49,7 @@ public:
// byte order to host byte order. Returns size of the string.
};
-class ACE_SVC_Export ACE_URL_Property
+class ACE_Svc_Export ACE_URL_Property
// = TITLE
// Defines a property of a URL.
//
@@ -125,7 +125,7 @@ protected:
typedef ACE_Array<ACE_URL_Property> ACE_URL_Property_Seq;
// type of URL_Property collections.
-class ACE_SVC_Export ACE_URL_Offer
+class ACE_Svc_Export ACE_URL_Offer
// = TITLE
// Defines a URL offer.
//
diff --git a/apps/JAWS/clients/Caching/testing.dsp b/apps/JAWS/clients/Caching/testing.dsp
new file mode 100644
index 00000000000..983e1b40a53
--- /dev/null
+++ b/apps/JAWS/clients/Caching/testing.dsp
@@ -0,0 +1,121 @@
+# Microsoft Developer Studio Project File - Name="testing" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 5.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=testing - 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 "testing.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 "testing.mak" CFG="testing - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "testing - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ".\testing\Debug"
+# PROP BASE Intermediate_Dir ".\testing\Debug"
+# PROP BASE Target_Dir ".\testing"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "."
+# PROP Intermediate_Dir ".\Debug"
+# PROP Target_Dir ".\testing"
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD BASE MTL /nologo /D "_DEBUG" /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# 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 /subsystem:windows /dll /debug /machine:I386
+# ADD LINK32 aced.lib 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 /subsystem:windows /dll /debug /machine:I386
+# Begin Target
+
+# Name "testing - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=.\ID_Generator.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Local_Locator.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\URL_Locator.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\URL_Properties.cpp
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
+# Begin Source File
+
+SOURCE=.\ID_Generator.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Local_Locator.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\URL_Array_Helper.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\URL_Locator.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\URL_Properties.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Source File
+
+SOURCE=.\Local_Locator.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\URL_Array_Helper.cpp
+# PROP BASE Exclude_From_Build 1
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=.\URL_Locator.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\URL_Properties.i
+# End Source File
+# End Target
+# End Project