summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-22 00:12:29 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-22 00:12:29 +0000
commitbd25d255ce98dd7c257c397b8c4134bd59ed6b59 (patch)
tree636ca929e8a5eea851a9ab32ca329fa797bdbbdd /examples
parent6a0566488f53b086a9125701a5c693efce30ca2a (diff)
downloadATCD-bd25d255ce98dd7c257c397b8c4134bd59ed6b59.tar.gz
ChangeLogTag:Fri Dec 21 14:39:57 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'examples')
-rw-r--r--examples/Smart_Pointers/Smart_Pointers.dsw41
-rw-r--r--examples/Smart_Pointers/gadget_test.dsp163
-rw-r--r--examples/Smart_Pointers/widget_test.dsp163
3 files changed, 367 insertions, 0 deletions
diff --git a/examples/Smart_Pointers/Smart_Pointers.dsw b/examples/Smart_Pointers/Smart_Pointers.dsw
new file mode 100644
index 00000000000..30f8470f76f
--- /dev/null
+++ b/examples/Smart_Pointers/Smart_Pointers.dsw
@@ -0,0 +1,41 @@
+Microsoft Developer Studio Workspace File, Format Version 6.00
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
+
+###############################################################################
+
+Project: "Examples Smart_Pointers gadget"=.\gadget_test.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "Examples Smart_Pointers widget"=.\widget_test.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Global:
+
+Package=<5>
+{{{
+}}}
+
+Package=<3>
+{{{
+}}}
+
+###############################################################################
+
diff --git a/examples/Smart_Pointers/gadget_test.dsp b/examples/Smart_Pointers/gadget_test.dsp
new file mode 100644
index 00000000000..9f6386848ae
--- /dev/null
+++ b/examples/Smart_Pointers/gadget_test.dsp
@@ -0,0 +1,163 @@
+# Microsoft Developer Studio Project File - Name="Examples Smart_Pointers gadget" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=Examples Smart_Pointers gadget - 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 "gadget_test.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 "gadget_test.mak" CFG="Examples Smart_Pointers gadget - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "Examples Smart_Pointers gadget - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Examples Smart_Pointers gadget - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "Examples Smart_Pointers gadget - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release\gadget_test"
+# PROP BASE Intermediate_Dir "Release\gadget_test"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release\gadget_test"
+# PROP Intermediate_Dir "Release\gadget_test"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /D "WIN32" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c
+# ADD CPP /nologo /W3 /GX /D "WIN32" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c /D "NDEBUG" /O2 /MD /I "../../"
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# 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 /nologo /subsystem:console /machine:I386 ../../ace/ACE.lib /out:"gadget_test.exe"
+
+!ELSEIF "$(CFG)" == "Examples Smart_Pointers gadget - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ""
+# PROP BASE Intermediate_Dir "Debug\gadget_test"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "Debug\gadget_test"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /D "WIN32" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c /Gm /Zi
+# ADD CPP /nologo /W3 /GX /D "WIN32" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c /Gm /Zi /D "_DEBUG" /Od /MDd /I "../../"
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /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:console /machine:I386 /debug /pdbtype:sept
+# ADD LINK32 /nologo /subsystem:console /machine:I386 /debug /pdbtype:sept ../../ace/ACEd.lib /out:"gadget_test.exe"
+
+!ENDIF
+
+# Begin Target
+
+# Name "Examples Smart_Pointers gadget - Win32 Release"
+# Name "Examples Smart_Pointers gadget - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=.\Gadget.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Gadget_Factory.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Gadget_Impl.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Gadget_Part.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Gadget_Part_Factory.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Gadget_Part_Impl.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\gadget_test.cpp
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;fi;fd"
+# Begin Source File
+
+SOURCE=.\Gadget.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Gadget_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Gadget_Impl.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Gadget_Part.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Gadget_Part_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Gadget_Part_Impl.h
+# End Source File
+# End Group
+# Begin Group "IDL Files"
+
+# PROP Default_Filter "idl;pidl"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter "inl;i"
+# 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/examples/Smart_Pointers/widget_test.dsp b/examples/Smart_Pointers/widget_test.dsp
new file mode 100644
index 00000000000..f421e989146
--- /dev/null
+++ b/examples/Smart_Pointers/widget_test.dsp
@@ -0,0 +1,163 @@
+# Microsoft Developer Studio Project File - Name="Examples Smart_Pointers widget" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=Examples Smart_Pointers widget - 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 "widget_test.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 "widget_test.mak" CFG="Examples Smart_Pointers widget - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "Examples Smart_Pointers widget - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Examples Smart_Pointers widget - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "Examples Smart_Pointers widget - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release\widget_test"
+# PROP BASE Intermediate_Dir "Release\widget_test"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release\widget_test"
+# PROP Intermediate_Dir "Release\widget_test"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /D "WIN32" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c
+# ADD CPP /nologo /W3 /GX /D "WIN32" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c /D "NDEBUG" /O2 /MD /I "../../"
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# 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 /nologo /subsystem:console /machine:I386 ../../ace/ACE.lib /out:"widget_test.exe"
+
+!ELSEIF "$(CFG)" == "Examples Smart_Pointers widget - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ""
+# PROP BASE Intermediate_Dir "Debug\widget_test"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "Debug\widget_test"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /D "WIN32" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c /Gm /Zi
+# ADD CPP /nologo /W3 /GX /D "WIN32" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c /Gm /Zi /D "_DEBUG" /Od /MDd /I "../../"
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /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:console /machine:I386 /debug /pdbtype:sept
+# ADD LINK32 /nologo /subsystem:console /machine:I386 /debug /pdbtype:sept ../../ace/ACEd.lib /out:"widget_test.exe"
+
+!ENDIF
+
+# Begin Target
+
+# Name "Examples Smart_Pointers widget - Win32 Release"
+# Name "Examples Smart_Pointers widget - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=.\Widget.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Widget_Factory.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Widget_Impl.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Widget_Part.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Widget_Part_Factory.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Widget_Part_Impl.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\widget_test.cpp
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;fi;fd"
+# Begin Source File
+
+SOURCE=.\Widget.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Widget_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Widget_Impl.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Widget_Part.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Widget_Part_Factory.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Widget_Part_Impl.h
+# End Source File
+# End Group
+# Begin Group "IDL Files"
+
+# PROP Default_Filter "idl;pidl"
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter "inl;i"
+# 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