Reordered headers and removed some constants.
authorScott Cantor <cantor.2@osu.edu>
Sun, 20 Apr 2003 06:59:54 +0000 (06:59 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 20 Apr 2003 06:59:54 +0000 (06:59 +0000)
shib-target/shib-target.h

index cfa8178..9c08944 100644 (file)
@@ -9,6 +9,11 @@
 #ifndef SHIB_TARGET_H
 #define SHIB_TARGET_H
 
+#ifdef __cplusplus
+# include <saml/saml.h>
+# include <shib/shib.h>
+#endif
+
 #include <shib-target/shibrpc.h>
 
 #ifdef __cplusplus
@@ -93,10 +98,7 @@ void shib_sock_close (ShibSocket s, ShibSockName name);
 #define SHIBTARGET_TAG_CALIST  "calist"
 
 #define SHIBTARGET_TAG_AAP      "aap-uri"
-
 #define SHIBTARGET_TAG_SITES   "sitesFile"
-#define SHIBTARGET_TAG_SITESCERT "sitesCertFile"
-#define SHIBTARGET_TAG_SITESREFRESH "sitesRefresh"
 
 #define SHIBTARGET_TAG_CACHETYPE       "cacheType"
 #define SHIBTARGET_TAG_CACHECLEAN      "cacheClean"
@@ -113,10 +115,6 @@ ShibSockName shib_target_sockname(void);
 }
 
 
-// SAML Runtime
-#include <saml/saml.h>
-#include <shib/shib.h>
-
 namespace shibtarget {
   class ResourcePriv;
   class Resource