migrated thread classes to libshib
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 8 Feb 2003 22:57:36 +0000 (22:57 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sat, 8 Feb 2003 22:57:36 +0000 (22:57 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@276 cb58f699-b61c-0410-a6fe-9272a202ed29

shar/shar-utils.cpp
shib-target/shib-ccache.cpp
shib-target/shib-config.cpp
shib-target/shib-ini.cpp
shib-target/shib-rpchandle.cpp

index edb81cb..bcd00e5 100644 (file)
 #include "config.h"
 
 #include "shar-utils.h"
-#include <shib-target/shib-threads.h>
+#include <shib/shib-threads.h>
 
 using namespace std;
+using namespace shibboleth;
 using namespace shibtarget;
 
 //
index 576fd3d..39a0a6c 100644 (file)
@@ -62,7 +62,7 @@
 #endif
 
 #include "shib-target.h"
-#include "shib-threads.h"
+#include <shib/shib-threads.h>
 
 #include <log4cpp/Category.hh>
 
index 93791bb..b1d0ea3 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #include "shib-target.h"
-#include "shib-threads.h"
+#include <shib/shib-threads.h>
 
 #include <log4cpp/PropertyConfigurator.hh>
 #include <log4cpp/Category.hh>
index 3234a9b..7be5de1 100644 (file)
@@ -14,7 +14,7 @@
 #endif
 
 #include "shib-target.h"
-#include "shib-threads.h"
+#include <shib/shib-threads.h>
 
 #include <sstream>
 #include <iostream>
@@ -27,6 +27,7 @@
 #include <log4cpp/Category.hh>
 
 using namespace std;
+using namespace shibboleth;
 using namespace shibtarget;
 
 class HeaderIterator : public shibtarget::ShibINI::Iterator {
index 67bf59b..94d1a12 100644 (file)
 #endif
 
 #include "shib-target.h"
-#include "shib-threads.h"
+#include <shib/shib-threads.h>
 
 #include <log4cpp/Category.hh>
 
 #include <stdexcept>
 
 using namespace std;
+using namespace shibboleth;
 using namespace shibtarget;