diff options
author | Brent Eagles <brent@zeroc.com> | 2006-06-07 11:42:46 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-06-07 11:42:46 +0000 |
commit | e20501fa89f7c88c7609a0a09a831f5091a6da25 (patch) | |
tree | eb2bb71c853d52b01c458107baae3c437d0e45d8 /cpp/src | |
parent | - Move FilterManager sources from the Glacier2 project and put into the (diff) | |
download | ice-e20501fa89f7c88c7609a0a09a831f5091a6da25.tar.bz2 ice-e20501fa89f7c88c7609a0a09a831f5091a6da25.tar.xz ice-e20501fa89f7c88c7609a0a09a831f5091a6da25.zip |
-Moving FilterManager sources from glacier2 project to the glacier2router
project where they belong
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/Glacier2/glacier2.dsp | 8 | ||||
-rwxr-xr-x | cpp/src/Glacier2/glacier2router.dsp | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/cpp/src/Glacier2/glacier2.dsp b/cpp/src/Glacier2/glacier2.dsp index 746948cd7a4..5984ce08952 100755 --- a/cpp/src/Glacier2/glacier2.dsp +++ b/cpp/src/Glacier2/glacier2.dsp @@ -106,10 +106,6 @@ PostBuild_Cmds=copy $(OutDir)\glacier2d.lib ..\..\lib copy $(OutDir)\glacier231d # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
-SOURCE=.\FilterManager.cpp
-# End Source File
-# Begin Source File
-
SOURCE=.\PermissionsVerifier.cpp
# End Source File
# Begin Source File
@@ -130,10 +126,6 @@ SOURCE=.\SSLInfo.cpp # PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
-SOURCE=.\FilterManager.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\include\glacier2\PermissionsVerifier.h
# End Source File
# Begin Source File
diff --git a/cpp/src/Glacier2/glacier2router.dsp b/cpp/src/Glacier2/glacier2router.dsp index 4fde31c1f54..94abf508a28 100755 --- a/cpp/src/Glacier2/glacier2router.dsp +++ b/cpp/src/Glacier2/glacier2router.dsp @@ -171,6 +171,10 @@ SOURCE=.\FilterI.h # End Source File
# Begin Source File
+SOURCE=.\FilterManager.h
+# End Source File
+# Begin Source File
+
SOURCE=.\RequestQueue.h
# End Source File
# Begin Source File
|